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: Tue, 29 Sep 2020 13:20:56
Message-Id: 1601385648.6a9a765dba8de128906a89e06c6e6983467c1b20.mgorny@gentoo
1 commit: 6a9a765dba8de128906a89e06c6e6983467c1b20
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 29 12:08:16 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 29 13:20:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a9a765d
7
8 dev-python/jupyterlab_pygments: Bump to 0.1.2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jupyterlab_pygments/Manifest | 1 +
13 .../jupyterlab_pygments-0.1.2.ebuild | 18 ++++++++++++++++++
14 2 files changed, 19 insertions(+)
15
16 diff --git a/dev-python/jupyterlab_pygments/Manifest b/dev-python/jupyterlab_pygments/Manifest
17 index 42fd82b465d..300b5cb8ca4 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.1.tar.gz 561976 BLAKE2B ca317ed6709fd2c9a8afd137051140396bccdc3140c8c1ca97f64f8d4f74d2272c687661e1e28822a5008b2285306024408b18ba6ac92cb9d73acc29b8741fe4 SHA512 743e380f253f817ec9c9aedbe5d3c1cb5bc2c3de2136deba40b0fd3880bb04a4774099eb90437519638811ea9bea0324db3c3d8b1a9ab63857e7513deeaba669
22 +DIST jupyterlab_pygments-0.1.2.tar.gz 561989 BLAKE2B 85d6b59b2c959f838746c7c6fed99ad5adda89a514a77327cc8e9ba7d6a91b1c0206d999c09149e6c5b9c67911ca16914f0b17a67b3505db73c23a7194fe4566 SHA512 0b4f4c13017f8afbd83e9fb575b3c4ee44272bc01421761ae7b140ecab743d825aa195432caa5f6153bda0ef84fe3ab92dad61ffd9b048927736a916dd267b5a
23
24 diff --git a/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.2.ebuild b/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.2.ebuild
25 new file mode 100644
26 index 00000000000..49809d701f8
27 --- /dev/null
28 +++ b/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.2.ebuild
29 @@ -0,0 +1,18 @@
30 +# Copyright 2020 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +PYTHON_COMPAT=( python3_{6..9} )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Pygments theme making use of JupyterLab CSS variables"
40 +HOMEPAGE="https://github.com/jupyterlab/jupyterlab_pygments"
41 +SRC_URI="https://github.com/jupyterlab/jupyterlab_pygments/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 +
43 +LICENSE="BSD"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~arm64 ~x86"
46 +
47 +RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]"