commit: 5d982b7fe917d4b3d9f21af50439999c7cf6acff
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 10:42:24 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 10:56:01 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d982b7f
dev-python/numpydoc: Unpin Jinja2 dep
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/numpydoc/{numpydoc-1.2.1.ebuild => numpydoc-1.2.1-r1.ebuild} | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/numpydoc/numpydoc-1.2.1.ebuild
b/dev-python/numpydoc/numpydoc-1.2.1-r1.ebuild
similarity index 94%
rename from dev-python/numpydoc/numpydoc-1.2.1.ebuild
rename to dev-python/numpydoc/numpydoc-1.2.1-r1.ebuild
index f59030e0df57..8a0d7f8dfe4d 100644
--- a/dev-python/numpydoc/numpydoc-1.2.1.ebuild
+++ b/dev-python/numpydoc/numpydoc-1.2.1-r1.ebuild
@@ -30,6 +30,8 @@ distutils_enable_tests pytest
src_prepare() {
sed -i -e 's:--cov-report= --cov=numpydoc::' setup.cfg || die
+ # unpin the dep
+ sed -i -e '/Jinja2/s:,<3.1::' setup.py || die
distutils-r1_src_prepare
}