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/DBUtils/
Date: Fri, 17 Mar 2023 15:21:30
Message-Id: 1679066427.ef4dccb5c2d83b61c79918330b80528a0f4e3f2b.mgorny@gentoo
1 commit: ef4dccb5c2d83b61c79918330b80528a0f4e3f2b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 11:58:38 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 15:20:27 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef4dccb5
7
8 dev-python/DBUtils: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/DBUtils/DBUtils-3.0.2-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/DBUtils/DBUtils-3.0.2-r1.ebuild b/dev-python/DBUtils/DBUtils-3.0.2-r1.ebuild
16 index 2dac99445ae1..eb590124d5d4 100644
17 --- a/dev-python/DBUtils/DBUtils-3.0.2-r1.ebuild
18 +++ b/dev-python/DBUtils/DBUtils-3.0.2-r1.ebuild
19 @@ -4,9 +4,10 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 +PYPI_NO_NORMALIZE=1
24 PYTHON_COMPAT=( python3_{9..11} )
25
26 -inherit distutils-r1
27 +inherit distutils-r1 pypi
28
29 DESCRIPTION="Database connections for multi-threaded environments"
30 HOMEPAGE="
31 @@ -14,7 +15,6 @@ HOMEPAGE="
32 https://github.com/WebwareForPython/DBUtils/
33 https://pypi.org/project/DBUtils/
34 "
35 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
36
37 LICENSE="MIT"
38 SLOT="0"