dev-python/roman-numerals-py: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-04 19:31:47 +02:00
parent 5b05f13ff4
commit 103e4e1539
3 changed files with 0 additions and 46 deletions

View File

@@ -1,3 +1 @@
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
DIST roman_numerals_py-4.1.0.tar.gz 4274 BLAKE2B 4b6a5d5cebbf3027d75889dfd799183bc623f19f77994a7e194d3c559a8c6c980002a4ac8b40175d67156765afb74b906b4e8b8c2fb4482c65b35cbaa5efc263 SHA512 bbb9f90c7d01041813d218e231aab0a6f64951f81c2f05261a6ececc776ec252f02fcb99bfdaf28f8ffcccad86cd9dbc1bc24f6512786af5047425d440ce554e

View File

@@ -1,21 +0,0 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13..14}t )
inherit distutils-r1 pypi
DESCRIPTION="Manipulate 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"
distutils_enable_tests pytest

View File

@@ -1,23 +0,0 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13..14}t )
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}
"