diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:46:08 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 04:50:56 +0100 |
commit | cdf3c4965b7b83ae02303805e4608c640fa67738 (patch) | |
tree | 55e982154443bb4ffda2ca7d06ddf34469f0364c /dev-python/ipyparallel | |
parent | dev-python/ipaddr: Use pypi.eclass (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/ipyparallel')
-rw-r--r-- | dev-python/ipyparallel/ipyparallel-8.4.1.ebuild | 3 |
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" |