commit:     ef4dccb5c2d83b61c79918330b80528a0f4e3f2b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 11:58:38 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 15:20:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef4dccb5

dev-python/DBUtils: Use pypi.eclass

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/DBUtils/DBUtils-3.0.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/DBUtils/DBUtils-3.0.2-r1.ebuild 
b/dev-python/DBUtils/DBUtils-3.0.2-r1.ebuild
index 2dac99445ae1..eb590124d5d4 100644
--- a/dev-python/DBUtils/DBUtils-3.0.2-r1.ebuild
+++ b/dev-python/DBUtils/DBUtils-3.0.2-r1.ebuild
@@ -4,9 +4,10 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
 PYTHON_COMPAT=( python3_{9..11} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Database connections for multi-threaded environments"
 HOMEPAGE="
@@ -14,7 +15,6 @@ HOMEPAGE="
        https://github.com/WebwareForPython/DBUtils/
        https://pypi.org/project/DBUtils/
 "
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"

Reply via email to