diff options
Diffstat (limited to 'dev-python/roman')
-rw-r--r-- | dev-python/roman/Manifest | 4 | ||||
-rw-r--r-- | dev-python/roman/roman-4.2.ebuild | 26 | ||||
-rw-r--r-- | dev-python/roman/roman-5.0.ebuild | 2 |
3 files changed, 2 insertions, 30 deletions
diff --git a/dev-python/roman/Manifest b/dev-python/roman/Manifest index 3d0ada810198..79563eac29f2 100644 --- a/dev-python/roman/Manifest +++ b/dev-python/roman/Manifest @@ -1,5 +1,3 @@ -DIST roman-4.2.tar.gz 7339 BLAKE2B 1315925ffc4324e21582030fa6d963ed50f9fe917056fdf8dba62d90812874dd40d8899ae47274fc584bb56877c5517f507ff8741266e95a89912aead3a23a15 SHA512 4b1ddd54078e5ab38a11cad29fe4ea1f8e4740d7a9d1b093bec7d08ba37ca2bbbf89b2c420987b74270b01a8af5c03bfbfe8cfb5a4dfeb8923894cb52f083e82 DIST roman-5.0.tar.gz 7664 BLAKE2B 1e3b8f90eba33abe7bc061ca30b8f12da23976fc15315923813c97a9f9dfc5909de475c3db752f015aa34faa775165cd8518ede5c9a8b1a87da5778abf964305 SHA512 9acd5d1587338497080066d3cd01c0a2cf007c664145514acaaa38cbbd6bbc6eac55469db9015dcd050a2457c69837dd9cdccf110a771f6b09c2a9bd59de8c4e -EBUILD roman-4.2.ebuild 550 BLAKE2B 3a47c5c9d80671a278292ebaee4a5aefe305f72987bf05d91204ee5c8014573464bb3184f64adcf7eb4736746636955437303b27388cf258c051cdf59064bcc2 SHA512 8d9a996962b5243a5f916a257fbcb7faf7c9a685e1f6ef270f42e12da77546d36b9e6537558ed17cc17a09cd76a900b258f0ab526bd977971368be918b94bece -EBUILD roman-5.0.ebuild 553 BLAKE2B e46e74d8dfe79840d2dae9a6c13df0969ae75e61bfbd379ec25a137b7f02262461608d5ab9bb6527a851435b815142f44b2d87f05de0b379bf5c179bb710fd8f SHA512 6ea8fc0a0a1af70934d006003a0f3fc4f0c920786df6276fbb2596834cb7225eb85b6b01220f33041bd624058f653ae49404745e3b84fa7e275c3a74bcae5931 +EBUILD roman-5.0.ebuild 550 BLAKE2B 863b7b15a1fe8ccf94e58b6f24459a930a6b3b837d09d411bf00819214ed2702edd38df74d9891045fceb091d82ebe325f1e0b86874fa5e959f8cdc2f814b9e0 SHA512 c3856111845c7d005b0ced17efa8fd816a46a65a51c27721d45204c4bc1034f40c84682a235f70c5cf688324de6da0226a5663864aea27e92bf5e315cd50da36 MISC metadata.xml 406 BLAKE2B 7d271b8b48457f992e45d502b52fafa61d7a850d2f4b39386eec1bac024be2ceb11ff12dccb423869921d98bb07008e13bf26aa8eb4f66f1fbf51fa616d16ae6 SHA512 31fb4e9d275578423dfa69535d81cda8d0f648906133b76a531f08dedc0835a19c521c3589350562a894ab70b259cd0d4e067ace8ef80a69e3c606a3f73a467a diff --git a/dev-python/roman/roman-4.2.ebuild b/dev-python/roman/roman-4.2.ebuild deleted file mode 100644 index ebc51f70fefc..000000000000 --- a/dev-python/roman/roman-4.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2024 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 -} diff --git a/dev-python/roman/roman-5.0.ebuild b/dev-python/roman/roman-5.0.ebuild index 7f46f2c20fbd..35c98cc06d01 100644 --- a/dev-python/roman/roman-5.0.ebuild +++ b/dev-python/roman/roman-5.0.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="ZPL" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 arm64 x86" distutils_enable_tests unittest |