diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:46:09 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 04:50:57 +0100 |
commit | 65286fabbf78d408c44d436b40f701ee7912b192 (patch) | |
tree | f9310de86c0cc4a659b1011da6550af4f322f99f /dev-python/ipython_genutils | |
parent | dev-python/ipyparallel: Use pypi.eclass (diff) | |
download | gentoo-65286fabbf78d408c44d436b40f701ee7912b192.tar.gz gentoo-65286fabbf78d408c44d436b40f701ee7912b192.tar.bz2 gentoo-65286fabbf78d408c44d436b40f701ee7912b192.zip |
dev-python/ipython_genutils: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ipython_genutils')
-rw-r--r-- | dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild index 77d15c514320..632fa122f684 100644 --- a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild +++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild @@ -6,11 +6,10 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Vestigial utilities from IPython" HOMEPAGE="https://github.com/ipython/ipython_genutils" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" |