* [gentoo-commits] repo/gentoo:master commit in: dev-python/roman-numerals-py/
@ 2025-02-17 20:47 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2025-02-17 20:47 UTC (permalink / raw
To: gentoo-commits
commit: f27858b0900ca501b897f3c7de59a7366cedd7d2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 17 16:28:41 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 17 20:47:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f27858b0
dev-python/roman-numerals-py: New package, v2.0.0
New NIH dependency for dev-python/sphinx.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/roman-numerals-py/Manifest | 1 +
dev-python/roman-numerals-py/metadata.xml | 12 ++++++++++++
.../roman-numerals-py-2.0.0.ebuild | 21 +++++++++++++++++++++
3 files changed, 34 insertions(+)
diff --git a/dev-python/roman-numerals-py/Manifest b/dev-python/roman-numerals-py/Manifest
new file mode 100644
index 000000000000..6142e67959fc
--- /dev/null
+++ b/dev-python/roman-numerals-py/Manifest
@@ -0,0 +1 @@
+DIST roman_numerals_py-2.0.0.tar.gz 8747 BLAKE2B 55998af1542f61aa0ac8a6bdf11aa6c4ef99f91a8d72df0194659f7b679a07b69f2a67ed71beca373d6c3c8843fd9c7149918755cb97ceaea3d6d9153321e5fd SHA512 c67d0f0c8244449694693c081a5291da7742ad19ede1447da06526bc8edb0f7f20b4778040f052ad104d6c5079c63fd052197fb2f0414d855c9531faa20b2041
diff --git a/dev-python/roman-numerals-py/metadata.xml b/dev-python/roman-numerals-py/metadata.xml
new file mode 100644
index 000000000000..5510aeea4eda
--- /dev/null
+++ b/dev-python/roman-numerals-py/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="project">
+ <email>python@gentoo.org</email>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="github">AA-Turner/roman-numerals</remote-id>
+ <remote-id type="pypi">roman-numerals-py</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild b/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild
new file mode 100644
index 000000000000..b4e159b8f1df
--- /dev/null
+++ b/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} python3_13t )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Manipulate roman numerals"
+HOMEPAGE="
+ https://github.com/AA-Turner/roman-numerals/
+ https://pypi.org/project/roman-numerals-py/
+"
+
+LICENSE="|| ( 0BSD CC0-1.0 )"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/roman-numerals-py/
@ 2025-02-20 12:57 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2025-02-20 12:57 UTC (permalink / raw
To: gentoo-commits
commit: 47d7b547ed83295d1f3e98e42ee58e43898951d6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 20 12:55:44 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 20 12:55:44 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47d7b547
dev-python/roman-numerals-py: Keyword 2.0.0 arm64, #949989
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild b/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild
index b4e159b8f1df..e1112bf22a08 100644
--- a/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild
+++ b/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild
@@ -16,6 +16,6 @@ HOMEPAGE="
LICENSE="|| ( 0BSD CC0-1.0 )"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/roman-numerals-py/
@ 2025-02-20 13:27 Jakov Smolić
0 siblings, 0 replies; 9+ messages in thread
From: Jakov Smolić @ 2025-02-20 13:27 UTC (permalink / raw
To: gentoo-commits
commit: 4eaa4154b205a19c8229d48fad8ad4844682bc18
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 20 13:27:24 2025 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Feb 20 13:27:24 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eaa4154
dev-python/roman-numerals-py: Keyword 2.0.0 riscv, #949989
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild b/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild
index e1112bf22a08..0beb497251eb 100644
--- a/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild
+++ b/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild
@@ -16,6 +16,6 @@ HOMEPAGE="
LICENSE="|| ( 0BSD CC0-1.0 )"
SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~riscv"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/roman-numerals-py/
@ 2025-02-22 9:33 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2025-02-22 9:33 UTC (permalink / raw
To: gentoo-commits
commit: bb93b6e0860f34ed8af5d84fe86d064cae6c2b7f
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 22 09:31:58 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 22 09:31:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb93b6e0
dev-python/roman-numerals-py: Keyword 2.0.0 sparc, #949989
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild b/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild
index 0beb497251eb..e1c0e04dd7f4 100644
--- a/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild
+++ b/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild
@@ -16,6 +16,6 @@ HOMEPAGE="
LICENSE="|| ( 0BSD CC0-1.0 )"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ~riscv ~sparc"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/roman-numerals-py/
@ 2025-02-22 9:33 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2025-02-22 9:33 UTC (permalink / raw
To: gentoo-commits
commit: 2537eede3f2460fc2d718f2650d7092f2735b5f8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 22 09:32:26 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 22 09:32:26 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2537eede
dev-python/roman-numerals-py: Keyword 2.0.0 x86, #949989
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild b/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild
index e1c0e04dd7f4..21bfae9832d7 100644
--- a/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild
+++ b/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild
@@ -16,6 +16,6 @@ HOMEPAGE="
LICENSE="|| ( 0BSD CC0-1.0 )"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~sparc"
+KEYWORDS="~amd64 ~arm64 ~riscv ~sparc ~x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/roman-numerals-py/
@ 2025-02-22 9:33 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2025-02-22 9:33 UTC (permalink / raw
To: gentoo-commits
commit: d9d259841f85c97aedee82cd3a766e888083bf17
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 22 09:32:29 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 22 09:32:29 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d25984
dev-python/roman-numerals-py: Keyword 2.0.0 arm, #949989
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild b/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild
index 21bfae9832d7..2d14232253aa 100644
--- a/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild
+++ b/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild
@@ -16,6 +16,6 @@ HOMEPAGE="
LICENSE="|| ( 0BSD CC0-1.0 )"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/roman-numerals-py/
@ 2025-02-22 9:33 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2025-02-22 9:33 UTC (permalink / raw
To: gentoo-commits
commit: 66b23509929816f4303bec56bef8f826250a8e5e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 22 09:32:32 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 22 09:32:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b23509
dev-python/roman-numerals-py: Keyword 2.0.0 ppc, #949989
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild b/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild
index 2d14232253aa..22e29fb37132 100644
--- a/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild
+++ b/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild
@@ -16,6 +16,6 @@ HOMEPAGE="
LICENSE="|| ( 0BSD CC0-1.0 )"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~sparc ~x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/roman-numerals-py/
@ 2025-02-22 9:33 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2025-02-22 9:33 UTC (permalink / raw
To: gentoo-commits
commit: 23423dc97c73c6381949ff7b0a0eee58ac71cecc
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 22 09:32:35 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 22 09:32:35 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23423dc9
dev-python/roman-numerals-py: Keyword 2.0.0 mips, #949989
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild b/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild
index 22e29fb37132..7b56c494bae8 100644
--- a/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild
+++ b/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild
@@ -16,6 +16,6 @@ HOMEPAGE="
LICENSE="|| ( 0BSD CC0-1.0 )"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~riscv ~sparc ~x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/roman-numerals-py/
@ 2025-02-22 9:33 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2025-02-22 9:33 UTC (permalink / raw
To: gentoo-commits
commit: 9425805b5dd05b60b8d32e68112e1ba238cd7bbf
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 22 09:32:40 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 22 09:32:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9425805b
dev-python/roman-numerals-py: Keyword 2.0.0 s390, #949989
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild b/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild
index 7b56c494bae8..2f09c0787abc 100644
--- a/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild
+++ b/dev-python/roman-numerals-py/roman-numerals-py-2.0.0.ebuild
@@ -16,6 +16,6 @@ HOMEPAGE="
LICENSE="|| ( 0BSD CC0-1.0 )"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~riscv ~s390 ~sparc ~x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2025-02-22 9:33 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-20 12:57 [gentoo-commits] repo/gentoo:master commit in: dev-python/roman-numerals-py/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2025-02-22 9:33 Arthur Zamarin
2025-02-22 9:33 Arthur Zamarin
2025-02-22 9:33 Arthur Zamarin
2025-02-22 9:33 Arthur Zamarin
2025-02-22 9:33 Arthur Zamarin
2025-02-22 9:33 Arthur Zamarin
2025-02-20 13:27 Jakov Smolić
2025-02-17 20:47 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox