public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bitstring/
Date: Sat, 11 May 2024 05:19:37 +0000 (UTC)	[thread overview]
Message-ID: <1715404658.1044065dc385d020454b62f8ebb59f0fe0fee408.mgorny@gentoo> (raw)

commit:     1044065dc385d020454b62f8ebb59f0fe0fee408
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 11 05:04:19 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 11 05:17:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1044065d

dev-python/bitstring: Bump to 4.2.2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/bitstring/Manifest               |  1 +
 dev-python/bitstring/bitstring-4.2.2.ebuild | 32 +++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/bitstring/Manifest b/dev-python/bitstring/Manifest
index c471b470fc53..9106b3f81176 100644
--- a/dev-python/bitstring/Manifest
+++ b/dev-python/bitstring/Manifest
@@ -1,2 +1,3 @@
 DIST bitstring-4.1.4.tar.gz 232014 BLAKE2B fad74a1a2931504b44c7d95c4e88b058c17ee189ab7b4ec6987d1284c273329b7850cd1aff8e93eb6badf7d52284db006f1f1118ee5f871694f2bd5b4b10e449 SHA512 e05d983ac340565b193c4b4d5f7f5fceea3ba68f04c348ab42cd1d783ac64e1b1adb0ce9bcaac20335137f103d51df198421c7cfee1e5c1ad9f3c9b89b77b679
 DIST bitstring-4.2.1.tar.gz 249982 BLAKE2B f13212c3e4a6a516d045e5c6da3a2a943b05e5fa8f406b74d81972fc553d5032bec285766b7057bbaef5fc66aedcdb3f6efbbe72b89711dad7a451182801f419 SHA512 e54f5941b357d783e2951da8673cf38f6498d4e51949ab3200a05ce590208ca35ab7a300075013b6b2d6dfe6422cd81aa2d29b55c6a8088d9417d8c7a58f4716
+DIST bitstring-4.2.2.tar.gz 249409 BLAKE2B ff9d9eb6d789a13632f00e1a7361ad03e8c21e74f2b5b9158fab3ee336aafa884cfe90a30f56cba97f81ee9aed023a974f35571e47640c0bebc7bd2d116db2d0 SHA512 4700b45c9a56c21a09d61c464a4b2de899bb1cbdb1c5057e5c0f7c388adbda8feb260bdd56f073e53e256c39825cf7cd4b105bf9f57dd6d9d4916717941ff4bf

diff --git a/dev-python/bitstring/bitstring-4.2.2.ebuild b/dev-python/bitstring/bitstring-4.2.2.ebuild
new file mode 100644
index 000000000000..b4ace2b6d9a1
--- /dev/null
+++ b/dev-python/bitstring/bitstring-4.2.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 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"
+
+RDEPEND="
+	<dev-python/bitarray-3[${PYTHON_USEDEP}]
+	>=dev-python/bitarray-2.9.0[${PYTHON_USEDEP}]
+	>=dev-python/gfloat-0.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		dev-python/hypothesis[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest


             reply	other threads:[~2024-05-11  5:19 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-11  5:19 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-29 16:58 [gentoo-commits] repo/gentoo:master commit in: dev-python/bitstring/ Michał Górny
2024-06-12  6:17 Arthur Zamarin
2024-06-12  6:16 Arthur Zamarin
2024-06-10 14:41 Michał Górny
2024-05-26  2:54 Michał Górny
2024-05-16 15:00 Arthur Zamarin
2024-05-08  8:51 Michał Górny
2024-05-08  8:51 Michał Górny
2024-04-25  4:43 Michał Górny
2024-04-23  7:04 Michał Górny
2024-04-22 15:29 Michał Górny
2023-12-15 10:59 Michał Górny
2023-12-15 10:50 Arthur Zamarin
2023-12-02  9:50 Michał Górny
2023-12-02  9:34 Michał Górny
2023-11-30  5:48 Michał Górny
2023-11-24 14:46 Michał Górny
2023-11-23  4:19 Michał Górny
2023-11-17 11:40 Andrey Grozin
2023-09-25 18:52 Michał Górny
2023-09-25 17:33 Arthur Zamarin
2023-08-23 19:25 Michał Górny
2023-08-18  1:29 Sam James
2023-08-18  1:29 Sam James
2023-08-17 18:55 Michał Górny
2023-05-23 16:15 Michał Górny
2023-05-23 15:53 Arthur Zamarin
2023-04-17  5:41 Michał Górny
2023-03-11  9:53 Michał Górny
2023-03-11  8:34 Arthur Zamarin
2023-02-02 14:48 Michał Górny
2022-05-12 19:21 Arthur Zamarin
2021-08-26  8:24 Michał Górny
2021-08-26  4:41 Agostino Sarubbo
2021-07-21  7:25 Michał Górny
2021-07-20 20:47 Michał Górny
2021-07-18  6:16 Michał Górny
2021-06-05 12:56 Michał Górny
2020-12-12  4:27 Sam James
2020-09-18 14:28 Michał Górny
2020-09-08 19:11 Michał Górny
2020-07-20 14:40 Michał Górny
2020-07-20 14:40 Michał Górny
2020-05-11 16:48 Michał Górny
2020-05-11  9:44 Agostino Sarubbo
2020-02-29 10:50 Andrey Grozin
2020-02-04 13:32 Michał Górny
2019-05-20  6:33 Stephen Klimaszewski
2017-05-15 13:04 Manuel Rüger
2016-11-07  2:14 Andrey Grozin
2016-11-06 13:17 Michael Palimaka
2016-11-06 13:17 Michael Palimaka
2016-06-06 21:15 Tim Harder
2016-06-06 21:12 Tim Harder

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=1715404658.1044065dc385d020454b62f8ebb59f0fe0fee408.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