summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-02 20:19:59 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-02 21:15:10 +0200
commit512aa66b7101abdd36d7d5fd5550aa0fa5676179 (patch)
treea80df7c3e4256c109d02e76e39b5d8872ce71b27 /dev-python/unicodecsv
parentdev-ruby/neovim-ruby-client: Bump version to 0.4.0 (diff)
downloadgentoo-512aa66b7101abdd36d7d5fd5550aa0fa5676179.tar.gz
gentoo-512aa66b7101abdd36d7d5fd5550aa0fa5676179.tar.bz2
gentoo-512aa66b7101abdd36d7d5fd5550aa0fa5676179.zip
dev-python/unicodecsv: Clean old versions up
Diffstat (limited to 'dev-python/unicodecsv')
-rw-r--r--dev-python/unicodecsv/Manifest1
-rw-r--r--dev-python/unicodecsv/unicodecsv-0.13.0.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/unicodecsv/Manifest b/dev-python/unicodecsv/Manifest
index 76c7f4dea3a0..d216c847203c 100644
--- a/dev-python/unicodecsv/Manifest
+++ b/dev-python/unicodecsv/Manifest
@@ -1,2 +1 @@
-DIST unicodecsv-0.13.0.tar.gz 9445 SHA256 a913fa13a26b4b25058950f8d6231abee855e8a03a0f265274b3ed30a91034a3 SHA512 c794baac1b165482733faf94bab9284f6f71a1ae999dbd802afc9c906e82e396e98c5f3291f0796c39acec9dc924ad746a94269ac535046fc671351a2db33583 WHIRLPOOL 76b22ad354e004bb970a161d4dcce37fb5373369917a881d9a01d37ac93623e948609cb12270d94f433812cd42eb3f9602c108cf5c09cd471b312ab5a1ecdaa9
DIST unicodecsv-0.14.1.tar.gz 10267 SHA256 018c08037d48649a0412063ff4eda26eaa81eff1546dbffa51fa5293276ff7fc SHA512 fdd7696c4ccfd478dbf1ff846714b7bab4711ca294fb212ae173b66becd2f9220cbcf69afb8e00162312373d9e59a6336bd7be2f5c270ac0dee359a830290bd9 WHIRLPOOL 2f1927af9c2f1818d88f6e4fd3894e58d920f7d549f151db4281ace879fb4a27cb3bb34388d7bc15e6105639ed8a74ea4274aca4bcca45bdb178d29d2b8311cc
diff --git a/dev-python/unicodecsv/unicodecsv-0.13.0.ebuild b/dev-python/unicodecsv/unicodecsv-0.13.0.ebuild
deleted file mode 100644
index dacf067cb804..000000000000
--- a/dev-python/unicodecsv/unicodecsv-0.13.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="Drop-in replacement for python stdlib csv module supporting unicode"
-HOMEPAGE="https://pypi.python.org/pypi/unicodecsv https://github.com/jdunck/python-unicodecsv"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-# not contained in the release tarball
-RESTRICT="test"
-
-python_test() {
- esetup.py test
-}