summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-29 09:16:40 +0200
committerMichał Górny <mgorny@gentoo.org>2020-03-29 09:30:56 +0200
commitbf2a0c3d2f1b129b49725fa1bed54651d1052fd2 (patch)
tree13cd87ba3c78edf5e4e8bba0af0562c90b660b95 /dev-python/roman
parentdev-python/robotframework: Remove redundant versions (diff)
downloadgentoo-bf2a0c3d2f1b129b49725fa1bed54651d1052fd2.tar.gz
gentoo-bf2a0c3d2f1b129b49725fa1bed54651d1052fd2.tar.bz2
gentoo-bf2a0c3d2f1b129b49725fa1bed54651d1052fd2.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-2.0.0.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/roman/Manifest b/dev-python/roman/Manifest
index d27b3ecb660f..91e3c65cdc94 100644
--- a/dev-python/roman/Manifest
+++ b/dev-python/roman/Manifest
@@ -1,2 +1 @@
-DIST roman-2.0.0.zip 7590 BLAKE2B c733a4e905ebf4ef526afb5088744bde8558314b059a4d8e9f86e914af2657f99b5c4364e9e8f9a11d9a1e4470ba9b1919b19951aab7dc06b55539d27b89ab30 SHA512 d62a95e835232821dbf7a81d0c6b7df63f18c4116cfc7eee0c691a0b31d3d7b69d2dc2e4ea26e0a169a8e24bf080e8bb1e195b853be4adf1491335a5b4d5702c
DIST roman-3.0.tar.gz 5184 BLAKE2B 0951e15a1fbf0feecc98c4318fa631a535d24d9559d21e800f065923c71d094c387b18c5926ad55322ad8417a2db97626ada1e110549938d73243ca410e3ab87 SHA512 468a4ac7188cdf3155698f260de5ecc5bb2072c120c79d046618ac07b6de6f777cfc69661f2e0df4ca66359bb20169d22599b3f342edaa48f8575bdc17b40c08
diff --git a/dev-python/roman/roman-2.0.0.ebuild b/dev-python/roman/roman-2.0.0.ebuild
deleted file mode 100644
index 42f9d3647899..000000000000
--- a/dev-python/roman/roman-2.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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}.zip"
-
-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}]
- app-arch/unzip"
-
-python_test() {
- cp "${S}/src/tests.py" . || die "copying test file failed"
- esetup.py test
-}