summaryrefslogtreecommitdiff
path: root/dev-python/bitstring/bitstring-4.1.1.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-08-23 20:33:58 +0200
committerMichał Górny <mgorny@gentoo.org>2023-08-23 21:25:43 +0200
commit46c9c5ee2bf03d2c6508b500eb117084eae4acf8 (patch)
tree47bd38b0b039cff5462c2eacf3e8a1a9788d85ab /dev-python/bitstring/bitstring-4.1.1.ebuild
parentedc077298852246239f7141f634286bde24940fe (diff)
downloadgentoo-46c9c5ee2bf03d2c6508b500eb117084eae4acf8.tar.gz
gentoo-46c9c5ee2bf03d2c6508b500eb117084eae4acf8.tar.bz2
gentoo-46c9c5ee2bf03d2c6508b500eb117084eae4acf8.zip
dev-python/bitstring: Bump to 4.1.1
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, 26 insertions, 0 deletions
diff --git a/dev-python/bitstring/bitstring-4.1.1.ebuild b/dev-python/bitstring/bitstring-4.1.1.ebuild
new file mode 100644
index 000000000000..ed11001fdc22
--- /dev/null
+++ b/dev-python/bitstring/bitstring-4.1.1.ebuild
@@ -0,0 +1,26 @@
+# 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