* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tempus-themes/
@ 2023-03-17 13:10 Anna Vyalkova
0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2023-03-17 13:10 UTC (permalink / raw
To: gentoo-commits
commit: e330076ae4e8b27726c8900b4772d7b807115689
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Mar 17 13:06:33 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Mar 17 13:06:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e330076a
dev-python/tempus-themes: Use pypi.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
index 82adeccee..a4bd5ee41 100644
--- a/dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild
+++ b/dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild
@@ -4,15 +4,15 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..11} pypy3 )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Accessible themes for Pygments"
HOMEPAGE="
https://pypi.org/project/tempus-themes/
https://gitlab.com/protesilaos/tempus-themes-generator
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tempus-themes/
@ 2024-10-29 22:43 Anna Vyalkova
0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2024-10-29 22:43 UTC (permalink / raw
To: gentoo-commits
commit: a32f26c853a7ddc486d0eb4c0e166b595c187432
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Oct 29 22:40:45 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Oct 29 22:40:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a32f26c8
dev-python/tempus-themes: enable py3.13
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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
index 02743ed67..0f8d8fc65 100644
--- a/dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild
+++ b/dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi
DESCRIPTION="Accessible themes for Pygments"
@@ -19,3 +19,5 @@ SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]"
+
+distutils_enable_tests import-check
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tempus-themes/
@ 2023-12-04 19:45 Anna Vyalkova
0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2023-12-04 19:45 UTC (permalink / raw
To: gentoo-commits
commit: f92c3eee185a16241a791b7a0bae1fe292393d69
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Dec 3 15:06:34 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Dec 4 19:44:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f92c3eee
dev-python/tempus-themes: enable py3.12
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
index ad3929f3e9..02743ed67c 100644
--- a/dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild
+++ b/dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 pypi
DESCRIPTION="Accessible themes for Pygments"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tempus-themes/
@ 2022-07-07 0:41 Anna Vyalkova
0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2022-07-07 0:41 UTC (permalink / raw
To: gentoo-commits
commit: 84e2997aba204009595568b082623dffaffb97bf
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Jul 7 00:28:45 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Jul 7 00:40:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=84e2997a
dev-python/tempus-themes: enable py3.11
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index c3cc98a1d..8c1d2b985 100644
--- a/dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild
+++ b/dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1
DESCRIPTION="Accessible themes for Pygments"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tempus-themes/
@ 2022-02-07 9:37 Anna Vyalkova
0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2022-02-07 9:37 UTC (permalink / raw
To: gentoo-commits
commit: 16bd5e552706a5aa82e75d63dd0fa0849876a212
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Feb 7 09:35:40 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Feb 7 09:35:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=16bd5e55
dev-python/tempus-themes: initial import
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/tempus-themes/Manifest | 1 +
dev-python/tempus-themes/metadata.xml | 12 ++++++++++++
.../tempus-themes-2.3.0.20220206.ebuild | 21 +++++++++++++++++++++
3 files changed, 34 insertions(+)
diff --git a/dev-python/tempus-themes/Manifest b/dev-python/tempus-themes/Manifest
new file mode 100644
index 000000000..0505f7dcb
--- /dev/null
+++ b/dev-python/tempus-themes/Manifest
@@ -0,0 +1 @@
+DIST tempus-themes-2.3.0.20220206.tar.gz 19418 BLAKE2B d6962ef10ea8f5a34e44f64fbc6d4937d0b738e18f5c16b5832f80221ceb184c96f631c18d4d711285fb872ba911732128768fc7e6f9e2a1cc6c43d723273d79 SHA512 8677a3522eba8b783678c01e19d0977a930202362bab4d26e7c729270e2d6f2aeadf0979d69afbc91965e1e94fc9ecaebef796326a0b6b195cb0fe1a87540c62
diff --git a/dev-python/tempus-themes/metadata.xml b/dev-python/tempus-themes/metadata.xml
new file mode 100644
index 000000000..4eb9a443b
--- /dev/null
+++ b/dev-python/tempus-themes/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">tempus-themes</remote-id>
+ <remote-id type="gitlab">protesilaos/tempus-themes-pygments</remote-id>
+ </upstream>
+</pkgmetadata>
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
new file mode 100644
index 000000000..c3cc98a1d
--- /dev/null
+++ b/dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Accessible themes for Pygments"
+HOMEPAGE="
+ https://pypi.org/project/tempus-themes/
+ https://gitlab.com/protesilaos/tempus-themes-generator
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-10-29 22:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-17 13:10 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tempus-themes/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2024-10-29 22:43 Anna Vyalkova
2023-12-04 19:45 Anna Vyalkova
2022-07-07 0:41 Anna Vyalkova
2022-02-07 9:37 Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox