summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-27 06:37:31 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-27 06:38:17 +0100
commit5039c3267bf34c378cc944a64a79b1112c7c9e00 (patch)
tree1dd327172e8bccf6441fee4e121a538af145532c /dev-python/pyrsistent
parentdev-python/pyrsistent: Remove old (diff)
downloadgentoo-5039c3267bf34c378cc944a64a79b1112c7c9e00.tar.gz
gentoo-5039c3267bf34c378cc944a64a79b1112c7c9e00.tar.bz2
gentoo-5039c3267bf34c378cc944a64a79b1112c7c9e00.zip
dev-python/pyrsistent: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyrsistent')
-rw-r--r--dev-python/pyrsistent/pyrsistent-0.19.3.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/pyrsistent/pyrsistent-0.19.3.ebuild b/dev-python/pyrsistent/pyrsistent-0.19.3.ebuild
index ed5e8a0b7204..0122efd36c2b 100644
--- a/dev-python/pyrsistent/pyrsistent-0.19.3.ebuild
+++ b/dev-python/pyrsistent/pyrsistent-0.19.3.ebuild
@@ -6,14 +6,13 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} pypy3 )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Persistent/Functional/Immutable data structures"
HOMEPAGE="
https://github.com/tobgu/pyrsistent/
https://pypi.org/project/pyrsistent/
"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"