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 0.7.2
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST mkdocs-git-revision-date-localized-plugin-0.5.0.tar.gz 80644 BLAKE2B 578a8be85d5aabc354497d2ddc236f36246c286a16ddb025ad03a0551908b3a07803cab878b9fa379953b62323d97a30ff74b00e2cf6dc5d8509bb82cbc00bba SHA512 51db7d0efaaf21582bd69131ca31c72ae36e6d4204b3358f33995128fab902d9d837ae9fbf81d34713eee4303656276b0dac76f625298774b0e4a433d33eacd2
|
||||
DIST mkdocs-git-revision-date-localized-plugin-0.7.2.tar.gz 328454 BLAKE2B ace3838939140d639416c0048b0a65b7609e194d5497c2c90e12962945ec9e6bbc8311b5c1ee5aeab7b4a297709549acfac80b444e7ebb7e80dcf1bb71a082b3 SHA512 a0d43fbf332e6f2c1000cf11c8bfe79ba7d6b8deac8568110ac368d6270f0551572f9c254eb0744dfd6b72a393ed4308c40f92131a14a18f1f6879b77f3b7702
|
||||
|
||||
@@ -5,8 +5,6 @@ EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_7 )
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Display the localized date of the last git modification of a markdown file"
|
||||
@@ -24,7 +22,7 @@ RDEPEND="
|
||||
>=dev-python/Babel-2.7.0[${PYTHON_USEDEP}]
|
||||
dev-python/GitPython[${PYTHON_USEDEP}]
|
||||
dev-python/jinja[${PYTHON_USEDEP}]
|
||||
>=dev-python/mkdocs-0.17[${PYTHON_USEDEP}]
|
||||
>=dev-python/mkdocs-1.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="test? (
|
||||
dev-python/click[${PYTHON_USEDEP}]
|
||||
@@ -33,20 +31,6 @@ DEPEND="test? (
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_prepare_all() {
|
||||
# AssertionError: 'mkdocs build' command failed
|
||||
# 'theme set to 'material' with 'language' set to 'de''
|
||||
# not sure why this is trying to set language to DE
|
||||
sed -i -e 's:test_material_theme:_&:' \
|
||||
-e 's:test_material_theme_no_locale :_&:' \
|
||||
tests/test_basic.py || die
|
||||
|
||||
# mkdocs.exceptions.ConfigurationError: Aborted with 1 Configuration Errors!
|
||||
sed -i -e 's:test_plugin_on_config:_&:' \
|
||||
tests/test_plugin.py || die
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
python_test() {
|
||||
distutils_install_for_testing
|
||||
pytest -vv || die "Tests fail with ${EPYTHON}"
|
||||
Reference in New Issue
Block a user