diff options
| author | Michał Górny <mgorny@gentoo.org> | 2023-11-23 04:58:09 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2023-11-23 05:03:43 +0100 |
| commit | 60271bcc754b61f105b8e044a6c65e23a13c5196 (patch) | |
| tree | bac97ec329f1e0d85e7368a36a3448ffc8c29f67 /dev-python/bitstring/bitstring-4.1.3.ebuild | |
| parent | 2dbb849c3267731bf152bc4ab50cb6d133f908fd (diff) | |
| download | gentoo-60271bcc754b61f105b8e044a6c65e23a13c5196.tar.gz gentoo-60271bcc754b61f105b8e044a6c65e23a13c5196.tar.bz2 gentoo-60271bcc754b61f105b8e044a6c65e23a13c5196.zip | |
dev-python/bitstring: Bump to 4.1.3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bitstring/bitstring-4.1.3.ebuild')
| -rw-r--r-- | dev-python/bitstring/bitstring-4.1.3.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-python/bitstring/bitstring-4.1.3.ebuild b/dev-python/bitstring/bitstring-4.1.3.ebuild new file mode 100644 index 000000000000..ed11001fdc22 --- /dev/null +++ b/dev-python/bitstring/bitstring-4.1.3.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 |
