commit: 9573c8decc08ce6516e3f852d76c5ae9f8be9f78
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 17:48:03 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 04:04:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9573c8de
dev-python/pytz: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytz/pytz-2022.7.1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/pytz/pytz-2022.7.1.ebuild
b/dev-python/pytz/pytz-2022.7.1.ebuild
index 90addad6269b..397f0c11bc88 100644
--- a/dev-python/pytz/pytz-2022.7.1.ebuild
+++ b/dev-python/pytz/pytz-2022.7.1.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} pypy3 )
PYTHON_REQ_USE="threads(+)"
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="World timezone definitions for Python"
HOMEPAGE="
@@ -15,7 +15,6 @@ HOMEPAGE="
https://launchpad.net/pytz/
https://pypi.org/project/pytz/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"