summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-12 18:45:04 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-12 18:55:20 +0200
commit343c3422724b7f896dab57d9a369a055626a9dea (patch)
tree8d27846bcfd20d62a13b93ce09273faf307d95be /dev-python/roman
parentdev-python/rfc3986: Remove redundant versions (diff)
downloadgentoo-343c3422724b7f896dab57d9a369a055626a9dea.tar.gz
gentoo-343c3422724b7f896dab57d9a369a055626a9dea.tar.bz2
gentoo-343c3422724b7f896dab57d9a369a055626a9dea.zip
dev-python/roman: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/roman')
-rw-r--r--dev-python/roman/Manifest1
-rw-r--r--dev-python/roman/roman-3.0.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/roman/Manifest b/dev-python/roman/Manifest
index 765fd32a41f7..af2bc369a2a9 100644
--- a/dev-python/roman/Manifest
+++ b/dev-python/roman/Manifest
@@ -1,2 +1 @@
-DIST roman-3.0.tar.gz 5184 BLAKE2B 0951e15a1fbf0feecc98c4318fa631a535d24d9559d21e800f065923c71d094c387b18c5926ad55322ad8417a2db97626ada1e110549938d73243ca410e3ab87 SHA512 468a4ac7188cdf3155698f260de5ecc5bb2072c120c79d046618ac07b6de6f777cfc69661f2e0df4ca66359bb20169d22599b3f342edaa48f8575bdc17b40c08
DIST roman-3.2.tar.gz 7156 BLAKE2B ba7233366ab9bea9f0de4ab02ddbff4a3fbcc35792165d59f291dc837f4a8a7e681f1be89bcbb9746beb88fd7ae57b4ab57934e8d72a73bbdf223840e37cc18e SHA512 142904551745c8b7874d52c8d04f483b0c18b18ba8bc3d3a51fcf509e09b3a3f8a28d0b88bdd8282957bf3d698b1bab86de7fb4808cde9b0e5cfb910deca35ab
diff --git a/dev-python/roman/roman-3.0.ebuild b/dev-python/roman/roman-3.0.ebuild
deleted file mode 100644
index b55a9c010fcd..000000000000
--- a/dev-python/roman/roman-3.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="An Integer to Roman numerals converter"
-HOMEPAGE="https://pypi.org/project/roman/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- !<dev-python/docutils-0.9[${PYTHON_USEDEP}]"
-
-DEPEND="
- ${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
- cp "${S}/src/tests.py" . || die "copying test file failed"
- esetup.py test
-}