From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/BitVector/
Date: Sun, 30 May 2021 20:47:18 +0000 (UTC) [thread overview]
Message-ID: <1622407630.13311b8b72fa3a155246222112c9945b156e3b1c.mgorny@gentoo> (raw)
commit: 13311b8b72fa3a155246222112c9945b156e3b1c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 30 20:26:11 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 30 20:47:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13311b8b
dev-python/BitVector: Bump to 3.5.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/BitVector/BitVector-3.5.0.ebuild | 20 ++++++++++++++++++++
dev-python/BitVector/Manifest | 1 +
2 files changed, 21 insertions(+)
diff --git a/dev-python/BitVector/BitVector-3.5.0.ebuild b/dev-python/BitVector/BitVector-3.5.0.ebuild
new file mode 100644
index 00000000000..5d7d432a102
--- /dev/null
+++ b/dev-python/BitVector/BitVector-3.5.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..10} )
+inherit distutils-r1
+
+DESCRIPTION="A pure-Python memory-efficient packed representation for bit arrays"
+HOMEPAGE="https://engineering.purdue.edu/kak/dist/ https://pypi.org/project/BitVector/"
+SRC_URI="https://engineering.purdue.edu/kak/dist/${P}.tar.gz"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+python_test() {
+ "${PYTHON}" TestBitVector/Test.py || die "Tests fail with ${EPYTHON}"
+}
diff --git a/dev-python/BitVector/Manifest b/dev-python/BitVector/Manifest
index 4b4a3cbaf5c..f83af38e13d 100644
--- a/dev-python/BitVector/Manifest
+++ b/dev-python/BitVector/Manifest
@@ -1 +1,2 @@
DIST BitVector-3.4.9.tar.gz 128306 BLAKE2B c9559596dee2d9315e9a906e24d4d67ff74c56e2a0f94ccf7dafd360a5554b46f61a7e7e5bc30fa6a4175c97f6d42022468966ab123250319d36f65b23624079 SHA512 be2144a35990b46aa2cbd71d65db51baac5fec65d4c91a1e2222857b307c96f5551adf1c5a86f145f01fa895465b99bc02a485d5d7a43495dd1e05b9a0d9d513
+DIST BitVector-3.5.0.tar.gz 161704 BLAKE2B 0144d690394f0b9300b6c53429e3062a97a2d04513cf282a6f738bcf721f758c285a739db0c90c4c46bedd382bbd14c910ed59bc660494660151447f11de56b0 SHA512 c303b77f0f6ea4fb80233afb09e0f830e0beb8cbe17d9bff242a4b6465ec34a5621b1003f5cb8e139460a27bb4fb897960e3dce92eb30b95bef55aa6aa5f0827
next reply other threads:[~2021-05-30 20:47 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-30 20:47 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-27 9:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/BitVector/ Arthur Zamarin
2023-03-04 5:53 Michał Górny
2023-03-04 5:29 Arthur Zamarin
2023-03-04 5:29 Arthur Zamarin
2023-01-31 16:58 Michał Górny
2022-05-18 10:47 Andrew Ammerlaan
2021-07-03 6:29 Michał Górny
2021-07-03 6:17 Agostino Sarubbo
2021-07-03 3:08 Sam James
2021-04-06 20:39 Michał Górny
2021-04-06 19:49 Sam James
2021-04-06 19:47 Sam James
2021-03-04 9:16 Andrey Grozin
2020-05-11 16:48 Michał Górny
2020-05-11 9:44 Agostino Sarubbo
2020-03-26 13:49 Michał Górny
2020-03-26 13:49 Michał Górny
2020-02-29 10:52 Andrey Grozin
2019-12-29 13:06 David Seifert
2018-07-12 23:05 Patrice Clement
2018-07-12 23:05 Patrice Clement
2018-06-24 12:37 Jason Zaman
2018-03-03 20:58 Michał Górny
2017-12-16 5:56 Andrey Grozin
2017-12-15 9:26 Andrey Grozin
2017-01-23 15:46 Agostino Sarubbo
2017-01-23 13:51 Agostino Sarubbo
2017-01-22 16:05 Andrey Grozin
2016-08-30 19:07 David Seifert
2016-08-08 7:50 David Seifert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1622407630.13311b8b72fa3a155246222112c9945b156e3b1c.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox