commit: 788ddfef911edf4c323aa7f82e4758aa90ec4011
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 2 05:11:02 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 2 05:11:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=788ddfef
dev-python/jupyterlab_server: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jupyterlab_server/jupyterlab_server-2.19.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/jupyterlab_server/jupyterlab_server-2.19.0.ebuild
b/dev-python/jupyterlab_server/jupyterlab_server-2.19.0.ebuild
index b14f679b076b..89d3aefe8a12 100644
--- a/dev-python/jupyterlab_server/jupyterlab_server-2.19.0.ebuild
+++ b/dev-python/jupyterlab_server/jupyterlab_server-2.19.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=hatchling
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Server components for JupyterLab and JupyterLab like applications"
HOMEPAGE="
@@ -14,7 +14,6 @@ HOMEPAGE="
https://github.com/jupyterlab/jupyterlab_server/
https://pypi.org/project/jupyterlab-server/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"