diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-19 11:00:06 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-19 11:00:06 +0200 |
commit | 0fb63c45895ba147ef349dad14c83823745b9d2e (patch) | |
tree | 391c7c44b376e544a3e0c3f8fef5c991fe1722b9 | |
parent | net-im/whatsapp-desktop-bin: treeclean (diff) | |
download | gentoo-0fb63c45895ba147ef349dad14c83823745b9d2e.tar.gz gentoo-0fb63c45895ba147ef349dad14c83823745b9d2e.tar.bz2 gentoo-0fb63c45895ba147ef349dad14c83823745b9d2e.zip |
dev-python/unicodecsv: treeclean
Closes: https://bugs.gentoo.org/846449
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r-- | dev-python/unicodecsv/Manifest | 1 | ||||
-rw-r--r-- | dev-python/unicodecsv/metadata.xml | 13 | ||||
-rw-r--r-- | dev-python/unicodecsv/unicodecsv-0.14.1-r2.ebuild | 28 | ||||
-rw-r--r-- | profiles/package.mask | 6 |
4 files changed, 0 insertions, 48 deletions
diff --git a/dev-python/unicodecsv/Manifest b/dev-python/unicodecsv/Manifest deleted file mode 100644 index dbc112f11480..000000000000 --- a/dev-python/unicodecsv/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST unicodecsv-0.14.1.tar.gz 10267 BLAKE2B 06a8dcd8de319422fe85b10e87fe759ae23f0f375bef3c03fd7b2bd37c25a8e2b46d632e1a4849f0799a9702fd8f1d2d0ddb8eb9e8f41d7b3113e92bec11828f SHA512 fdd7696c4ccfd478dbf1ff846714b7bab4711ca294fb212ae173b66becd2f9220cbcf69afb8e00162312373d9e59a6336bd7be2f5c270ac0dee359a830290bd9 diff --git a/dev-python/unicodecsv/metadata.xml b/dev-python/unicodecsv/metadata.xml deleted file mode 100644 index cf5fcf2ae833..000000000000 --- a/dev-python/unicodecsv/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">unicodecsv</remote-id> - <remote-id type="github">jdunck/python-unicodecsv</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1-r2.ebuild b/dev-python/unicodecsv/unicodecsv-0.14.1-r2.ebuild deleted file mode 100644 index b049015f550d..000000000000 --- a/dev-python/unicodecsv/unicodecsv-0.14.1-r2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Drop-in replacement for python stdlib csv module supporting unicode" -HOMEPAGE=" - https://pypi.org/project/unicodecsv/ - https://github.com/jdunck/python-unicodecsv/ -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86" - -distutils_enable_tests unittest - -src_prepare() { - # un-depend on unittest2 - sed -i -e 's:unittest2 as ::' unicodecsv/test.py || die - distutils-r1_src_prepare -} diff --git a/profiles/package.mask b/profiles/package.mask index 1db844ac363c..f6038c2fde61 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -377,12 +377,6 @@ dev-python/nose-exclude # obsolete and on life-support anyway. Removal on 2022-06-19. dev-python/nose_fixes -# Michał Górny <mgorny@gentoo.org> (2022-05-19) -# No upstream commits since 2015. The project seems only relevant -# to Python 2. No revdeps left. -# Removal on 2022-06-18. Bug #846449. -dev-python/unicodecsv - # Matt Turner <mattst88@gentoo.org> (2022-04-30) # Masked for testing. Apparently causes crashes. Bug #841857. >=x11-libs/libX11-1.8 |