summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-17 12:58:38 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-17 16:20:27 +0100
commitef4dccb5c2d83b61c79918330b80528a0f4e3f2b (patch)
treed712f946b1313d099c90ee0cdbc4708359576d5a /dev-python/DBUtils
parentdev-python/css-parser: Use pypi.eclass (diff)
downloadgentoo-ef4dccb5c2d83b61c79918330b80528a0f4e3f2b.tar.gz
gentoo-ef4dccb5c2d83b61c79918330b80528a0f4e3f2b.tar.bz2
gentoo-ef4dccb5c2d83b61c79918330b80528a0f4e3f2b.zip
dev-python/DBUtils: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/DBUtils')
-rw-r--r--dev-python/DBUtils/DBUtils-3.0.2-r1.ebuild4
1 files 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"