Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyterlab_server/
Date: Thu, 02 Mar 2023 05:13:22
Message-Id: 1677733912.788ddfef911edf4c323aa7f82e4758aa90ec4011.mgorny@gentoo
1 commit: 788ddfef911edf4c323aa7f82e4758aa90ec4011
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 2 05:11:02 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 05:11:52 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=788ddfef
7
8 dev-python/jupyterlab_server: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jupyterlab_server/jupyterlab_server-2.19.0.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/jupyterlab_server/jupyterlab_server-2.19.0.ebuild b/dev-python/jupyterlab_server/jupyterlab_server-2.19.0.ebuild
16 index b14f679b076b..89d3aefe8a12 100644
17 --- a/dev-python/jupyterlab_server/jupyterlab_server-2.19.0.ebuild
18 +++ b/dev-python/jupyterlab_server/jupyterlab_server-2.19.0.ebuild
19 @@ -6,7 +6,7 @@ EAPI=8
20 PYTHON_COMPAT=( python3_{9..11} )
21 DISTUTILS_USE_PEP517=hatchling
22
23 -inherit distutils-r1
24 +inherit distutils-r1 pypi
25
26 DESCRIPTION="Server components for JupyterLab and JupyterLab like applications"
27 HOMEPAGE="
28 @@ -14,7 +14,6 @@ HOMEPAGE="
29 https://github.com/jupyterlab/jupyterlab_server/
30 https://pypi.org/project/jupyterlab-server/
31 "
32 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33
34 LICENSE="BSD"
35 SLOT="0"