commit: 9d1514692e39ab33fa0e4ce7eb83bd2a22d5c204
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Dec 7 11:50:03 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Dec 7 11:50:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d151469
dev-python/pymdown-extensions: fixup
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/pymdown-extensions/pymdown-extensions-8.0.1.ebuild | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/dev-python/pymdown-extensions/pymdown-extensions-8.0.1.ebuild
b/dev-python/pymdown-extensions/pymdown-extensions-8.0.1.ebuild
index 5dbe84b8..ed192ca4 100644
--- a/dev-python/pymdown-extensions/pymdown-extensions-8.0.1.ebuild
+++ b/dev-python/pymdown-extensions/pymdown-extensions-8.0.1.ebuild
@@ -50,10 +50,6 @@ python_prepare_all() {
-e 's:test_tabbed_split:_&:' \
tests/test_extensions/test_tabbed.py || die
- distutils-r1_python_prepare_all
-}
-
-src_compile() {
# mkdocs-git-revision-date-localized-plugin needs git repo
if use doc; then
git init
@@ -63,5 +59,5 @@ src_compile() {
git commit -m 'init'
fi
- distutils-r1_src_compile
+ distutils-r1_python_prepare_all
}