summaryrefslogtreecommitdiff
path: root/dev-python/roman
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-06-27 18:20:01 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-06-27 18:20:01 +0000
commit074bd56693f106fd6a9ed2e6e44cfa50dff79e83 (patch)
tree429c2efd67050b943548a721e3876b03042218fe /dev-python/roman
parentc1f2af78d7929d71d43cf63191638ede4ba5b853 (diff)
downloadbaldeagleos-repo-074bd56693f106fd6a9ed2e6e44cfa50dff79e83.tar.gz
baldeagleos-repo-074bd56693f106fd6a9ed2e6e44cfa50dff79e83.tar.xz
baldeagleos-repo-074bd56693f106fd6a9ed2e6e44cfa50dff79e83.zip
Adding metadata
Diffstat (limited to 'dev-python/roman')
-rw-r--r--dev-python/roman/Manifest1
-rw-r--r--dev-python/roman/roman-4.0.ebuild25
-rw-r--r--dev-python/roman/roman-4.1.ebuild2
3 files changed, 1 insertions, 27 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 7fd97523bc38..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_{7,8,9,10,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
-}
diff --git a/dev-python/roman/roman-4.1.ebuild b/dev-python/roman/roman-4.1.ebuild
index 00c6e41a736b..46ac10a79f36 100644
--- a/dev-python/roman/roman-4.1.ebuild
+++ b/dev-python/roman/roman-4.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="ZPL"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
distutils_enable_tests unittest