diff options
Diffstat (limited to 'dev-python/columnize')
-rw-r--r-- | dev-python/columnize/Manifest | 1 | ||||
-rw-r--r-- | dev-python/columnize/columnize-0.3.5-r1.ebuild | 27 | ||||
-rw-r--r-- | dev-python/columnize/files/columnize-0.3.5-nose.patch | 15 |
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-python/columnize/Manifest b/dev-python/columnize/Manifest index 14facfec27b8..9fafbb8ff748 100644 --- a/dev-python/columnize/Manifest +++ b/dev-python/columnize/Manifest @@ -1,2 +1 @@ -DIST columnize-0.3.5.tar.gz 8841 BLAKE2B c2b26a7b762dbb72e50efd4b6adb81ec490358b2a757c9cd6e299b76335f933aad32287d3a6e8db338f840739f310842505d8768391f6d11bffbc53463f3f08c SHA512 b3090f6588ace5c204a6e31a93ad4bd659df81a0b5568003a970a04b456c946fd1c6adf13122a3327b7032e54e04f0410c06d8c377854de51017842ce58cc360 DIST columnize-0.3.9.tar.gz 8581 BLAKE2B 553927b6d5c9385da13402e27c5f42506840df3fd9df7aed3c077d440ac0d7ec6e5f3f0fa0ce0a7c088a1fe01075ab525580de8a22c995365f8913d2cab5e342 SHA512 2bb9a25200a1574cc6471ce06dfb2b4b62c5a23fa0e4fabad515dd2939b3f67ca61132121e4326dd820691691dce67d664302d99248ea2d5c5f25357203d9d08 diff --git a/dev-python/columnize/columnize-0.3.5-r1.ebuild b/dev-python/columnize/columnize-0.3.5-r1.ebuild deleted file mode 100644 index 394c713d65a0..000000000000 --- a/dev-python/columnize/columnize-0.3.5-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Format a simple (i.e. not nested) list into aligned columns" -HOMEPAGE="https://github.com/rocky/pycolumnize https://pypi.org/project/columnize/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="PSF-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] )" -RDEPEND="" - -PATCHES=( "${FILESDIR}"/${P}-nose.patch ) - -python_test() { - nosetests || die "tests failed" -} diff --git a/dev-python/columnize/files/columnize-0.3.5-nose.patch b/dev-python/columnize/files/columnize-0.3.5-nose.patch deleted file mode 100644 index f09f7704cbab..000000000000 --- a/dev-python/columnize/files/columnize-0.3.5-nose.patch +++ /dev/null @@ -1,15 +0,0 @@ - setup.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/setup.py b/setup.py -index e1035eb..bb8eaf6 100755 ---- a/setup.py -+++ b/setup.py -@@ -26,6 +26,6 @@ setup( - url = web, - version = VERSION, - py_modules = py_modules, -- setup_requires = ['nose>=1.0'], -+ tests_requires = ['nose>=1.0'], - zip_safe = zip_safe - ) |