summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:46:10 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 04:50:58 +0100
commita7735519e65ac8402f348be3177c662c1b172b55 (patch)
treeb524f025e850b7d0eca41b9db230dbac49cac8e9 /dev-python
parentdev-python/ipython_genutils: Use pypi.eclass (diff)
downloadgentoo-a7735519e65ac8402f348be3177c662c1b172b55.tar.gz
gentoo-a7735519e65ac8402f348be3177c662c1b172b55.tar.bz2
gentoo-a7735519e65ac8402f348be3177c662c1b172b55.zip
dev-python/ipywidgets: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/ipywidgets/ipywidgets-8.0.4.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/ipywidgets/ipywidgets-8.0.4.ebuild b/dev-python/ipywidgets/ipywidgets-8.0.4.ebuild
index 266ae2486280..78a7f45adc11 100644
--- a/dev-python/ipywidgets/ipywidgets-8.0.4.ebuild
+++ b/dev-python/ipywidgets/ipywidgets-8.0.4.ebuild
@@ -7,7 +7,7 @@ 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="
@@ -15,7 +15,6 @@ HOMEPAGE="
https://github.com/jupyter-widgets/ipywidgets/
https://pypi.org/project/ipywidgets/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"