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/gitdb/
Date: Sun, 31 Jan 2021 09:03:52
Message-Id: 1612083479.7d8979be42cabdcacc64663d28be3108c3cd89a2.mgorny@gentoo
1 commit: 7d8979be42cabdcacc64663d28be3108c3cd89a2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 31 08:57:59 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 31 08:57:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d8979be
7
8 dev-python/gitdb: Remove smmap upper bound
9
10 Closes: https://bugs.gentoo.org/767970
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/gitdb/{gitdb-4.0.5.ebuild => gitdb-4.0.5-r1.ebuild} | 7 +++++++
14 1 file changed, 7 insertions(+)
15
16 diff --git a/dev-python/gitdb/gitdb-4.0.5.ebuild b/dev-python/gitdb/gitdb-4.0.5-r1.ebuild
17 similarity index 85%
18 rename from dev-python/gitdb/gitdb-4.0.5.ebuild
19 rename to dev-python/gitdb/gitdb-4.0.5-r1.ebuild
20 index 22051202ac7..9b989f33a30 100644
21 --- a/dev-python/gitdb/gitdb-4.0.5.ebuild
22 +++ b/dev-python/gitdb/gitdb-4.0.5-r1.ebuild
23 @@ -26,6 +26,13 @@ BDEPEND="
24
25 distutils_enable_tests nose
26
27 +src_prepare() {
28 + # remove unnecessary version restriction
29 + # https://github.com/gitpython-developers/gitdb/issues/67
30 + sed -i -e '/smmap/s:,<4::' setup.py || die
31 + distutils-r1_src_prepare
32 +}
33 +
34 src_test() {
35 local i