summaryrefslogtreecommitdiff
path: root/dev-python/bitstring/bitstring-4.3.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-01-02 06:50:44 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-01-02 06:50:44 +0000
commit5c20c17b9682c296c68194034329969a13b7e19b (patch)
treee408eb5b0c294e2efd1df5e86a65b0896526d712 /dev-python/bitstring/bitstring-4.3.0.ebuild
parent5fac1627fb10f1ca105c351e54c681998ff5e634 (diff)
downloadbaldeagleos-repo-5c20c17b9682c296c68194034329969a13b7e19b.tar.gz
baldeagleos-repo-5c20c17b9682c296c68194034329969a13b7e19b.tar.xz
baldeagleos-repo-5c20c17b9682c296c68194034329969a13b7e19b.zip
Adding metadata
Diffstat (limited to 'dev-python/bitstring/bitstring-4.3.0.ebuild')
-rw-r--r--dev-python/bitstring/bitstring-4.3.0.ebuild35
1 files changed, 35 insertions, 0 deletions
diff --git a/dev-python/bitstring/bitstring-4.3.0.ebuild b/dev-python/bitstring/bitstring-4.3.0.ebuild
new file mode 100644
index 000000000000..d59ae13bd0a0
--- /dev/null
+++ b/dev-python/bitstring/bitstring-4.3.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9,10,11,12,13} )
+
+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.0*[${PYTHON_USEDEP}]
+ >=dev-python/gfloat-0.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/hypothesis[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+ tests/test_benchmarks.py
+)