diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-26 18:15:15 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-26 18:17:38 +0100 |
commit | d936e192c752b8c26b6340c29d452fea6aa85c75 (patch) | |
tree | 18a81c904e57af26ea3cee5eea5dfd2fdc5627d3 /dev-python/curtsies/curtsies-0.2.11.ebuild | |
parent | dev-python/trustme: Remove redundant versions (diff) | |
download | gentoo-d936e192c752b8c26b6340c29d452fea6aa85c75.tar.gz gentoo-d936e192c752b8c26b6340c29d452fea6aa85c75.tar.bz2 gentoo-d936e192c752b8c26b6340c29d452fea6aa85c75.zip |
dev-python/curtsies: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/curtsies/curtsies-0.2.11.ebuild')
-rw-r--r-- | dev-python/curtsies/curtsies-0.2.11.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/curtsies/curtsies-0.2.11.ebuild b/dev-python/curtsies/curtsies-0.2.11.ebuild deleted file mode 100644 index 17c3d32d80d1..000000000000 --- a/dev-python/curtsies/curtsies-0.2.11.ebuild +++ /dev/null @@ -1,36 +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="Curses-like terminal wrapper, with colored strings" -HOMEPAGE="https://github.com/thomasballinger/curtsies" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-python/blessings-1.5[${PYTHON_USEDEP}] - dev-python/pyte[${PYTHON_USEDEP}] - >=dev-python/wcwidth-0.1.4[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/mock[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - dev-python/pyte[${PYTHON_USEDEP}] - ) -" - -python_test() { - nosetests --verbose tests || die -} |