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: Thu, 16 Mar 2023 03:50:10
Message-Id: 1678938480.0cb28bd0021880d6c86be4e7ba80ea144c3b49a0.mgorny@gentoo
1 commit: 0cb28bd0021880d6c86be4e7ba80ea144c3b49a0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 15 17:45:43 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 03:48:00 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cb28bd0
7
8 dev-python/gitdb: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/gitdb/gitdb-4.0.10.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/gitdb/gitdb-4.0.10.ebuild b/dev-python/gitdb/gitdb-4.0.10.ebuild
16 index cd857d1e80f2..1403ab782a06 100644
17 --- a/dev-python/gitdb/gitdb-4.0.10.ebuild
18 +++ b/dev-python/gitdb/gitdb-4.0.10.ebuild
19 @@ -6,14 +6,13 @@ EAPI=8
20 DISTUTILS_USE_PEP517=setuptools
21 PYTHON_COMPAT=( python3_{9..11} )
22
23 -inherit distutils-r1
24 +inherit distutils-r1 pypi
25
26 DESCRIPTION="GitDB is a pure-Python git object database"
27 HOMEPAGE="
28 https://github.com/gitpython-developers/gitdb/
29 https://pypi.org/project/gitdb/
30 "
31 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32
33 LICENSE="BSD"
34 SLOT="0"