commit: 28732cbb422a7cfcb56d0ec9ef14a16bf570ac3f
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 11 08:25:17 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Jul 12 23:04:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28732cbb
dev-python/bitarray: version bump.
Package-Manager: Portage-2.3.28, Repoman-2.3.9
dev-python/bitarray/Manifest | 1 +
dev-python/bitarray/bitarray-0.8.3.ebuild | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/dev-python/bitarray/Manifest b/dev-python/bitarray/Manifest
index 6a90b43f53e..b35a7789de3 100644
--- a/dev-python/bitarray/Manifest
+++ b/dev-python/bitarray/Manifest
@@ -1 +1,2 @@
DIST bitarray-0.8.1.tar.gz 46877 BLAKE2B
eb6b78706b336c73cb9895bfa2645fdc2d8a2525b23610bd37dc959a0aa2bad0c5d746ee31c53ca73a0248f989e69e23ef173dbe9dc0848453e6a8a5b14b3704
SHA512
10f4872243b92cd5a1a77e1e2aca80135d31904e17cb3de4eb2c3f2c4d3f00ad0573b6bc4b9c9379594e2912cb0e5d5870fb4e59eb298e269ecb3778fbae7d1f
+DIST bitarray-0.8.3.tar.gz 36292 BLAKE2B
a9e55e5f8e8257759ae8b6fb5e817c76ab9da6cd73699d492e111a9237e08718b4de22f20d97d1f633075228c503697e6faf032cceee01aaaeb4ef041fe39a4c
SHA512
67e634fba3672faf986117534e9260566b7596c7fddc67d7195fce4c9cc13bf491f94b6d25005143aee1cbbfbce168be0c7a833bc1f293cdbb30149b29855372
diff --git a/dev-python/bitarray/bitarray-0.8.3.ebuild
b/dev-python/bitarray/bitarray-0.8.3.ebuild
new file mode 100644
index 00000000000..aed9d2d8e35
--- /dev/null
+++ b/dev-python/bitarray/bitarray-0.8.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+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() {
+ "${PYTHON}" ${PN}/test_${PN}.py || die "Tests fail with ${EPYTHON}"
+}