summaryrefslogtreecommitdiff
path: root/dev-python/BitVector/BitVector-3.3.2.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-02 10:00:31 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-02 10:46:12 +0200
commite37103142c3973f4ac01593bb0bde25952298ea0 (patch)
tree4cbf0e787d1d23b383e4098bff1f8c547bfb5899 /dev-python/BitVector/BitVector-3.3.2.ebuild
parent386672e2f0de076d7c71b3d5aa2c809f05c051f9 (diff)
downloadgentoo-e37103142c3973f4ac01593bb0bde25952298ea0.tar.gz
gentoo-e37103142c3973f4ac01593bb0bde25952298ea0.tar.bz2
gentoo-e37103142c3973f4ac01593bb0bde25952298ea0.zip
dev-python/BitVector: Clean old versions up
Diffstat (limited to 'dev-python/BitVector/BitVector-3.3.2.ebuild')
-rw-r--r--dev-python/BitVector/BitVector-3.3.2.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/BitVector/BitVector-3.3.2.ebuild b/dev-python/BitVector/BitVector-3.3.2.ebuild
deleted file mode 100644
index cdd5cf650ade..000000000000
--- a/dev-python/BitVector/BitVector-3.3.2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="A pure-Python memory-efficient packed representation for bit arrays"
-HOMEPAGE="http://cobweb.ecn.purdue.edu/~kak/dist/ https://pypi.python.org/pypi/BitVector"
-SRC_URI="http://cobweb.ecn.purdue.edu/~kak/dist/${P}.tar.gz"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-python_test() {
- "${PYTHON}" TestBitVector/Test.py || die "Tests fail with ${EPYTHON}"
-}