2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-01-19 00:09:37 +03:00

dev-python/pytz: Use pypi.eclass

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-03-15 18:48:03 +01:00
parent 7899152018
commit 9573c8decc

View File

@@ -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"