summaryrefslogtreecommitdiff
path: root/dev-python/bitstring/bitstring-4.1.1.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-12-02 10:34:52 +0100
committerMichał Górny <mgorny@gentoo.org>2023-12-02 10:49:24 +0100
commit0f0886cbd3f3f07263c206039e003534bb2d5ca9 (patch)
tree8f03177ad550885f25b07fea3d066536efca5592 /dev-python/bitstring/bitstring-4.1.1.ebuild
parente9b841e18b0a83ee81686c961c8a1d0dfed67e8f (diff)
downloadgentoo-0f0886cbd3f3f07263c206039e003534bb2d5ca9.tar.gz
gentoo-0f0886cbd3f3f07263c206039e003534bb2d5ca9.tar.bz2
gentoo-0f0886cbd3f3f07263c206039e003534bb2d5ca9.zip
dev-python/bitstring: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bitstring/bitstring-4.1.1.ebuild')
-rw-r--r--dev-python/bitstring/bitstring-4.1.1.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/bitstring/bitstring-4.1.1.ebuild b/dev-python/bitstring/bitstring-4.1.1.ebuild
deleted file mode 100644
index 25395ebcd238..000000000000
--- a/dev-python/bitstring/bitstring-4.1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2023 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 ~arm arm64 x86"
-
-RDEPEND="
- <dev-python/bitarray-3[${PYTHON_USEDEP}]
- >=dev-python/bitarray-2.8.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest