summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-27 14:00:21 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-27 14:00:21 +0200
commit107bb65f8948c359f3e5f3705ca9d16c424a36e6 (patch)
tree0dfc2527a98a754a3a3b364333d70832b8717309
parentdev-python/pytest-subtests: Remove old (diff)
downloadgentoo-107bb65f8948c359f3e5f3705ca9d16c424a36e6.tar.gz
gentoo-107bb65f8948c359f3e5f3705ca9d16c424a36e6.tar.bz2
gentoo-107bb65f8948c359f3e5f3705ca9d16c424a36e6.zip
dev-python/roman: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/roman/Manifest1
-rw-r--r--dev-python/roman/roman-4.0.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/roman/Manifest b/dev-python/roman/Manifest
index ea2805cf9a8c..503fc37d5503 100644
--- a/dev-python/roman/Manifest
+++ b/dev-python/roman/Manifest
@@ -1,2 +1 @@
-DIST roman-4.0.tar.gz 9380 BLAKE2B f158a9c7ed9aae2e8c3aaf8b4db9610cd437119493af87c248f8f7d2157228f2bbeb7085eb8f02d169f3e3f5221831ebb10a773d70c5dc7133d32896d5c21dbd SHA512 5421ac46fc5f49c8913a6089d51781bc0a01f2863ea2655b57adba1d07632d4e459fcb26350d0c2dfdf4a31c64a31e9fc86b22165df212c9f8db4bf41cf2e2a1
DIST roman-4.1.tar.gz 7005 BLAKE2B de3e7dc4e05994f906b357d8db2f1149f3bf9f420552220cf1cf9427a8ae63ed3ba873b28b75dcbc1f675a370354efa5cae3ac9fb070f9b02126a2867bcefb07 SHA512 69214f35098e17bd106411036feec8a4e5c8450e394c74d60a8e3cc17c6884556347a1d2852fa174db4f66d969e71b26c066439afd6d278786d1a47bf925f302
diff --git a/dev-python/roman/roman-4.0.ebuild b/dev-python/roman/roman-4.0.ebuild
deleted file mode 100644
index a7caef1a28c4..000000000000
--- a/dev-python/roman/roman-4.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1 pypi
-
-DESCRIPTION="An Integer to Roman numerals converter"
-HOMEPAGE="
- https://pypi.org/project/roman/
- https://github.com/zopefoundation/roman
-"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-distutils_enable_tests unittest
-
-python_prepare_all() {
- mv "${S}/src/tests.py" . || die "moving test file failed"
- distutils-r1_python_prepare_all
-}