diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-12-16 07:16:57 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-12-16 07:16:57 +0000 |
| commit | ffcb24a0dd6794fd8c0ac09e2013f47b1b973e18 (patch) | |
| tree | d96f36d38a20b9c7845a8ab22bdc3e3869effd62 /dev-python/roman-numerals-py | |
| parent | e9045a30a8aee6bfac02d801baab96007d43d944 (diff) | |
| download | baldeagleos-repo-ffcb24a0dd6794fd8c0ac09e2013f47b1b973e18.tar.gz baldeagleos-repo-ffcb24a0dd6794fd8c0ac09e2013f47b1b973e18.tar.xz baldeagleos-repo-ffcb24a0dd6794fd8c0ac09e2013f47b1b973e18.zip | |
Adding metadata
Diffstat (limited to 'dev-python/roman-numerals-py')
| -rw-r--r-- | dev-python/roman-numerals-py/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/roman-numerals-py/roman-numerals-py-4.0.0.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/roman-numerals-py/Manifest b/dev-python/roman-numerals-py/Manifest index 98ad8f5dab15..4e720f66ba48 100644 --- a/dev-python/roman-numerals-py/Manifest +++ b/dev-python/roman-numerals-py/Manifest @@ -1 +1,2 @@ DIST roman_numerals_py-3.1.0.tar.gz 9017 BLAKE2B fac50035b43c1521a0d26fa5b2825372a8db5ad145bac7e27c53f674d66f0c6eaf0c371ad7986348cc69c8d3c0a15fe56dd6657f0a2900e45bfd844888364e13 SHA512 d81d6494b1aabe0fdb9e88056cdef436008fe5edfa4424dd61c67db3d64f22d97b3d65dd9508b2fad82957eb972c62646235157ec0550b0b530c881e3ee7fba5 +DIST roman_numerals_py-4.0.0.tar.gz 1119 BLAKE2B 7ce03bee4915fc53caf660f15f06162d1e3e57d3377f700744913d688f78dab489e3415b1e66c88d6c747a1fee50573c6f577eae5d51d21027985b74e36eb189 SHA512 c49dc0c6189b156b6816d2f75af2e74e815c69369afbdc1a808bc02a3240d69fab80d50b018dabcf0f2e7af246d525b426dc771ec4dfea946108355aed909640 diff --git a/dev-python/roman-numerals-py/roman-numerals-py-4.0.0.ebuild b/dev-python/roman-numerals-py/roman-numerals-py-4.0.0.ebuild new file mode 100644 index 000000000000..e61a54532b81 --- /dev/null +++ b/dev-python/roman-numerals-py/roman-numerals-py-4.0.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Backwards compatibility for dev-python/roman-numerals" +HOMEPAGE=" + https://github.com/AA-Turner/roman-numerals/ + https://pypi.org/project/roman-numerals-py/ +" + +LICENSE="|| ( 0BSD CC0-1.0 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + ~dev-python/roman-numerals-${PV} +" |
