commit: 468603a65ea151656347a00e25d701415e864f37
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 2 16:10:45 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 2 16:10:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468603a6
dev-python/roman: Remove old
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 deletions(-)
diff --git a/dev-python/roman/Manifest b/dev-python/roman/Manifest
index 846f452682a7..bcfd52457ea6 100644
--- a/dev-python/roman/Manifest
+++ b/dev-python/roman/Manifest
@@ -1,2 +1 @@
-DIST roman-5.0.tar.gz 7664 BLAKE2B
1e3b8f90eba33abe7bc061ca30b8f12da23976fc15315923813c97a9f9dfc5909de475c3db752f015aa34faa775165cd8518ede5c9a8b1a87da5778abf964305
SHA512
9acd5d1587338497080066d3cd01c0a2cf007c664145514acaaa38cbbd6bbc6eac55469db9015dcd050a2457c69837dd9cdccf110a771f6b09c2a9bd59de8c4e
DIST roman-5.1.tar.gz 8066 BLAKE2B
4731e6974a5f6f4063af1efe1fd7283031e18b233df83f9edee944e36b2a0f252fdf8c17407babe00102671ff0e8798cf426a9fea56b6612a14ab902e01b29fe
SHA512
f8a57d37b46d2f1fb11247d3c461848aac9696798111b3b4db32adfb23b97e3f06bdfa4dceb7a37023ee57552a93afba2bdafb5f6006846b45d4ea6004b80398
diff --git a/dev-python/roman/roman-5.0.ebuild
b/dev-python/roman/roman-5.0.ebuild
deleted file mode 100644
index f3db6871e195..000000000000
--- a/dev-python/roman/roman-5.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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_{11..14} )
-
-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
-}