summaryrefslogtreecommitdiff
path: root/dev-python/bitstring/bitstring-4.2.2.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-10 16:39:50 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-10 16:41:38 +0200
commit036cc4dca8b0c906c94c8d651918078039b8dc89 (patch)
tree4a308772e03b2916fbcddaf53db79da76c13cc6d /dev-python/bitstring/bitstring-4.2.2.ebuild
parenteae10a9d95b44f2738be078a1768e0e17c2f26e8 (diff)
downloadgentoo-036cc4dca8b0c906c94c8d651918078039b8dc89.tar.gz
gentoo-036cc4dca8b0c906c94c8d651918078039b8dc89.tar.bz2
gentoo-036cc4dca8b0c906c94c8d651918078039b8dc89.zip
dev-python/bitstring: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bitstring/bitstring-4.2.2.ebuild')
-rw-r--r--dev-python/bitstring/bitstring-4.2.2.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/bitstring/bitstring-4.2.2.ebuild b/dev-python/bitstring/bitstring-4.2.2.ebuild
deleted file mode 100644
index da3b781fc2a7..000000000000
--- a/dev-python/bitstring/bitstring-4.2.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A pure Python module for creation and analysis of binary data"
-HOMEPAGE="
- https://github.com/scott-griffiths/bitstring/
- https://pypi.org/project/bitstring/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
- <dev-python/bitarray-3[${PYTHON_USEDEP}]
- >=dev-python/bitarray-2.9.0[${PYTHON_USEDEP}]
- >=dev-python/gfloat-0.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/hypothesis[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest