diff options
author | 2020-04-06 08:35:26 +0300 | |
---|---|---|
committer | 2020-04-06 08:38:06 +0300 | |
commit | 7622f900c65bed93baa22c98c8b09cce1af77e64 (patch) | |
tree | fdb9fda6b1291d0ed16223e0968f7ab337335890 /dev-python/columnize | |
parent | net-news/newsboat: unmaintain (diff) | |
download | gentoo-7622f900c65bed93baa22c98c8b09cce1af77e64.tar.gz gentoo-7622f900c65bed93baa22c98c8b09cce1af77e64.tar.bz2 gentoo-7622f900c65bed93baa22c98c8b09cce1af77e64.zip |
dev-python: mass last-rites removal
Closes: https://bugs.gentoo.org/711808
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python/columnize')
-rw-r--r-- | dev-python/columnize/Manifest | 1 | ||||
-rw-r--r-- | dev-python/columnize/columnize-0.3.9.ebuild | 21 | ||||
-rw-r--r-- | dev-python/columnize/files/columnize-0.3.8-nose.patch | 15 | ||||
-rw-r--r-- | dev-python/columnize/metadata.xml | 13 |
4 files changed, 0 insertions, 50 deletions
diff --git a/dev-python/columnize/Manifest b/dev-python/columnize/Manifest deleted file mode 100644 index 9fafbb8ff748..000000000000 --- a/dev-python/columnize/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST columnize-0.3.9.tar.gz 8581 BLAKE2B 553927b6d5c9385da13402e27c5f42506840df3fd9df7aed3c077d440ac0d7ec6e5f3f0fa0ce0a7c088a1fe01075ab525580de8a22c995365f8913d2cab5e342 SHA512 2bb9a25200a1574cc6471ce06dfb2b4b62c5a23fa0e4fabad515dd2939b3f67ca61132121e4326dd820691691dce67d664302d99248ea2d5c5f25357203d9d08 diff --git a/dev-python/columnize/columnize-0.3.9.ebuild b/dev-python/columnize/columnize-0.3.9.ebuild deleted file mode 100644 index f83f6941d67e..000000000000 --- a/dev-python/columnize/columnize-0.3.9.ebuild +++ /dev/null @@ -1,21 +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="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="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -PATCHES=( "${FILESDIR}"/${PN}-0.3.8-nose.patch ) diff --git a/dev-python/columnize/files/columnize-0.3.8-nose.patch b/dev-python/columnize/files/columnize-0.3.8-nose.patch deleted file mode 100644 index 956e033b729d..000000000000 --- a/dev-python/columnize/files/columnize-0.3.8-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 4a4b238..854d3e1 100755 ---- a/setup.py -+++ b/setup.py -@@ -33,6 +33,6 @@ setup( - version = VERSION, - py_modules = py_modules, - install_requires = install_requires, -- setup_requires = ['nose>=1.0'], -+ tests_requires = ['pytest'], - zip_safe = zip_safe - ) diff --git a/dev-python/columnize/metadata.xml b/dev-python/columnize/metadata.xml deleted file mode 100644 index e45bddd008ec..000000000000 --- a/dev-python/columnize/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="google-code">pycolumnize</remote-id> - <remote-id type="pypi">columnize</remote-id> - <remote-id type="github">rocky/pycolumnize</remote-id> - </upstream> -</pkgmetadata> |