commit: b016b9b9745d908dbdef047040b6b793f595f0d9
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Oct 18 08:22:22 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Oct 18 08:22:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b016b9b9
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 <AT> riseup.net>
.../mkdocs-git-revision-date-localized-plugin/Manifest | 2 +-
...cs-git-revision-date-localized-plugin-0.7.2.ebuild} | 18 +-----------------
2 files changed, 2 insertions(+), 18 deletions(-)
diff --git a/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest
b/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest
index 540c5d21..54f3b225 100644
--- a/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest
+++ b/dev-python/mkdocs-git-revision-date-localized-plugin/Manifest
@@ -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
diff --git
a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.5.0.ebuild
b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.7.2.ebuild
similarity index 61%
rename from
dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.5.0.ebuild
rename to
dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.7.2.ebuild
index ff918787..3cf0ef35 100644
---
a/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.5.0.ebuild
+++
b/dev-python/mkdocs-git-revision-date-localized-plugin/mkdocs-git-revision-date-localized-plugin-0.7.2.ebuild
@@ -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}"