mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
dev-python/mkdocs-git-revision-date-localized-plugin: version bump
Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST mkdocs-git-revision-date-localized-plugin-0.7.3.tar.gz 361670 BLAKE2B c798dc9bc0191c28d85ec20fb21e120c1050e544543c4b493956a542acb3ce16bd2d316530cc920a2850e9a3acb0ba93797454095d4894e2319adee625bc3a7e SHA512 7c872e4127b9892f018296c3b3467cfaa2a1c66bec82d2f9923d8a3c70383d7bdca64b6edabad8e9f2ebf6711d0901aa162543dd6407636d12b5500b74e05bee
|
||||
DIST mkdocs-git-revision-date-localized-plugin-0.8.tar.gz 364352 BLAKE2B cfd1709b5c9e1f99ca1a2d8d194634afde6d57aecaca1d2cb70edc21c28d0b210c3497a4214d6a95592bc5a7aad3b88d96b275427f3218aa198ab7b3ae8f364a SHA512 84f19aa13189b74f18f98433939935052f1d757f66972d4f1cc1bfd14b614f8fd57b0ac0dcf41fcb678eb8dddba93ddc78dc776d6a81977d096920128d31f58e
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_7 )
|
||||
PYTHON_COMPAT=( python3_{7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -21,7 +21,6 @@ KEYWORDS="~amd64 ~x86"
|
||||
RDEPEND="
|
||||
>=dev-python/Babel-2.7.0[${PYTHON_USEDEP}]
|
||||
dev-python/GitPython[${PYTHON_USEDEP}]
|
||||
dev-python/jinja[${PYTHON_USEDEP}]
|
||||
>=dev-python/mkdocs-1.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="test? (
|
||||
@@ -29,9 +28,4 @@ DEPEND="test? (
|
||||
dev-python/mkdocs-material[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_test() {
|
||||
distutils_install_for_testing
|
||||
pytest -vv || die "Tests fail with ${EPYTHON}"
|
||||
}
|
||||
distutils_enable_tests --install pytest
|
||||
Reference in New Issue
Block a user