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: Fri, 08 Apr 2022 21:18:22
Message-Id: 1649452691.428af542fe538d15887238ff8f9a4a783b37542e.mgorny@gentoo
1 commit: 428af542fe538d15887238ff8f9a4a783b37542e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 8 21:06:40 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 8 21:18:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=428af542
7
8 dev-python/jupyterlab_pygments: Bump to 0.2.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jupyterlab_pygments/Manifest | 1 +
13 .../jupyterlab_pygments-0.2.0.ebuild | 24 ++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/dev-python/jupyterlab_pygments/Manifest b/dev-python/jupyterlab_pygments/Manifest
17 index 648bbbc968fa..149205024411 100644
18 --- a/dev-python/jupyterlab_pygments/Manifest
19 +++ b/dev-python/jupyterlab_pygments/Manifest
20 @@ -1 +1,2 @@
21 DIST jupyterlab_pygments-0.1.2.tar.gz 561989 BLAKE2B 85d6b59b2c959f838746c7c6fed99ad5adda89a514a77327cc8e9ba7d6a91b1c0206d999c09149e6c5b9c67911ca16914f0b17a67b3505db73c23a7194fe4566 SHA512 0b4f4c13017f8afbd83e9fb575b3c4ee44272bc01421761ae7b140ecab743d825aa195432caa5f6153bda0ef84fe3ab92dad61ffd9b048927736a916dd267b5a
22 +DIST jupyterlab_pygments-0.2.0.tar.gz 132386 BLAKE2B db2b1677227fc1817769aaabd7f9e559871b13a9f937e76f5912a6e99fd186b19ce136712a01c8cd6db2b246fd2e7176b897164c9084781a59eb5f72c21577a1 SHA512 0ac05c3f31e554c51e889c4bf4af6ba3f787ef152a7a7e1862ff9dc46d89418bc3567c57e42b30f3134f1b56cc9c31a6d96ef76905fdb6ee39decfa8cf388ca6
23
24 diff --git a/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.2.0.ebuild b/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.2.0.ebuild
25 new file mode 100644
26 index 000000000000..797c67662623
27 --- /dev/null
28 +++ b/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.2.0.ebuild
29 @@ -0,0 +1,24 @@
30 +# Copyright 2020-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=jupyter
36 +PYTHON_COMPAT=( python3_{8..10} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Pygments theme making use of JupyterLab CSS variables"
41 +HOMEPAGE="
42 + https://pypi.org/project/jupyterlab-pygments/
43 + https://github.com/jupyterlab/jupyterlab_pygments/
44 +"
45 +SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
46 +
47 +LICENSE="BSD"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
50 +
51 +RDEPEND="
52 + dev-python/pygments[${PYTHON_USEDEP}]
53 +"