summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-17 12:59:37 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-17 16:24:50 +0100
commita6b8e5745b3889ed76d1cbfe20fa8730001d33d8 (patch)
tree28ea5d54fe79b0628d2788d2460dfb15397a8111 /dev-python/python-dateutil/python-dateutil-2.8.2-r1.ebuild
parentdev-python/python-daemon: Use pypi.eclass (diff)
downloadgentoo-a6b8e5745b3889ed76d1cbfe20fa8730001d33d8.tar.gz
gentoo-a6b8e5745b3889ed76d1cbfe20fa8730001d33d8.tar.bz2
gentoo-a6b8e5745b3889ed76d1cbfe20fa8730001d33d8.zip
dev-python/python-dateutil: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-dateutil/python-dateutil-2.8.2-r1.ebuild')
-rw-r--r--dev-python/python-dateutil/python-dateutil-2.8.2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-dateutil/python-dateutil-2.8.2-r1.ebuild b/dev-python/python-dateutil/python-dateutil-2.8.2-r1.ebuild
index c04c839172e0..5ad76c61f9bc 100644
--- a/dev-python/python-dateutil/python-dateutil-2.8.2-r1.ebuild
+++ b/dev-python/python-dateutil/python-dateutil-2.8.2-r1.ebuild
@@ -4,9 +4,10 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..11} pypy3 )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Extensions to the standard Python datetime module"
HOMEPAGE="
@@ -14,7 +15,6 @@ HOMEPAGE="
https://pypi.org/project/python-dateutil/
https://github.com/dateutil/dateutil/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"