summaryrefslogtreecommitdiff
path: root/dev-python/bitstring/bitstring-4.2.1.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-05-08 20:43:54 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-05-08 20:43:54 +0000
commitc2f35c3c3b326b5a16c2f7f7cb347716f3865254 (patch)
tree6e8ca9df88fd6ba14c6a9365faa6e3f698fb6e90 /dev-python/bitstring/bitstring-4.2.1.ebuild
parentd3e475e91199af6f55ddda8ac48fde9d3c14ba09 (diff)
downloadbaldeagleos-repo-c2f35c3c3b326b5a16c2f7f7cb347716f3865254.tar.gz
baldeagleos-repo-c2f35c3c3b326b5a16c2f7f7cb347716f3865254.tar.xz
baldeagleos-repo-c2f35c3c3b326b5a16c2f7f7cb347716f3865254.zip
Adding metadata
Diffstat (limited to 'dev-python/bitstring/bitstring-4.2.1.ebuild')
-rw-r--r--dev-python/bitstring/bitstring-4.2.1.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/bitstring/bitstring-4.2.1.ebuild b/dev-python/bitstring/bitstring-4.2.1.ebuild
deleted file mode 100644
index b15d7f5a22db..000000000000
--- a/dev-python/bitstring/bitstring-4.2.1.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_{8,9,10,11,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"
-
-RDEPEND="
- <dev-python/bitarray-3[${PYTHON_USEDEP}]
- >=dev-python/bitarray-2.9.0[${PYTHON_USEDEP}]
- dev-python/gfloat[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/hypothesis[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest