summaryrefslogtreecommitdiff
path: root/dev-python/unicodecsv
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-06-19 13:36:43 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-06-19 13:36:43 +0000
commitc06afb0c2e4eabc136bee395d65ae7d915020179 (patch)
treeffba2b05ba49304905d10fc5e966ce10b4f5b54c /dev-python/unicodecsv
parent91f31970c2f9724c4283e57ed4e310f8085bc783 (diff)
downloadbaldeagleos-repo-c06afb0c2e4eabc136bee395d65ae7d915020179.tar.gz
baldeagleos-repo-c06afb0c2e4eabc136bee395d65ae7d915020179.tar.xz
baldeagleos-repo-c06afb0c2e4eabc136bee395d65ae7d915020179.zip
Adding metadata
Diffstat (limited to 'dev-python/unicodecsv')
-rw-r--r--dev-python/unicodecsv/Manifest1
-rw-r--r--dev-python/unicodecsv/metadata.xml11
-rw-r--r--dev-python/unicodecsv/unicodecsv-0.14.1-r2.ebuild28
3 files changed, 0 insertions, 40 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 ea8988e8af6a..000000000000
--- a/dev-python/unicodecsv/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
-
- <origin>gentoo-staging</origin>
- <stabilize-allarches/>
-</pkgmetadata> \ No newline at end of file
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 dc9ca9eef38e..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_{7,8,9,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
-}