summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-27 19:52:14 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-27 19:52:14 +0100
commit17a5eb14878f051584b145230a355e7efec22fbf (patch)
tree38dd9fe82b198fd9520e6f225899653c9f47da99 /dev-python/columnize/columnize-0.3.5-r1.ebuild
parentdev-python/beaker: Remove old (diff)
downloadgentoo-17a5eb14878f051584b145230a355e7efec22fbf.tar.gz
gentoo-17a5eb14878f051584b145230a355e7efec22fbf.tar.bz2
gentoo-17a5eb14878f051584b145230a355e7efec22fbf.zip
dev-python/columnize: Remove old
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/columnize/columnize-0.3.5-r1.ebuild')
-rw-r--r--dev-python/columnize/columnize-0.3.5-r1.ebuild27
1 files changed, 0 insertions, 27 deletions
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"
-}