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, 11 Sep 2020 07:17:29
Message-Id: 1599808640.3ed131a17a92e267efb7e6aa542c8b998cd21b5d.mgorny@gentoo
1 commit: 3ed131a17a92e267efb7e6aa542c8b998cd21b5d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 11 01:02:30 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 11 07:17:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed131a1
7
8 dev-python/jupyterlab_pygments: new package
9
10 New dependency of dev-python/nbconvert.
11
12 Package-Manager: Portage-3.0.4, Repoman-3.0.1
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
15
16 dev-python/jupyterlab_pygments/Manifest | 1 +
17 .../jupyterlab_pygments-0.1.1.ebuild | 18 ++++++++++++++++++
18 dev-python/jupyterlab_pygments/metadata.xml | 12 ++++++++++++
19 3 files changed, 31 insertions(+)
20
21 diff --git a/dev-python/jupyterlab_pygments/Manifest b/dev-python/jupyterlab_pygments/Manifest
22 new file mode 100644
23 index 00000000000..42fd82b465d
24 --- /dev/null
25 +++ b/dev-python/jupyterlab_pygments/Manifest
26 @@ -0,0 +1 @@
27 +DIST jupyterlab_pygments-0.1.1.tar.gz 561976 BLAKE2B ca317ed6709fd2c9a8afd137051140396bccdc3140c8c1ca97f64f8d4f74d2272c687661e1e28822a5008b2285306024408b18ba6ac92cb9d73acc29b8741fe4 SHA512 743e380f253f817ec9c9aedbe5d3c1cb5bc2c3de2136deba40b0fd3880bb04a4774099eb90437519638811ea9bea0324db3c3d8b1a9ab63857e7513deeaba669
28
29 diff --git a/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.1.ebuild b/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.1.ebuild
30 new file mode 100644
31 index 00000000000..04d1e50b8b2
32 --- /dev/null
33 +++ b/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.1.ebuild
34 @@ -0,0 +1,18 @@
35 +# Copyright 2020 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=7
39 +
40 +PYTHON_COMPAT=( python3_{6..9} )
41 +
42 +inherit distutils-r1
43 +
44 +DESCRIPTION="Pygments theme making use of JupyterLab CSS variables"
45 +HOMEPAGE="https://github.com/jupyterlab/jupyterlab_pygments"
46 +SRC_URI="https://github.com/jupyterlab/jupyterlab_pygments/archive/${PV}.tar.gz -> ${P}.tar.gz"
47 +
48 +LICENSE="BSD"
49 +SLOT="0"
50 +KEYWORDS="~amd64 ~x86"
51 +
52 +RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]"
53
54 diff --git a/dev-python/jupyterlab_pygments/metadata.xml b/dev-python/jupyterlab_pygments/metadata.xml
55 new file mode 100644
56 index 00000000000..f97ba7497b1
57 --- /dev/null
58 +++ b/dev-python/jupyterlab_pygments/metadata.xml
59 @@ -0,0 +1,12 @@
60 +<?xml version="1.0" encoding="UTF-8"?>
61 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
62 +<pkgmetadata>
63 + <maintainer type="project">
64 + <email>python@g.o</email>
65 + <description>Python</description>
66 + </maintainer>
67 + <stabilize-allarches/>
68 + <upstream>
69 + <remote-id type="github">jupyterlab/jupyterlab_pygments</remote-id>
70 + </upstream>
71 +</pkgmetadata>