From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/roman/
Date: Thu, 16 Jan 2025 05:11:11 +0000 (UTC) [thread overview]
Message-ID: <1737004264.f47d97f9168d0fa45e00bcf0e73406668ca0ef4a.mgorny@gentoo> (raw)
commit: f47d97f9168d0fa45e00bcf0e73406668ca0ef4a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 16 04:52:43 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 16 05:11:04 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f47d97f9
dev-python/roman: Bump to 5.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/roman/Manifest | 1 +
dev-python/roman/roman-5.0.ebuild | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-python/roman/Manifest b/dev-python/roman/Manifest
index 18dcda558ee7..a1f3a1f35678 100644
--- a/dev-python/roman/Manifest
+++ b/dev-python/roman/Manifest
@@ -1 +1,2 @@
DIST roman-4.2.tar.gz 7339 BLAKE2B 1315925ffc4324e21582030fa6d963ed50f9fe917056fdf8dba62d90812874dd40d8899ae47274fc584bb56877c5517f507ff8741266e95a89912aead3a23a15 SHA512 4b1ddd54078e5ab38a11cad29fe4ea1f8e4740d7a9d1b093bec7d08ba37ca2bbbf89b2c420987b74270b01a8af5c03bfbfe8cfb5a4dfeb8923894cb52f083e82
+DIST roman-5.0.tar.gz 7664 BLAKE2B 1e3b8f90eba33abe7bc061ca30b8f12da23976fc15315923813c97a9f9dfc5909de475c3db752f015aa34faa775165cd8518ede5c9a8b1a87da5778abf964305 SHA512 9acd5d1587338497080066d3cd01c0a2cf007c664145514acaaa38cbbd6bbc6eac55469db9015dcd050a2457c69837dd9cdccf110a771f6b09c2a9bd59de8c4e
diff --git a/dev-python/roman/roman-5.0.ebuild b/dev-python/roman/roman-5.0.ebuild
new file mode 100644
index 000000000000..7f46f2c20fbd
--- /dev/null
+++ b/dev-python/roman/roman-5.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="An Integer to Roman numerals converter"
+HOMEPAGE="
+ https://pypi.org/project/roman/
+ https://github.com/zopefoundation/roman
+"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+distutils_enable_tests unittest
+
+python_prepare_all() {
+ mv "${S}/src/tests.py" . || die "moving test file failed"
+ distutils-r1_python_prepare_all
+}
next reply other threads:[~2025-01-16 5:11 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-16 5:11 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-01 11:58 [gentoo-commits] repo/gentoo:master commit in: dev-python/roman/ Michał Górny
2024-06-19 14:37 Petr Vaněk
2024-05-11 10:02 Michał Górny
2024-05-11 9:49 Arthur Zamarin
2024-04-25 17:56 Arthur Zamarin
2023-11-24 15:45 Arthur Zamarin
2023-06-27 12:01 Michał Górny
2023-06-27 6:43 Sam James
2023-05-26 17:44 Michał Górny
2023-05-26 17:44 Michał Górny
2023-04-05 8:19 Michał Górny
2023-04-05 7:36 Arthur Zamarin
2023-02-28 18:16 Arthur Zamarin
2023-02-28 18:16 Arthur Zamarin
2022-07-02 16:11 Michał Górny
2022-07-02 16:05 Jakov Smolić
2022-05-29 18:53 Arthur Zamarin
2022-05-29 18:53 Arthur Zamarin
2021-05-06 18:45 Michał Górny
2021-03-04 6:46 Sam James
2021-01-07 9:22 Michał Górny
2021-01-07 0:58 Sam James
2021-01-05 11:08 Michał Górny
2020-12-06 18:40 Sam James
2020-05-12 6:39 Agostino Sarubbo
2020-05-11 11:28 Agostino Sarubbo
2020-04-19 11:22 Joonas Niilola
2020-04-19 11:22 Joonas Niilola
2020-03-29 7:31 Michał Górny
2018-08-05 13:53 Patrice Clement
2017-05-29 16:33 Pacho Ramos
2016-05-29 14:19 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1737004264.f47d97f9168d0fa45e00bcf0e73406668ca0ef4a.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox