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/hiredis/
Date: Fri, 23 May 2025 10:55:25 +0000 (UTC)	[thread overview]
Message-ID: <1747997721.3e61ef271eb3da56606e34ac8abd24e5dc028ea4.mgorny@gentoo> (raw)

commit:     3e61ef271eb3da56606e34ac8abd24e5dc028ea4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 23 10:51:50 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 23 10:55:21 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e61ef27

dev-python/hiredis: Bump to 3.2.1

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

 dev-python/hiredis/Manifest             |  1 +
 dev-python/hiredis/hiredis-3.2.1.ebuild | 45 +++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/hiredis/Manifest b/dev-python/hiredis/Manifest
index b74de5aa7818..d2fe5b7754aa 100644
--- a/dev-python/hiredis/Manifest
+++ b/dev-python/hiredis/Manifest
@@ -1,2 +1,3 @@
 DIST hiredis-py-3.1.0.gh.tar.gz 19066 BLAKE2B 06b4c3e47a27d16b28a96f0769399d8b3bcc361ac14d755134cb88faed4e403e89892276a3ce5e7c2920b45c5575caba8777cef8d64bc61fcf9d47f1b94b19f2 SHA512 8c47179bc55b89d64aa02a18c81d0e77669882afe126ca7ca468df8c9417023c36c6e3bdfcc28e092feba7a766655005e839a3aaf766d2fc4424176808c978d8
 DIST hiredis-py-3.1.1.gh.tar.gz 19545 BLAKE2B 02762179999f226ac87c059299116c5880ab07efd9a61d0b1fa9af8225f1f2f303756411cea8605055cbe1918c8948418e6beed28f6325d5af0a95723a5a6c6e SHA512 10eb7a7b69d26c8f977ac6790d2ae110b04bf071d547dff1cd0234f0bb227735b6c7784573921125c54ba936334077c55b7a981348af06f58ffca020ed64ef60
+DIST hiredis-py-3.2.1.gh.tar.gz 20090 BLAKE2B 362ec46549780eba4c672a8e9dee5b380829e2bb3de79d45052ede6634faa499bddbb7cf479714daf4ffb71754df267ec08b32a37c30c9d4700f92015cb95ed0 SHA512 eac9299f3de448628111fa25d6dde5faaec95f3f80120ebc9b659e1b4336c84e10c04084dd8d14eda279589ffcf6b18064b37fa8f5fd358d63e8fd1a02309b9f

diff --git a/dev-python/hiredis/hiredis-3.2.1.ebuild b/dev-python/hiredis/hiredis-3.2.1.ebuild
new file mode 100644
index 000000000000..600560854572
--- /dev/null
+++ b/dev-python/hiredis/hiredis-3.2.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2025 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_{11..14} pypy3_11 )
+
+inherit distutils-r1
+
+MY_P=hiredis-py-${PV}
+DESCRIPTION="Python extension that wraps hiredis"
+HOMEPAGE="
+	https://github.com/redis/hiredis-py/
+	https://pypi.org/project/hiredis/
+"
+SRC_URI="
+	https://github.com/redis/hiredis-py/archive/v${PV}.tar.gz
+		-> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+DEPEND="
+	>=dev-libs/hiredis-1.0.0:=
+"
+RDEPEND="
+	${DEPEND}
+"
+
+PATCHES=(
+	"${FILESDIR}"/hiredis-2.4.0-system-libs.patch
+)
+
+distutils_enable_tests pytest
+
+python_test() {
+	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+	rm -rf hiredis || die
+	epytest
+}


             reply	other threads:[~2025-05-23 10:55 UTC|newest]

Thread overview: 84+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-23 10:55 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-21  6:25 [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/ Michał Górny
2025-06-07 14:20 Sam James
2025-06-07 10:07 Arthur Zamarin
2025-06-07  9:47 Arthur Zamarin
2025-05-31 11:30 Michał Górny
2025-05-31 11:21 Arthur Zamarin
2025-05-31 10:22 Arthur Zamarin
2025-05-31 10:20 Arthur Zamarin
2025-05-31 10:14 Arthur Zamarin
2025-05-16 20:27 Arthur Zamarin
2025-05-10  7:41 Michał Górny
2025-02-27 20:56 Michał Górny
2024-12-21 12:31 Michał Górny
2024-12-21 11:31 Michał Górny
2024-12-05  5:39 Michał Górny
2024-08-10  6:43 Michał Górny
2024-08-03  8:30 Jakov Smolić
2024-08-03  8:30 Jakov Smolić
2024-07-19 19:56 Michał Górny
2024-05-17 18:24 Michał Górny
2024-01-06 10:55 Michał Górny
2024-01-06 10:52 Michał Górny
2024-01-06 10:16 Michał Górny
2023-12-17 18:00 Arthur Zamarin
2023-08-21  8:59 Michał Górny
2023-08-20  5:43 Sam James
2023-08-19 16:08 Arthur Zamarin
2023-08-19 15:56 Arthur Zamarin
2023-07-15 10:59 Sven Wegener
2023-07-08  6:05 Michał Górny
2023-07-07 21:22 Sam James
2023-07-05  5:56 Arthur Zamarin
2023-05-29 12:26 Michał Górny
2023-05-08 12:06 Michał Górny
2023-05-04 16:17 Michał Górny
2023-04-05  8:28 Arthur Zamarin
2023-04-05  7:59 Jakov Smolić
2023-04-05  7:35 Arthur Zamarin
2023-04-05  7:00 Arthur Zamarin
2023-03-05  8:48 Sven Wegener
2023-03-04 21:44 Sven Wegener
2023-02-24 20:40 Sven Wegener
2022-05-31 10:20 Sam James
2022-03-08 17:11 Jakov Smolić
2021-12-02 14:17 Michał Górny
2021-12-02 13:08 Arthur Zamarin
2021-12-02 13:05 Arthur Zamarin
2021-12-02 13:05 Arthur Zamarin
2021-12-02  9:13 Agostino Sarubbo
2021-11-19  8:37 Arthur Zamarin
2021-11-19  7:59 Arthur Zamarin
2021-10-27  3:36 Sam James
2021-10-26 21:33 Sven Wegener
2021-10-11 18:21 Sven Wegener
2021-09-07 18:56 Sam James
2021-09-07  2:47 Sam James
2021-09-06 21:26 Sam James
2021-08-19 11:38 Sam James
2021-08-16 19:09 Arthur Zamarin
2021-08-01 23:49 Sam James
2021-06-05 13:52 Michał Górny
2020-12-20 20:34 Michał Górny
2020-12-20 20:34 Michał Górny
2020-12-20 20:34 Michał Górny
2020-12-20 19:07 Thomas Deutschmann
2020-11-15 14:29 Sven Wegener
2020-11-15  8:54 Sven Wegener
2020-11-15  8:54 Sven Wegener
2020-11-15  8:54 Sven Wegener
2020-11-15  8:54 Sven Wegener
2020-05-02 20:18 Sven Wegener
2020-04-12  6:29 Joonas Niilola
2020-04-01 21:35 Sven Wegener
2020-04-01 11:38 Sven Wegener
2020-03-21 21:31 Sven Wegener
2019-05-31  0:57 Aaron Bauman
2018-06-26 16:18 Mikle Kolyada
2018-06-26  2:04 Aaron Bauman
2017-02-28 20:14 Markus Meier
2017-02-25 14:20 Markus Meier
2017-02-17 10:42 Agostino Sarubbo
2017-02-09 14:37 Agostino Sarubbo
2016-06-14 11:13 Alexis Ballier

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=1747997721.3e61ef271eb3da56606e34ac8abd24e5dc028ea4.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