diff options
author | 2023-03-02 06:10:48 +0100 | |
---|---|---|
committer | 2023-03-02 06:11:51 +0100 | |
commit | fb69d512cb80529fb430647ceed8290ae4d996a0 (patch) | |
tree | a70b758d70a15752322ce51c9ca4623d1b198b65 /dev-python/jupyterlab | |
parent | dev-python/jupyter_core: Use pypi.eclass (diff) | |
download | gentoo-fb69d512cb80529fb430647ceed8290ae4d996a0.tar.gz gentoo-fb69d512cb80529fb430647ceed8290ae4d996a0.tar.bz2 gentoo-fb69d512cb80529fb430647ceed8290ae4d996a0.zip |
dev-python/jupyterlab: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jupyterlab')
-rw-r--r-- | dev-python/jupyterlab/jupyterlab-3.6.1-r1.ebuild | 3 |
1 files changed, 1 insertions, 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" |