diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-06-29 12:04:12 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-06-29 12:04:12 +0100 |
commit | 0f558761aa2dee1017b4751e4017205e015a9560 (patch) | |
tree | 037df795519468a25d9362b4e95cdaeb84eb1cf9 /dev-python/unicodecsv | |
parent | 752d6256e5204b958b0ef7905675a940b5e9172f (diff) |
gentoo resync : 29.12.2022
Diffstat (limited to 'dev-python/unicodecsv')
-rw-r--r-- | dev-python/unicodecsv/Manifest | 3 | ||||
-rw-r--r-- | dev-python/unicodecsv/metadata.xml | 13 | ||||
-rw-r--r-- | dev-python/unicodecsv/unicodecsv-0.14.1-r2.ebuild | 28 |
3 files changed, 0 insertions, 44 deletions
diff --git a/dev-python/unicodecsv/Manifest b/dev-python/unicodecsv/Manifest deleted file mode 100644 index 2a593b05ed87..000000000000 --- a/dev-python/unicodecsv/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST unicodecsv-0.14.1.tar.gz 10267 BLAKE2B 06a8dcd8de319422fe85b10e87fe759ae23f0f375bef3c03fd7b2bd37c25a8e2b46d632e1a4849f0799a9702fd8f1d2d0ddb8eb9e8f41d7b3113e92bec11828f SHA512 fdd7696c4ccfd478dbf1ff846714b7bab4711ca294fb212ae173b66becd2f9220cbcf69afb8e00162312373d9e59a6336bd7be2f5c270ac0dee359a830290bd9 -EBUILD unicodecsv-0.14.1-r2.ebuild 689 BLAKE2B 353911f8ad52c6ef6f6fe9234bfb7562a7649b282152e53f1294299f102ff0cff149508d89d4b95dd18bbd49aa00ff1e7c703d482e8eadc69dcd42700a73505f SHA512 d8be3f0ce62dcbd490310c21355faf74b5d1b9910e17c612dd5db8a9587cd31f41d3787630cfeed92b9f01e8c4f9454c1cce50a6771b70ac10109cb78be1af9b -MISC metadata.xml 402 BLAKE2B cfdc79e02e047edae2f1b9542ace868ff7103131bd85d2563ea4a97c7bc82811cc93f523832502ad61d2f6bddb591a2d977e02154b549565a3914ae2388d5b9c SHA512 7f60cf22a3e47d85311905d0ced4a1efd984bc95dc351ae529dd016cc34ae70f88a38901625967cf15ba42895830693ed43976a93cc5cb1644884cf725bc7a95 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 -} |