summaryrefslogtreecommitdiff
path: root/dev-python/BitVector/BitVector-3.5.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-03-04 12:54:13 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-03-04 12:54:13 +0000
commitb23b7cbbe9492b3ccdb03af129c5da6150a89864 (patch)
tree67702627794400206312d9de449f4b75b46c0961 /dev-python/BitVector/BitVector-3.5.0.ebuild
parent32ec850e2461d62e91cdb7368bb34005c18f9ce1 (diff)
downloadbaldeagleos-repo-b23b7cbbe9492b3ccdb03af129c5da6150a89864.tar.gz
baldeagleos-repo-b23b7cbbe9492b3ccdb03af129c5da6150a89864.tar.xz
baldeagleos-repo-b23b7cbbe9492b3ccdb03af129c5da6150a89864.zip
Adding metadata
Diffstat (limited to 'dev-python/BitVector/BitVector-3.5.0.ebuild')
-rw-r--r--dev-python/BitVector/BitVector-3.5.0.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/BitVector/BitVector-3.5.0.ebuild b/dev-python/BitVector/BitVector-3.5.0.ebuild
deleted file mode 100644
index 50e07a25f62d..000000000000
--- a/dev-python/BitVector/BitVector-3.5.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9,10,11} )
-inherit distutils-r1
-
-DESCRIPTION="A pure-Python memory-efficient packed representation for bit arrays"
-HOMEPAGE="https://engineering.purdue.edu/kak/dist/ https://pypi.org/project/BitVector/"
-SRC_URI="https://engineering.purdue.edu/kak/dist/${P}.tar.gz"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-python_test() {
- "${PYTHON}" TestBitVector/Test.py || die "Tests fail with ${EPYTHON}"
-}