summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:46:08 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 04:50:56 +0100
commitcdf3c4965b7b83ae02303805e4608c640fa67738 (patch)
tree55e982154443bb4ffda2ca7d06ddf34469f0364c
parentdev-python/ipaddr: Use pypi.eclass (diff)
downloadgentoo-cdf3c4965b7b83ae02303805e4608c640fa67738.tar.gz
gentoo-cdf3c4965b7b83ae02303805e4608c640fa67738.tar.bz2
gentoo-cdf3c4965b7b83ae02303805e4608c640fa67738.zip
dev-python/ipyparallel: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/ipyparallel/ipyparallel-8.4.1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/ipyparallel/ipyparallel-8.4.1.ebuild b/dev-python/ipyparallel/ipyparallel-8.4.1.ebuild
index c1a4fd459941..f34f5b06a4bd 100644
--- a/dev-python/ipyparallel/ipyparallel-8.4.1.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-8.4.1.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="threads(+)"
-inherit distutils-r1 optfeature
+inherit distutils-r1 optfeature pypi
DESCRIPTION="Interactive Parallel Computing with IPython"
HOMEPAGE="
@@ -15,7 +15,6 @@ HOMEPAGE="
https://github.com/ipython/ipyparallel/
https://pypi.org/project/ipyparallel/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"