commit: fb69d512cb80529fb430647ceed8290ae4d996a0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 2 05:10:48 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 2 05:11:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb69d512
dev-python/jupyterlab: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jupyterlab/jupyterlab-3.6.1-r1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/jupyterlab/jupyterlab-3.6.1-r1.ebuild
b/dev-python/jupyterlab/jupyterlab-3.6.1-r1.ebuild
index 793a42f19c7f..3f3599458a65 100644
--- a/dev-python/jupyterlab/jupyterlab-3.6.1-r1.ebuild
+++ b/dev-python/jupyterlab/jupyterlab-3.6.1-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=jupyter
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="JupyterLab computational environment"
HOMEPAGE="
@@ -14,7 +14,6 @@ HOMEPAGE="
https://github.com/jupyterlab/jupyterlab/
https://pypi.org/project/jupyterlab/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD MIT GPL-3 Apache-2.0"
SLOT="0"