mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 08:33:15 -04:00
dev-python/mkdocs-material: version bump 5.0.1
enabled docs using new docs.eclass (very nice eclass if I may say so myself :P ) Package-Manager: Portage-2.3.98, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
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
|
||||
DIST mkdocs-material-5.0.1.tar.gz 2127768 BLAKE2B ad04a3603d748975a89266c1794c71be1a6413805641502e4cb4f47ac048d1475923dfa618cd356f99c0ca5d319c34e44957d9fdc047bb2e16822c120a6f9910 SHA512 221daf7252ede9b7a4a062f76a2116a66d70b8d5dd295d7386f38df5967a613f0c5141bfca050162bd1ffcd59221df372d81e0a9b55c6881b6a52aac24a66b2e
|
||||
|
||||
30
dev-python/mkdocs-material/mkdocs-material-5.0.1.ebuild
Normal file
30
dev-python/mkdocs-material/mkdocs-material-5.0.1.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
|
||||
DOCBUILDER="mkdocs"
|
||||
DOCDEPEND="dev-python/mkdocs-minify-plugin"
|
||||
|
||||
inherit distutils-r1 docs
|
||||
|
||||
DESCRIPTION="A Material Design theme for MkDocs"
|
||||
HOMEPAGE="
|
||||
https://github.com/squidfunk/mkdocs-material
|
||||
https://pypi.org/project/mkdocs-material
|
||||
"
|
||||
SRC_URI="https://github.com/squidfunk/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/markdown-3.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/mkdocs-1.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pygments-2.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/pymdown-extensions-7.0[${PYTHON_USEDEP}]"
|
||||
Reference in New Issue
Block a user