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_pygments/
Date: Thu, 16 Mar 2023 03:56:53
Message-Id: 1678938675.c39adaae39c31173df7264adc93f7a07ecc61bcf.mgorny@gentoo
1 commit: c39adaae39c31173df7264adc93f7a07ecc61bcf
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 15 17:46:27 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 03:51:15 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c39adaae
7
8 dev-python/jupyterlab_pygments: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jupyterlab_pygments/jupyterlab_pygments-0.2.2.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.2.2.ebuild b/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.2.2.ebuild
16 index 2ec276a9cc5a..b6b3444a36a0 100644
17 --- a/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.2.2.ebuild
18 +++ b/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.2.2.ebuild
19 @@ -6,14 +6,13 @@ EAPI=8
20 DISTUTILS_USE_PEP517=jupyter
21 PYTHON_COMPAT=( python3_{9..11} )
22
23 -inherit distutils-r1
24 +inherit distutils-r1 pypi
25
26 DESCRIPTION="Pygments theme making use of JupyterLab CSS variables"
27 HOMEPAGE="
28 https://pypi.org/project/jupyterlab-pygments/
29 https://github.com/jupyterlab/jupyterlab_pygments/
30 "
31 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
32
33 LICENSE="BSD"
34 SLOT="0"