summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:49:17 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 05:09:24 +0100
commit20e764f75cb685d3a9ca63cbd892a6ff9889abcf (patch)
treed24c6e691c749b73226d56b0802d6910ce9563a4 /dev-python/widgetsnbextension
parentdev-python/webencodings: Use pypi.eclass (diff)
downloadgentoo-20e764f75cb685d3a9ca63cbd892a6ff9889abcf.tar.gz
gentoo-20e764f75cb685d3a9ca63cbd892a6ff9889abcf.tar.bz2
gentoo-20e764f75cb685d3a9ca63cbd892a6ff9889abcf.zip
dev-python/widgetsnbextension: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/widgetsnbextension')
-rw-r--r--dev-python/widgetsnbextension/widgetsnbextension-4.0.5.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/widgetsnbextension/widgetsnbextension-4.0.5.ebuild b/dev-python/widgetsnbextension/widgetsnbextension-4.0.5.ebuild
index 5d588988de1d..e8a79dfcdf79 100644
--- a/dev-python/widgetsnbextension/widgetsnbextension-4.0.5.ebuild
+++ b/dev-python/widgetsnbextension/widgetsnbextension-4.0.5.ebuild
@@ -7,14 +7,13 @@ DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="threads(+)"
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="IPython HTML widgets for Jupyter"
HOMEPAGE="
https://ipython.org/
https://pypi.org/project/widgetsnbextension/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"