diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-07 10:12:12 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-07 10:26:49 +0100 |
commit | 8dde1c9befe7127f98bea58a8ec37414ce9dd628 (patch) | |
tree | f5f081e62a80289963498e80c4490634c729bc9c /dev-python/zipp | |
parent | dev-python/tempora: Use pypi.eclass (diff) | |
download | gentoo-8dde1c9befe7127f98bea58a8ec37414ce9dd628.tar.gz gentoo-8dde1c9befe7127f98bea58a8ec37414ce9dd628.tar.bz2 gentoo-8dde1c9befe7127f98bea58a8ec37414ce9dd628.zip |
dev-python/zipp: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/zipp')
-rw-r--r-- | dev-python/zipp/zipp-3.12.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/zipp/zipp-3.12.1.ebuild b/dev-python/zipp/zipp-3.12.1.ebuild index ea6301a426b0..c7f42a4772f9 100644 --- a/dev-python/zipp/zipp-3.12.1.ebuild +++ b/dev-python/zipp/zipp-3.12.1.ebuild @@ -7,14 +7,13 @@ EAPI=7 DISTUTILS_USE_PEP517=flit PYTHON_COMPAT=( pypy3 python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files" HOMEPAGE=" https://github.com/jaraco/zipp/ https://pypi.org/project/zipp/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" |