diff options
| author | Michał Górny <mgorny@gentoo.org> | 2023-11-30 06:18:38 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2023-11-30 06:48:15 +0100 |
| commit | 0832cc5c0314094fa5fd2ab3bc37a126ab42a8a4 (patch) | |
| tree | 0ddd17f05ece379d4b7bf662c24c22ef2e70afd5 /dev-python/bitstring/bitstring-4.1.4.ebuild | |
| parent | f6e9e71382485a720329c30e0c9e697ca45538d1 (diff) | |
| download | gentoo-0832cc5c0314094fa5fd2ab3bc37a126ab42a8a4.tar.gz gentoo-0832cc5c0314094fa5fd2ab3bc37a126ab42a8a4.tar.bz2 gentoo-0832cc5c0314094fa5fd2ab3bc37a126ab42a8a4.zip | |
dev-python/bitstring: Bump to 4.1.4
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bitstring/bitstring-4.1.4.ebuild')
| -rw-r--r-- | dev-python/bitstring/bitstring-4.1.4.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-python/bitstring/bitstring-4.1.4.ebuild b/dev-python/bitstring/bitstring-4.1.4.ebuild new file mode 100644 index 000000000000..ed11001fdc22 --- /dev/null +++ b/dev-python/bitstring/bitstring-4.1.4.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 |
