diff options
| author | Michał Górny <mgorny@gentoo.org> | 2023-12-10 07:19:59 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2023-12-10 07:25:11 +0100 |
| commit | fe744cb4205ea90ea3cb825e10d3044c8b535668 (patch) | |
| tree | 3e4b9bbd139a57a4762ecb79434d47e241738e3c /dev-python/bitarray/bitarray-2.8.5.ebuild | |
| parent | 35e7b750af9f2a2317eca30875330ff399b8c404 (diff) | |
| download | gentoo-fe744cb4205ea90ea3cb825e10d3044c8b535668.tar.gz gentoo-fe744cb4205ea90ea3cb825e10d3044c8b535668.tar.bz2 gentoo-fe744cb4205ea90ea3cb825e10d3044c8b535668.zip | |
dev-python/bitarray: Bump to 2.8.5
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bitarray/bitarray-2.8.5.ebuild')
| -rw-r--r-- | dev-python/bitarray/bitarray-2.8.5.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/bitarray/bitarray-2.8.5.ebuild b/dev-python/bitarray/bitarray-2.8.5.ebuild new file mode 100644 index 000000000000..952aef38021e --- /dev/null +++ b/dev-python/bitarray/bitarray-2.8.5.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Efficient arrays of booleans -- C extension" +HOMEPAGE=" + https://github.com/ilanschnell/bitarray/ + https://pypi.org/project/bitarray/ +" + +SLOT="0" +LICENSE="PSF-2" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" + +python_test() { + "${EPYTHON}" bitarray/test_bitarray.py -v || die "Tests fail with ${EPYTHON}" +} |
