Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/
Date: Tue, 26 Apr 2022 10:56:14
Message-Id: 1650970561.5d982b7fe917d4b3d9f21af50439999c7cf6acff.mgorny@gentoo
1 commit: 5d982b7fe917d4b3d9f21af50439999c7cf6acff
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 10:42:24 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 10:56:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d982b7f
7
8 dev-python/numpydoc: Unpin Jinja2 dep
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/numpydoc/{numpydoc-1.2.1.ebuild => numpydoc-1.2.1-r1.ebuild} | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/dev-python/numpydoc/numpydoc-1.2.1.ebuild b/dev-python/numpydoc/numpydoc-1.2.1-r1.ebuild
16 similarity index 94%
17 rename from dev-python/numpydoc/numpydoc-1.2.1.ebuild
18 rename to dev-python/numpydoc/numpydoc-1.2.1-r1.ebuild
19 index f59030e0df57..8a0d7f8dfe4d 100644
20 --- a/dev-python/numpydoc/numpydoc-1.2.1.ebuild
21 +++ b/dev-python/numpydoc/numpydoc-1.2.1-r1.ebuild
22 @@ -30,6 +30,8 @@ distutils_enable_tests pytest
23
24 src_prepare() {
25 sed -i -e 's:--cov-report= --cov=numpydoc::' setup.cfg || die
26 + # unpin the dep
27 + sed -i -e '/Jinja2/s:,<3.1::' setup.py || die
28
29 distutils-r1_src_prepare
30 }