diff options
| author | Michał Górny <mgorny@gentoo.org> | 2023-03-17 12:59:02 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2023-03-17 16:22:05 +0100 |
| commit | 8bf862bd59598d8828bafcdee02ff675e1a92b7a (patch) | |
| tree | 58c7d9f77dbfdc15d501d06a6167df00b0276e98 /dev-python | |
| parent | 293537d880046269c2ad50f18ed99960edc8f512 (diff) | |
| download | gentoo-8bf862bd59598d8828bafcdee02ff675e1a92b7a.tar.gz gentoo-8bf862bd59598d8828bafcdee02ff675e1a92b7a.tar.bz2 gentoo-8bf862bd59598d8828bafcdee02ff675e1a92b7a.zip | |
dev-python/ordered-set: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/ordered-set/ordered-set-4.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ordered-set/ordered-set-4.1.0.ebuild b/dev-python/ordered-set/ordered-set-4.1.0.ebuild index abf745626980..96c2e79683e0 100644 --- a/dev-python/ordered-set/ordered-set-4.1.0.ebuild +++ b/dev-python/ordered-set/ordered-set-4.1.0.ebuild @@ -5,13 +5,13 @@ EAPI=7 DISTUTILS_USE_PEP517=flit +PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="A mutable set that remembers the order of its entries" HOMEPAGE="https://github.com/rspeer/ordered-set" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" |
