Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tempus-themes/
Date: Mon, 07 Feb 2022 09:37:33
Message-Id: 1644226549.16bd5e552706a5aa82e75d63dd0fa0849876a212.cybertailor@gentoo
1 commit: 16bd5e552706a5aa82e75d63dd0fa0849876a212
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Mon Feb 7 09:35:40 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Mon Feb 7 09:35:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=16bd5e55
7
8 dev-python/tempus-themes: initial import
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/tempus-themes/Manifest | 1 +
13 dev-python/tempus-themes/metadata.xml | 12 ++++++++++++
14 .../tempus-themes-2.3.0.20220206.ebuild | 21 +++++++++++++++++++++
15 3 files changed, 34 insertions(+)
16
17 diff --git a/dev-python/tempus-themes/Manifest b/dev-python/tempus-themes/Manifest
18 new file mode 100644
19 index 000000000..0505f7dcb
20 --- /dev/null
21 +++ b/dev-python/tempus-themes/Manifest
22 @@ -0,0 +1 @@
23 +DIST tempus-themes-2.3.0.20220206.tar.gz 19418 BLAKE2B d6962ef10ea8f5a34e44f64fbc6d4937d0b738e18f5c16b5832f80221ceb184c96f631c18d4d711285fb872ba911732128768fc7e6f9e2a1cc6c43d723273d79 SHA512 8677a3522eba8b783678c01e19d0977a930202362bab4d26e7c729270e2d6f2aeadf0979d69afbc91965e1e94fc9ecaebef796326a0b6b195cb0fe1a87540c62
24
25 diff --git a/dev-python/tempus-themes/metadata.xml b/dev-python/tempus-themes/metadata.xml
26 new file mode 100644
27 index 000000000..4eb9a443b
28 --- /dev/null
29 +++ b/dev-python/tempus-themes/metadata.xml
30 @@ -0,0 +1,12 @@
31 +<?xml version="1.0" encoding="UTF-8"?>
32 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
33 +<pkgmetadata>
34 + <maintainer type="person">
35 + <email>cyber+gentoo@×××××.in</email>
36 + <name>Anna</name>
37 + </maintainer>
38 + <upstream>
39 + <remote-id type="pypi">tempus-themes</remote-id>
40 + <remote-id type="gitlab">protesilaos/tempus-themes-pygments</remote-id>
41 + </upstream>
42 +</pkgmetadata>
43
44 diff --git a/dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild b/dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild
45 new file mode 100644
46 index 000000000..c3cc98a1d
47 --- /dev/null
48 +++ b/dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild
49 @@ -0,0 +1,21 @@
50 +# Copyright 2022 Gentoo Authors
51 +# Distributed under the terms of the GNU General Public License v2
52 +
53 +EAPI=8
54 +
55 +DISTUTILS_USE_PEP517=setuptools
56 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
57 +inherit distutils-r1
58 +
59 +DESCRIPTION="Accessible themes for Pygments"
60 +HOMEPAGE="
61 + https://pypi.org/project/tempus-themes/
62 + https://gitlab.com/protesilaos/tempus-themes-generator
63 +"
64 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
65 +
66 +LICENSE="GPL-3+"
67 +SLOT="0"
68 +KEYWORDS="~amd64"
69 +
70 +RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]"