Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygit2/
Date: Fri, 03 Sep 2021 17:59:30
Message-Id: 1630691920.d7339755b6ebc3be21151cd7afd61a503b006be3.sam@gentoo
1 commit: d7339755b6ebc3be21151cd7afd61a503b006be3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 3 17:57:57 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 3 17:58:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7339755
7
8 dev-python/pygit2: add libgit2 subslot dep, fix DEPEND
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/pygit2/{pygit2-1.6.1.ebuild => pygit2-1.6.1-r1.ebuild} | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/pygit2/pygit2-1.6.1.ebuild b/dev-python/pygit2/pygit2-1.6.1-r1.ebuild
16 similarity index 95%
17 rename from dev-python/pygit2/pygit2-1.6.1.ebuild
18 rename to dev-python/pygit2/pygit2-1.6.1-r1.ebuild
19 index 69a3e8d9cbe..635638363d1 100644
20 --- a/dev-python/pygit2/pygit2-1.6.1.ebuild
21 +++ b/dev-python/pygit2/pygit2-1.6.1-r1.ebuild
22 @@ -15,10 +15,11 @@ SLOT="0"
23 KEYWORDS="amd64 x86"
24
25 RDEPEND="
26 - =dev-libs/libgit2-1.1*
27 + =dev-libs/libgit2-1.1*:=
28 dev-python/cached-property[${PYTHON_USEDEP}]
29 >=dev-python/cffi-1.0:=[${PYTHON_USEDEP}]
30 "
31 +DEPEND="${RDEPEND}"
32
33 distutils_enable_tests pytest