diff options
| author | Michał Górny <mgorny@gentoo.org> | 2021-09-06 08:00:15 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2021-09-06 08:23:21 +0200 |
| commit | 4e22934788bdf12f91c0b3cb96cd3fd845871cef (patch) | |
| tree | fa4571434a7981f3340dd2f6e85c1261fcae5220 /dev-python/bitarray/bitarray-2.3.3.ebuild | |
| parent | 64c559ddee2904aff069b99f6aa51a09934d4795 (diff) | |
| download | gentoo-4e22934788bdf12f91c0b3cb96cd3fd845871cef.tar.gz gentoo-4e22934788bdf12f91c0b3cb96cd3fd845871cef.tar.bz2 gentoo-4e22934788bdf12f91c0b3cb96cd3fd845871cef.zip | |
dev-python/bitarray: Bump to 2.3.3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bitarray/bitarray-2.3.3.ebuild')
| -rw-r--r-- | dev-python/bitarray/bitarray-2.3.3.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/bitarray/bitarray-2.3.3.ebuild b/dev-python/bitarray/bitarray-2.3.3.ebuild new file mode 100644 index 000000000000..2db993517908 --- /dev/null +++ b/dev-python/bitarray/bitarray-2.3.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) +DISTUTILS_USE_SETUPTOOLS=no +inherit distutils-r1 + +DESCRIPTION="Efficient arrays of booleans -- C extension" +HOMEPAGE="https://github.com/ilanschnell/bitarray https://pypi.org/project/bitarray/" +SRC_URI="mirror://pypi/b/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="PSF-2" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +python_test() { + "${EPYTHON}" bitarray/test_bitarray.py -v || die "Tests fail with ${EPYTHON}" +} |
