mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 09:03:44 -04:00
dev-python/mkdocs-material: add 5.0.0 ebuilds
Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -1 +1,3 @@
|
||||
DIST mkdocs-material-4.6.3.tar.gz 687321 BLAKE2B f3ddf33020f215b4eb9a9841372645dfc5a8bdf6f2bd92fe871d61b71b259af27d1f97e1f06c78e044864d9a715544cdf88ca81050e04a7a09b6e9e0cb50dafb SHA512 8d37e85cfe7f1651cec913285b67e1cf68999af0d214ee2f045c0486cb34bd984c0eef56d0b1d84690f8a5a4caffba7a1178154ab1657eecdfaad6fd3130d34d
|
||||
DIST mkdocs-material-5.0.0rc2.tar.gz 1376275 BLAKE2B c742fee927aa03438164cf8a582f9723821dca214435f79bd5658bf6d3f55670ec87bb7f3bfce0c5d0865479a3f293a51ed9a2e4ad9ed6229e810db5af712fbc SHA512 a6380a450edfa84478ffc3634e13154efc207373297ac9a25908a6e687cec6ca34ffffd147510c31af5e015f5784d43fdce10ee977c025b49d3d15d6b350bea9
|
||||
DIST mkdocs-material-5.0.0rc3.tar.gz 1377499 BLAKE2B f3f38effd05a12516bff5e0047058ca653ce5f22e039c67b4a38f6dbe3e8129858bd29ffecf91e70f2c83e112d80ac90eee5ce736779a892e515925a3f4573b6 SHA512 9f1d2bf0a2c9648d003d4debc9a3e86ae84500198d47e72d4aadba83268514be8691a6a601787421985be011f6efc50d546b596756633ec006251e4703dc08ab
|
||||
|
||||
@@ -5,6 +5,8 @@ EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A Material Design theme for MkDocs"
|
||||
|
||||
31
dev-python/mkdocs-material/mkdocs-material-5.0.0_rc2.ebuild
Normal file
31
dev-python/mkdocs-material/mkdocs-material-5.0.0_rc2.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MYPV="${PV/_/}"
|
||||
|
||||
DESCRIPTION="A Material Design theme for MkDocs"
|
||||
HOMEPAGE="
|
||||
https://github.com/squidfunk/mkdocs-material
|
||||
https://pypi.org/project/mkdocs-material
|
||||
"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MYPV}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/markdown-3.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/mkdocs-1.0.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pygments-2.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/pymdown-extensions-6.3[${PYTHON_USEDEP}]"
|
||||
|
||||
S="${WORKDIR}/${PN}-${MYPV}"
|
||||
31
dev-python/mkdocs-material/mkdocs-material-5.0.0_rc3.ebuild
Normal file
31
dev-python/mkdocs-material/mkdocs-material-5.0.0_rc3.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MYPV="${PV/_/}"
|
||||
|
||||
DESCRIPTION="A Material Design theme for MkDocs"
|
||||
HOMEPAGE="
|
||||
https://github.com/squidfunk/mkdocs-material
|
||||
https://pypi.org/project/mkdocs-material
|
||||
"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MYPV}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/markdown-3.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/mkdocs-1.0.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pygments-2.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/pymdown-extensions-6.3[${PYTHON_USEDEP}]"
|
||||
|
||||
S="${WORKDIR}/${PN}-${MYPV}"
|
||||
Reference in New Issue
Block a user