* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2016-06-14 11:13 Alexis Ballier
0 siblings, 0 replies; 68+ messages in thread
From: Alexis Ballier @ 2016-06-14 11:13 UTC (permalink / raw
To: gentoo-commits
commit: dd1e6ac5253468fa37cf5ace1d8abe98fcd3c8c7
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 14 11:13:24 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jun 14 11:13:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd1e6ac5
dev-python/hiredis: add python 3.5 to PYTHON_COMPAT.
Package-Manager: portage-2.3.0_rc1
dev-python/hiredis/hiredis-0.2.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/hiredis/hiredis-0.2.0.ebuild b/dev-python/hiredis/hiredis-0.2.0.ebuild
index 0354d86..8892ff7 100644
--- a/dev-python/hiredis/hiredis-0.2.0.ebuild
+++ b/dev-python/hiredis/hiredis-0.2.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2017-02-09 14:37 Agostino Sarubbo
0 siblings, 0 replies; 68+ messages in thread
From: Agostino Sarubbo @ 2017-02-09 14:37 UTC (permalink / raw
To: gentoo-commits
commit: f36f15294213a5d824dd21c1a80d236b8fe33dc0
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 9 14:36:04 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Feb 9 14:37:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f36f1529
dev-python/hiredis: amd64 stable wrt bug #606152
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-python/hiredis/hiredis-0.2.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/hiredis/hiredis-0.2.0.ebuild b/dev-python/hiredis/hiredis-0.2.0.ebuild
index 1c5cd0a1e9..52aad85087 100644
--- a/dev-python/hiredis/hiredis-0.2.0.ebuild
+++ b/dev-python/hiredis/hiredis-0.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
DEPEND=">=dev-libs/hiredis-0.13.1"
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2017-02-17 10:42 Agostino Sarubbo
0 siblings, 0 replies; 68+ messages in thread
From: Agostino Sarubbo @ 2017-02-17 10:42 UTC (permalink / raw
To: gentoo-commits
commit: 52b94743fedc94573e2814f203a7c3d61c7b0206
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 10:41:53 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 10:41:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b94743
dev-python/hiredis: x86 stable wrt bug #606152
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-python/hiredis/hiredis-0.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-0.2.0.ebuild b/dev-python/hiredis/hiredis-0.2.0.ebuild
index 52aad85087..c5118cb43e 100644
--- a/dev-python/hiredis/hiredis-0.2.0.ebuild
+++ b/dev-python/hiredis/hiredis-0.2.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND=">=dev-libs/hiredis-0.13.1"
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2017-02-25 14:20 Markus Meier
0 siblings, 0 replies; 68+ messages in thread
From: Markus Meier @ 2017-02-25 14:20 UTC (permalink / raw
To: gentoo-commits
commit: 02a703badf7125eb887bcf1a3494bc37e9e0580f
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 14:19:45 2017 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 14:19:45 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a703ba
dev-python/hiredis: add ~arm
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"
dev-python/hiredis/hiredis-0.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-0.2.0.ebuild b/dev-python/hiredis/hiredis-0.2.0.ebuild
index c5118cb43e..28728d7855 100644
--- a/dev-python/hiredis/hiredis-0.2.0.ebuild
+++ b/dev-python/hiredis/hiredis-0.2.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
IUSE=""
DEPEND=">=dev-libs/hiredis-0.13.1"
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2017-02-28 20:14 Markus Meier
0 siblings, 0 replies; 68+ messages in thread
From: Markus Meier @ 2017-02-28 20:14 UTC (permalink / raw
To: gentoo-commits
commit: fd354f391b023c8098dbe9342b97117ca6b129f7
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 20:13:54 2017 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 20:13:54 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd354f39
dev-python/hiredis: arm stable, bug #606152
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"
dev-python/hiredis/hiredis-0.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-0.2.0.ebuild b/dev-python/hiredis/hiredis-0.2.0.ebuild
index 8ea699b52d4..f95394376f3 100644
--- a/dev-python/hiredis/hiredis-0.2.0.ebuild
+++ b/dev-python/hiredis/hiredis-0.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 arm x86"
IUSE=""
DEPEND=">=dev-libs/hiredis-0.13.1"
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2018-06-26 2:04 Aaron Bauman
0 siblings, 0 replies; 68+ messages in thread
From: Aaron Bauman @ 2018-06-26 2:04 UTC (permalink / raw
To: gentoo-commits
commit: 2c33ede6237bdffc98157d27afb6360c659d187d
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 01:36:49 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 02:04:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c33ede6
dev-python/hiredis: amd64 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/hiredis/hiredis-0.2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-0.2.0-r1.ebuild b/dev-python/hiredis/hiredis-0.2.0-r1.ebuild
index 258a5526932..25c44ac907b 100644
--- a/dev-python/hiredis/hiredis-0.2.0-r1.ebuild
+++ b/dev-python/hiredis/hiredis-0.2.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm x86"
+KEYWORDS="amd64 ~arm x86"
IUSE=""
DEPEND=">=dev-libs/hiredis-0.13.1"
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2018-06-26 16:18 Mikle Kolyada
0 siblings, 0 replies; 68+ messages in thread
From: Mikle Kolyada @ 2018-06-26 16:18 UTC (permalink / raw
To: gentoo-commits
commit: 91fdbaa7447ee86188b726e112972614f6d0c5d6
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 16:18:00 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 16:18:00 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91fdbaa7
dev-python/hiredis: arm stable wrt bug #653790
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/hiredis/hiredis-0.2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-0.2.0-r1.ebuild b/dev-python/hiredis/hiredis-0.2.0-r1.ebuild
index 25c44ac907b..31b8b4da87a 100644
--- a/dev-python/hiredis/hiredis-0.2.0-r1.ebuild
+++ b/dev-python/hiredis/hiredis-0.2.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 arm x86"
IUSE=""
DEPEND=">=dev-libs/hiredis-0.13.1"
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2019-05-31 0:57 Aaron Bauman
0 siblings, 0 replies; 68+ messages in thread
From: Aaron Bauman @ 2019-05-31 0:57 UTC (permalink / raw
To: gentoo-commits
commit: 0425e183f192146799760b99f6ab400901243110
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu May 16 19:11:57 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri May 31 00:56:05 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0425e183
dev-python/hiredis: drop old
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-python/hiredis/hiredis-0.2.0.ebuild | 28 ----------------------------
1 file changed, 28 deletions(-)
diff --git a/dev-python/hiredis/hiredis-0.2.0.ebuild b/dev-python/hiredis/hiredis-0.2.0.ebuild
deleted file mode 100644
index b403546673c..00000000000
--- a/dev-python/hiredis/hiredis-0.2.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python extension that wraps hiredis"
-HOMEPAGE="https://github.com/pietern/hiredis-py"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm x86"
-IUSE=""
-
-DEPEND=">=dev-libs/hiredis-0.13.1"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/${P}-system-libs.patch )
-
-python_compile() {
- python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
-
- distutils-r1_python_compile
-}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2020-03-21 21:31 Sven Wegener
0 siblings, 0 replies; 68+ messages in thread
From: Sven Wegener @ 2020-03-21 21:31 UTC (permalink / raw
To: gentoo-commits
commit: 1708e9d77e76b36c82f271bd1b03ff1c72b263a0
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 21 21:30:24 2020 +0000
Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sat Mar 21 21:31:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1708e9d7
dev-python/hiredis: Add sub-slot dep on dev-libs/hiredis
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
dev-python/hiredis/hiredis-0.2.0-r1.ebuild | 2 +-
dev-python/hiredis/hiredis-0.2.0-r2.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/hiredis/hiredis-0.2.0-r1.ebuild b/dev-python/hiredis/hiredis-0.2.0-r1.ebuild
index b3bde25c0dd..7ec1a606d57 100644
--- a/dev-python/hiredis/hiredis-0.2.0-r1.ebuild
+++ b/dev-python/hiredis/hiredis-0.2.0-r1.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE=""
-DEPEND=">=dev-libs/hiredis-0.13.1"
+DEPEND=">=dev-libs/hiredis-0.13.1:="
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}"/${P}-r1-system-libs.patch )
diff --git a/dev-python/hiredis/hiredis-0.2.0-r2.ebuild b/dev-python/hiredis/hiredis-0.2.0-r2.ebuild
index 3ed30be879f..e5ca7fa47cf 100644
--- a/dev-python/hiredis/hiredis-0.2.0-r2.ebuild
+++ b/dev-python/hiredis/hiredis-0.2.0-r2.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
-DEPEND=">=dev-libs/hiredis-0.13.1"
+DEPEND=">=dev-libs/hiredis-0.13.1:="
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}"/${P}-r1-system-libs.patch )
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2020-04-01 11:38 Sven Wegener
0 siblings, 0 replies; 68+ messages in thread
From: Sven Wegener @ 2020-04-01 11:38 UTC (permalink / raw
To: gentoo-commits
commit: 8b992721a33fb04a1846e0271501c807bf0f6e82
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 1 11:21:18 2020 +0000
Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Wed Apr 1 11:37:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b992721
dev-python/hiredis: Pin 0.2.0-r1 to old dev-libs/hiredis
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
dev-python/hiredis/hiredis-0.2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-0.2.0-r1.ebuild b/dev-python/hiredis/hiredis-0.2.0-r1.ebuild
index 7ec1a606d57..811fc2e54e9 100644
--- a/dev-python/hiredis/hiredis-0.2.0-r1.ebuild
+++ b/dev-python/hiredis/hiredis-0.2.0-r1.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE=""
-DEPEND=">=dev-libs/hiredis-0.13.1:="
+DEPEND=">=dev-libs/hiredis-0.13.1:0/0.13"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}"/${P}-r1-system-libs.patch )
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2020-04-01 21:35 Sven Wegener
0 siblings, 0 replies; 68+ messages in thread
From: Sven Wegener @ 2020-04-01 21:35 UTC (permalink / raw
To: gentoo-commits
commit: d860cc01a9fb0585f6a1ae70147bba2a06ff92a7
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 1 21:33:44 2020 +0000
Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Wed Apr 1 21:35:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d860cc01
dev-python/hiredis: Add python_test()
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
dev-python/hiredis/hiredis-1.0.1.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dev-python/hiredis/hiredis-1.0.1.ebuild b/dev-python/hiredis/hiredis-1.0.1.ebuild
index bc7739eaeec..1e14c85fa39 100644
--- a/dev-python/hiredis/hiredis-1.0.1.ebuild
+++ b/dev-python/hiredis/hiredis-1.0.1.ebuild
@@ -22,3 +22,8 @@ PATCHES=(
"${FILESDIR}"/${P}-system-libs.patch
"${FILESDIR}"/${P}-api-0.14.patch
)
+
+python_test() {
+ cd test
+ "${EPYTHON}" -m unittest reader.ReaderTest || die "tests failed"
+}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2020-04-12 6:29 Joonas Niilola
0 siblings, 0 replies; 68+ messages in thread
From: Joonas Niilola @ 2020-04-12 6:29 UTC (permalink / raw
To: gentoo-commits
commit: affbbbb69cedad882ac9906141f2f63d7d9f3525
Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Sat Apr 11 05:17:08 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Apr 12 06:29:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=affbbbb6
dev-python/hiredis: drop to ~arch, cleanup
Needed to clean up vulnerable dev-libs/hiredis.
No reverse dependencies.
Bug: https://bugs.gentoo.org/710734
Acked-by: Michał Górny <mgorny <AT> gentoo.org>
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/hiredis/Manifest | 1 -
dev-python/hiredis/hiredis-0.2.0-r1.ebuild | 21 ---------------------
dev-python/hiredis/hiredis-0.2.0-r3.ebuild | 24 ------------------------
3 files changed, 46 deletions(-)
diff --git a/dev-python/hiredis/Manifest b/dev-python/hiredis/Manifest
index a24f01ae4f0..6803a04b864 100644
--- a/dev-python/hiredis/Manifest
+++ b/dev-python/hiredis/Manifest
@@ -1,2 +1 @@
-DIST hiredis-0.2.0.tar.gz 46113 BLAKE2B bb0479f99f5f705488846ff5e7b52d6e8a5c34519936aa747027e8a597271d3ba70efc2455f54c24248091a4477ac2a307cad7d89a03c96cb7d331e6b6e82a30 SHA512 9eb18ec089517340043d14938a213b139dc948dc9cf2f9c65e632bb4694ac22543b87a5875c1cea083e2bc8e303103c749047889cdb3e9d5680b586d34330c86
DIST hiredis-1.0.1.tar.gz 54460 BLAKE2B 90bdbd99f47b0765636dbeee9fc3cbb9c71fd7ba752a0d58ab9c2c9d2ee93bfc1a343465618d1127703ae09a4870d6691d7d5b52f59150849a448eae73c6a1d3 SHA512 8aa5e29b09f42826d746857d55b8042b40ffa3977386b0f8b2ea1b2ede0c28337f3df4bbd177192d8873570810bc9d0987f1f2b29f094f27adaa4aaf409c3a6b
diff --git a/dev-python/hiredis/hiredis-0.2.0-r1.ebuild b/dev-python/hiredis/hiredis-0.2.0-r1.ebuild
deleted file mode 100644
index 811fc2e54e9..00000000000
--- a/dev-python/hiredis/hiredis-0.2.0-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python extension that wraps hiredis"
-HOMEPAGE="https://github.com/pietern/hiredis-py"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm x86"
-IUSE=""
-
-DEPEND=">=dev-libs/hiredis-0.13.1:0/0.13"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/${P}-r1-system-libs.patch )
diff --git a/dev-python/hiredis/hiredis-0.2.0-r3.ebuild b/dev-python/hiredis/hiredis-0.2.0-r3.ebuild
deleted file mode 100644
index c6aca79094e..00000000000
--- a/dev-python/hiredis/hiredis-0.2.0-r3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python extension that wraps hiredis"
-HOMEPAGE="https://github.com/pietern/hiredis-py"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-DEPEND=">=dev-libs/hiredis-0.14:="
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${P}-r1-system-libs.patch
- "${FILESDIR}"/${P}-api-0.14.patch
-)
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2020-05-02 20:18 Sven Wegener
0 siblings, 0 replies; 68+ messages in thread
From: Sven Wegener @ 2020-05-02 20:18 UTC (permalink / raw
To: gentoo-commits
commit: f3788a05fd0546f146883b1fc021b43616d13b03
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sat May 2 19:51:43 2020 +0000
Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sat May 2 20:18:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3788a05
dev-python/hiredis: Stable 1.0.1 on amd/x86
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
dev-python/hiredis/hiredis-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-1.0.1.ebuild b/dev-python/hiredis/hiredis-1.0.1.ebuild
index 1e14c85fa39..34d712deb6d 100644
--- a/dev-python/hiredis/hiredis-1.0.1.ebuild
+++ b/dev-python/hiredis/hiredis-1.0.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
IUSE=""
DEPEND=">=dev-libs/hiredis-0.14:="
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2020-11-15 8:54 Sven Wegener
0 siblings, 0 replies; 68+ messages in thread
From: Sven Wegener @ 2020-11-15 8:54 UTC (permalink / raw
To: gentoo-commits
commit: 765be801cbaec7de9945784096865d1c98826149
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 08:51:52 2020 +0000
Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 08:54:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=765be801
dev-python/hiredis: Restrict dev-libs/hiredis dependency
In its current form, it's only compatible to the 0.14 interface.
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
dev-python/hiredis/hiredis-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-1.0.1.ebuild b/dev-python/hiredis/hiredis-1.0.1.ebuild
index e8c0c649aa0..bde16f81915 100644
--- a/dev-python/hiredis/hiredis-1.0.1.ebuild
+++ b/dev-python/hiredis/hiredis-1.0.1.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="amd64 ~arm x86"
IUSE=""
-DEPEND=">=dev-libs/hiredis-0.14:="
+DEPEND="dev-libs/hiredis:0/0.14"
RDEPEND="${DEPEND}"
PATCHES=(
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2020-11-15 8:54 Sven Wegener
0 siblings, 0 replies; 68+ messages in thread
From: Sven Wegener @ 2020-11-15 8:54 UTC (permalink / raw
To: gentoo-commits
commit: 5cce36994098f18dbca61ffc6e96817941549256
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 08:52:44 2020 +0000
Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 08:54:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cce3699
dev-python/hiredis: Revision bump for system-libs USE flag
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
dev-python/hiredis/hiredis-1.0.1-r1.ebuild | 32 ++++++++++++++++++++++++++++++
dev-python/hiredis/metadata.xml | 3 +++
2 files changed, 35 insertions(+)
diff --git a/dev-python/hiredis/hiredis-1.0.1-r1.ebuild b/dev-python/hiredis/hiredis-1.0.1-r1.ebuild
new file mode 100644
index 00000000000..8e84e217d31
--- /dev/null
+++ b/dev-python/hiredis/hiredis-1.0.1-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python extension that wraps hiredis"
+HOMEPAGE="https://github.com/pietern/hiredis-py"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="system-libs"
+
+DEPEND="system-libs? ( dev-libs/hiredis:0/0.14 )"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ use system-libs && PATCHES+=(
+ "${FILESDIR}"/${P}-system-libs.patch
+ "${FILESDIR}"/${P}-api-0.14.patch
+ )
+ default
+}
+
+python_test() {
+ cd test
+ "${EPYTHON}" -m unittest reader.ReaderTest || die "tests failed"
+}
diff --git a/dev-python/hiredis/metadata.xml b/dev-python/hiredis/metadata.xml
index d5da8f0733c..2bf5fbd7ca5 100644
--- a/dev-python/hiredis/metadata.xml
+++ b/dev-python/hiredis/metadata.xml
@@ -13,4 +13,7 @@
<remote-id type="pypi">hiredis</remote-id>
<remote-id type="github">pietern/hiredis-py</remote-id>
</upstream>
+ <use>
+ <flag name="system-libs">Use dev-libs/hiredis from system</flag>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2020-11-15 8:54 Sven Wegener
0 siblings, 0 replies; 68+ messages in thread
From: Sven Wegener @ 2020-11-15 8:54 UTC (permalink / raw
To: gentoo-commits
commit: c5be2be5c30115016bd7be8abf5d20c0aa728b96
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 08:50:58 2020 +0000
Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 08:54:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5be2be5
dev-python/hiredis: Add support for python 3.9
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
dev-python/hiredis/hiredis-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-1.0.1.ebuild b/dev-python/hiredis/hiredis-1.0.1.ebuild
index 34d712deb6d..e8c0c649aa0 100644
--- a/dev-python/hiredis/hiredis-1.0.1.ebuild
+++ b/dev-python/hiredis/hiredis-1.0.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2020-11-15 8:54 Sven Wegener
0 siblings, 0 replies; 68+ messages in thread
From: Sven Wegener @ 2020-11-15 8:54 UTC (permalink / raw
To: gentoo-commits
commit: 1d05736bc089fa7cc87ecb34a596a9181a3daee4
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 08:52:48 2020 +0000
Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 08:54:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d05736b
dev-python/hiredis: Version bump
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
dev-python/hiredis/Manifest | 1 +
dev-python/hiredis/hiredis-1.1.0.ebuild | 24 ++++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/dev-python/hiredis/Manifest b/dev-python/hiredis/Manifest
index 6803a04b864..d60dee5ddaf 100644
--- a/dev-python/hiredis/Manifest
+++ b/dev-python/hiredis/Manifest
@@ -1 +1,2 @@
DIST hiredis-1.0.1.tar.gz 54460 BLAKE2B 90bdbd99f47b0765636dbeee9fc3cbb9c71fd7ba752a0d58ab9c2c9d2ee93bfc1a343465618d1127703ae09a4870d6691d7d5b52f59150849a448eae73c6a1d3 SHA512 8aa5e29b09f42826d746857d55b8042b40ffa3977386b0f8b2ea1b2ede0c28337f3df4bbd177192d8873570810bc9d0987f1f2b29f094f27adaa4aaf409c3a6b
+DIST hiredis-1.1.0.tar.gz 54620 BLAKE2B 9991745d277e87efe836c1c8eabb2016ce401e2be52c7e1b3a154350776fae6fd3c49e3096da57231e42c57bf36ba692ce26bc993d0923b5246376d8694ad058 SHA512 ad37868376de91303c15ffe6109dc7fadb4f458efdd44b7ddc0a410937a389b8e062ab7d36b1aec3fe324ecafe6b1e5e6b92f547cbf619251dad22a28e02ee9c
diff --git a/dev-python/hiredis/hiredis-1.1.0.ebuild b/dev-python/hiredis/hiredis-1.1.0.ebuild
new file mode 100644
index 00000000000..90148fb3b82
--- /dev/null
+++ b/dev-python/hiredis/hiredis-1.1.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python extension that wraps hiredis"
+HOMEPAGE="https://github.com/pietern/hiredis-py"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+python_test() {
+ cd test
+ "${EPYTHON}" -m unittest reader.ReaderTest || die "tests failed"
+}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2020-11-15 14:29 Sven Wegener
0 siblings, 0 replies; 68+ messages in thread
From: Sven Wegener @ 2020-11-15 14:29 UTC (permalink / raw
To: gentoo-commits
commit: c7b8ba0b3e28a5b3b8a81780c6c2a4c0ca3d3c62
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 14:19:38 2020 +0000
Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 14:28:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7b8ba0b
dev-python/hiredis: Add system-libs USE flag to new version
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
dev-python/hiredis/hiredis-1.1.0.ebuild | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/dev-python/hiredis/hiredis-1.1.0.ebuild b/dev-python/hiredis/hiredis-1.1.0.ebuild
index 90148fb3b82..a909b3a56dd 100644
--- a/dev-python/hiredis/hiredis-1.1.0.ebuild
+++ b/dev-python/hiredis/hiredis-1.1.0.ebuild
@@ -13,11 +13,19 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
+IUSE="system-libs"
-DEPEND=""
+DEPEND="system-libs? ( dev-libs/hiredis:0/0.14 )"
RDEPEND="${DEPEND}"
+src_prepare() {
+ use system-libs && PATCHES+=(
+ "${FILESDIR}"/${PN}-1.0.1-system-libs.patch
+ "${FILESDIR}"/${PN}-1.0.1-api-0.14.patch
+ )
+ default
+}
+
python_test() {
cd test
"${EPYTHON}" -m unittest reader.ReaderTest || die "tests failed"
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2020-12-20 19:07 Thomas Deutschmann
0 siblings, 0 replies; 68+ messages in thread
From: Thomas Deutschmann @ 2020-12-20 19:07 UTC (permalink / raw
To: gentoo-commits
commit: 3a3faa72f008f657ba9d371ae39c9b5c92ab4dc0
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 18:54:01 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 19:06:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a3faa72
dev-python/hiredis: x86 stable (bug #760183)
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
dev-python/hiredis/hiredis-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-1.1.0.ebuild b/dev-python/hiredis/hiredis-1.1.0.ebuild
index 85eea435422..d453700157d 100644
--- a/dev-python/hiredis/hiredis-1.1.0.ebuild
+++ b/dev-python/hiredis/hiredis-1.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
IUSE="system-libs"
DEPEND="system-libs? ( dev-libs/hiredis:0/0.14 )"
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2020-12-20 20:34 Michał Górny
0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2020-12-20 20:34 UTC (permalink / raw
To: gentoo-commits
commit: af453e9a5ae1c6c6ccf174c5dc35d361b02d1dc1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 20:22:14 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 20:34:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af453e9a
dev-python/hiredis: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/hiredis/Manifest | 1 -
dev-python/hiredis/hiredis-1.0.1-r1.ebuild | 32 ------------------------------
dev-python/hiredis/hiredis-1.0.1.ebuild | 29 ---------------------------
3 files changed, 62 deletions(-)
diff --git a/dev-python/hiredis/Manifest b/dev-python/hiredis/Manifest
index d60dee5ddaf..3504fdc829a 100644
--- a/dev-python/hiredis/Manifest
+++ b/dev-python/hiredis/Manifest
@@ -1,2 +1 @@
-DIST hiredis-1.0.1.tar.gz 54460 BLAKE2B 90bdbd99f47b0765636dbeee9fc3cbb9c71fd7ba752a0d58ab9c2c9d2ee93bfc1a343465618d1127703ae09a4870d6691d7d5b52f59150849a448eae73c6a1d3 SHA512 8aa5e29b09f42826d746857d55b8042b40ffa3977386b0f8b2ea1b2ede0c28337f3df4bbd177192d8873570810bc9d0987f1f2b29f094f27adaa4aaf409c3a6b
DIST hiredis-1.1.0.tar.gz 54620 BLAKE2B 9991745d277e87efe836c1c8eabb2016ce401e2be52c7e1b3a154350776fae6fd3c49e3096da57231e42c57bf36ba692ce26bc993d0923b5246376d8694ad058 SHA512 ad37868376de91303c15ffe6109dc7fadb4f458efdd44b7ddc0a410937a389b8e062ab7d36b1aec3fe324ecafe6b1e5e6b92f547cbf619251dad22a28e02ee9c
diff --git a/dev-python/hiredis/hiredis-1.0.1-r1.ebuild b/dev-python/hiredis/hiredis-1.0.1-r1.ebuild
deleted file mode 100644
index 8e84e217d31..00000000000
--- a/dev-python/hiredis/hiredis-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python extension that wraps hiredis"
-HOMEPAGE="https://github.com/pietern/hiredis-py"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="system-libs"
-
-DEPEND="system-libs? ( dev-libs/hiredis:0/0.14 )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- use system-libs && PATCHES+=(
- "${FILESDIR}"/${P}-system-libs.patch
- "${FILESDIR}"/${P}-api-0.14.patch
- )
- default
-}
-
-python_test() {
- cd test
- "${EPYTHON}" -m unittest reader.ReaderTest || die "tests failed"
-}
diff --git a/dev-python/hiredis/hiredis-1.0.1.ebuild b/dev-python/hiredis/hiredis-1.0.1.ebuild
deleted file mode 100644
index bde16f81915..00000000000
--- a/dev-python/hiredis/hiredis-1.0.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python extension that wraps hiredis"
-HOMEPAGE="https://github.com/pietern/hiredis-py"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-DEPEND="dev-libs/hiredis:0/0.14"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${P}-system-libs.patch
- "${FILESDIR}"/${P}-api-0.14.patch
-)
-
-python_test() {
- cd test
- "${EPYTHON}" -m unittest reader.ReaderTest || die "tests failed"
-}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2020-12-20 20:34 Michał Górny
0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2020-12-20 20:34 UTC (permalink / raw
To: gentoo-commits
commit: 1592bcb3eefa4d99350b9ce517f6cf1a6a2815e8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 20:28:59 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 20:34:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1592bcb3
dev-python/hiredis: Fix missing || die
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/hiredis/hiredis-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-1.1.0.ebuild b/dev-python/hiredis/hiredis-1.1.0.ebuild
index 9fa9bf3c397..062ab4b7da6 100644
--- a/dev-python/hiredis/hiredis-1.1.0.ebuild
+++ b/dev-python/hiredis/hiredis-1.1.0.ebuild
@@ -27,6 +27,6 @@ src_prepare() {
}
python_test() {
- cd test
+ cd test || die
"${EPYTHON}" -m unittest reader.ReaderTest || die "tests failed"
}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2020-12-20 20:34 Michał Górny
0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2020-12-20 20:34 UTC (permalink / raw
To: gentoo-commits
commit: 2a22c67b08b03323561a88f80cbbba8a51bb5423
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 20:31:08 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 20:34:28 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a22c67b
dev-python/hiredis: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/hiredis/hiredis-1.1.0.ebuild | 2 +-
dev-python/hiredis/metadata.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/hiredis/hiredis-1.1.0.ebuild b/dev-python/hiredis/hiredis-1.1.0.ebuild
index d453700157d..9fa9bf3c397 100644
--- a/dev-python/hiredis/hiredis-1.1.0.ebuild
+++ b/dev-python/hiredis/hiredis-1.1.0.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1
DESCRIPTION="Python extension that wraps hiredis"
-HOMEPAGE="https://github.com/pietern/hiredis-py"
+HOMEPAGE="https://github.com/redis/hiredis-py/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
diff --git a/dev-python/hiredis/metadata.xml b/dev-python/hiredis/metadata.xml
index 2bf5fbd7ca5..2d6830cbdf6 100644
--- a/dev-python/hiredis/metadata.xml
+++ b/dev-python/hiredis/metadata.xml
@@ -11,7 +11,7 @@
</maintainer>
<upstream>
<remote-id type="pypi">hiredis</remote-id>
- <remote-id type="github">pietern/hiredis-py</remote-id>
+ <remote-id type="github">redis/hiredis-py</remote-id>
</upstream>
<use>
<flag name="system-libs">Use dev-libs/hiredis from system</flag>
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2021-06-05 13:52 Michał Górny
0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2021-06-05 13:52 UTC (permalink / raw
To: gentoo-commits
commit: 8e0a2974650d699f6a0fc58b4f82d4fa0c0813f3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 5 13:48:49 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 5 13:51:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0a2974
dev-python/hiredis: Enable py3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/hiredis/hiredis-1.1.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/hiredis/hiredis-1.1.0.ebuild b/dev-python/hiredis/hiredis-1.1.0.ebuild
index b0cf4177c16..68ec424e3ae 100644
--- a/dev-python/hiredis/hiredis-1.1.0.ebuild
+++ b/dev-python/hiredis/hiredis-1.1.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2021-08-01 23:49 Sam James
0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2021-08-01 23:49 UTC (permalink / raw
To: gentoo-commits
commit: 205007fc99f23f0f7dfda82eaea5b3733b3e9290
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 1 23:47:46 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 1 23:47:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=205007fc
dev-python/hiredis: Stabilize 2.0.0 amd64, #805398
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/hiredis/hiredis-2.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-2.0.0.ebuild b/dev-python/hiredis/hiredis-2.0.0.ebuild
index c2881e5aae3..6c6ac4117dd 100644
--- a/dev-python/hiredis/hiredis-2.0.0.ebuild
+++ b/dev-python/hiredis/hiredis-2.0.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
IUSE="system-libs"
DEPEND="system-libs? ( dev-libs/hiredis:0/1.0.0 )"
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2021-08-16 19:09 Arthur Zamarin
0 siblings, 0 replies; 68+ messages in thread
From: Arthur Zamarin @ 2021-08-16 19:09 UTC (permalink / raw
To: gentoo-commits
commit: c7b7dc257e24932ab7757521114e31ec491b0649
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 16 16:55:40 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 16 19:07:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7b7dc25
dev-python/hiredis: enable pypy3
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/hiredis/hiredis-2.0.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/hiredis/hiredis-2.0.0.ebuild b/dev-python/hiredis/hiredis-2.0.0.ebuild
index 20a1453d27c..a55b79598ff 100644
--- a/dev-python/hiredis/hiredis-2.0.0.ebuild
+++ b/dev-python/hiredis/hiredis-2.0.0.ebuild
@@ -2,8 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
DESCRIPTION="Python extension that wraps hiredis"
@@ -27,5 +27,5 @@ src_prepare() {
python_test() {
cd test || die
- "${EPYTHON}" -m unittest reader.ReaderTest || die "tests failed"
+ "${EPYTHON}" -m unittest -v reader.ReaderTest || die "tests failed"
}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2021-08-19 11:38 Sam James
0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2021-08-19 11:38 UTC (permalink / raw
To: gentoo-commits
commit: eb7f46b63c87f07946567c87f86b94bc89ddcdd5
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Thu Aug 19 11:30:58 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 19 11:38:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb7f46b6
dev-python/hiredis: keyworded 2.0.0 for sparc, bug #808624
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/hiredis/hiredis-2.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-2.0.0.ebuild b/dev-python/hiredis/hiredis-2.0.0.ebuild
index a55b79598ff..50d8178a826 100644
--- a/dev-python/hiredis/hiredis-2.0.0.ebuild
+++ b/dev-python/hiredis/hiredis-2.0.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~sparc x86"
IUSE="system-libs"
DEPEND="system-libs? ( dev-libs/hiredis:0/1.0.0 )"
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2021-09-06 21:26 Sam James
0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2021-09-06 21:26 UTC (permalink / raw
To: gentoo-commits
commit: 51c542be282334273ee95a5a544e352bc33ddd18
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 6 21:25:53 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 6 21:25:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c542be
dev-python/hiredis: Keyword 2.0.0 ppc, #808624
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/hiredis/hiredis-2.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-2.0.0.ebuild b/dev-python/hiredis/hiredis-2.0.0.ebuild
index 50d8178a826..2f87e213570 100644
--- a/dev-python/hiredis/hiredis-2.0.0.ebuild
+++ b/dev-python/hiredis/hiredis-2.0.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm ~sparc x86"
+KEYWORDS="amd64 ~arm ~ppc ~sparc x86"
IUSE="system-libs"
DEPEND="system-libs? ( dev-libs/hiredis:0/1.0.0 )"
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2021-09-07 2:47 Sam James
0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2021-09-07 2:47 UTC (permalink / raw
To: gentoo-commits
commit: 522c872c17783cd75d9625e733842a7d99d06823
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 7 02:46:39 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 7 02:46:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=522c872c
dev-python/hiredis: Keyword 2.0.0 ppc64, #808624
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/hiredis/hiredis-2.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-2.0.0.ebuild b/dev-python/hiredis/hiredis-2.0.0.ebuild
index 2f87e213570..0e9c62c647b 100644
--- a/dev-python/hiredis/hiredis-2.0.0.ebuild
+++ b/dev-python/hiredis/hiredis-2.0.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~sparc x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86"
IUSE="system-libs"
DEPEND="system-libs? ( dev-libs/hiredis:0/1.0.0 )"
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2021-09-07 18:56 Sam James
0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2021-09-07 18:56 UTC (permalink / raw
To: gentoo-commits
commit: 88a900ddb94992e27850891846a48f40c897eedd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 7 18:56:24 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 7 18:56:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88a900dd
dev-python/hiredis: Keyword 2.0.0 arm64, #808624
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/hiredis/hiredis-2.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-2.0.0.ebuild b/dev-python/hiredis/hiredis-2.0.0.ebuild
index 0e9c62c647b..99cccf890bf 100644
--- a/dev-python/hiredis/hiredis-2.0.0.ebuild
+++ b/dev-python/hiredis/hiredis-2.0.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
IUSE="system-libs"
DEPEND="system-libs? ( dev-libs/hiredis:0/1.0.0 )"
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2021-10-11 18:21 Sven Wegener
0 siblings, 0 replies; 68+ messages in thread
From: Sven Wegener @ 2021-10-11 18:21 UTC (permalink / raw
To: gentoo-commits
commit: 043c98f619f1f6809453b551b1c4c5c3f773403d
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 10:26:56 2021 +0000
Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 18:19:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=043c98f6
dev-python/hiredis: Fix setuptools warning, bug #798054
Link: https://github.com/redis/hiredis-py/pull/115
Closes: https://bugs.gentoo.org/798054
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
dev-python/hiredis/hiredis-2.0.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/hiredis/hiredis-2.0.0.ebuild b/dev-python/hiredis/hiredis-2.0.0.ebuild
index 99cccf890bf..671e9eb491d 100644
--- a/dev-python/hiredis/hiredis-2.0.0.ebuild
+++ b/dev-python/hiredis/hiredis-2.0.0.ebuild
@@ -22,6 +22,7 @@ src_prepare() {
use system-libs && PATCHES+=(
"${FILESDIR}"/${P}-system-libs.patch
)
+ sed -i -e 's:description-file:description_file:' setup.cfg || die
default
}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2021-10-26 21:33 Sven Wegener
0 siblings, 0 replies; 68+ messages in thread
From: Sven Wegener @ 2021-10-26 21:33 UTC (permalink / raw
To: gentoo-commits
commit: 39da55fa72e9a05275fde2a85ed307fcaee0d1b3
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 26 20:56:23 2021 +0000
Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Tue Oct 26 21:33:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39da55fa
dev-python/hiredis: Relax sub-slot dependency on dev-libs/hiredis
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
dev-python/hiredis/hiredis-2.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-2.0.0.ebuild b/dev-python/hiredis/hiredis-2.0.0.ebuild
index 671e9eb491d..877f27252d3 100644
--- a/dev-python/hiredis/hiredis-2.0.0.ebuild
+++ b/dev-python/hiredis/hiredis-2.0.0.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
IUSE="system-libs"
-DEPEND="system-libs? ( dev-libs/hiredis:0/1.0.0 )"
+DEPEND="system-libs? ( >=dev-libs/hiredis-1.0.0:= )"
RDEPEND="${DEPEND}"
src_prepare() {
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2021-10-27 3:36 Sam James
0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2021-10-27 3:36 UTC (permalink / raw
To: gentoo-commits
commit: 6e7e5226ffba0a7116fbdcbdf1a3de1b84a2162a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 27 03:34:33 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 27 03:35:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e7e5226
dev-python/hiredis: revbump for dependency change
We need a revbump otherwise there's no obligation
for the PM to allow upgrading to a newer version
with a different subslot (as has happened here,
see 9f410c09b870adfd7307af838c85745a4bc468ea).
Fixes: 39da55fa72e9a05275fde2a85ed307fcaee0d1b3
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/hiredis/{hiredis-2.0.0.ebuild => hiredis-2.0.0-r1.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/dev-python/hiredis/hiredis-2.0.0.ebuild b/dev-python/hiredis/hiredis-2.0.0-r1.ebuild
similarity index 100%
rename from dev-python/hiredis/hiredis-2.0.0.ebuild
rename to dev-python/hiredis/hiredis-2.0.0-r1.ebuild
^ permalink raw reply [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2021-11-19 7:59 Arthur Zamarin
0 siblings, 0 replies; 68+ messages in thread
From: Arthur Zamarin @ 2021-11-19 7:59 UTC (permalink / raw
To: gentoo-commits
commit: 96949a63b573afb24ab3fbd102ff8eb90f39ecf6
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 19 07:57:14 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 19 07:57:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96949a63
dev-python/hiredis: Stabilize 2.0.0-r1 arm, #813543
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/hiredis/hiredis-2.0.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-2.0.0-r1.ebuild b/dev-python/hiredis/hiredis-2.0.0-r1.ebuild
index 877f27252d3f..436b49e7f4a5 100644
--- a/dev-python/hiredis/hiredis-2.0.0-r1.ebuild
+++ b/dev-python/hiredis/hiredis-2.0.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~sparc x86"
IUSE="system-libs"
DEPEND="system-libs? ( >=dev-libs/hiredis-1.0.0:= )"
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2021-11-19 8:37 Arthur Zamarin
0 siblings, 0 replies; 68+ messages in thread
From: Arthur Zamarin @ 2021-11-19 8:37 UTC (permalink / raw
To: gentoo-commits
commit: e91d74b7b719efe61374ab1df66d1deb7559a193
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 19 08:35:46 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 19 08:37:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e91d74b7
dev-python/hiredis: Stabilize 2.0.0-r1 arm64, #813543
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/hiredis/hiredis-2.0.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-2.0.0-r1.ebuild b/dev-python/hiredis/hiredis-2.0.0-r1.ebuild
index 436b49e7f4a5..02466dc119cc 100644
--- a/dev-python/hiredis/hiredis-2.0.0-r1.ebuild
+++ b/dev-python/hiredis/hiredis-2.0.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
IUSE="system-libs"
DEPEND="system-libs? ( >=dev-libs/hiredis-1.0.0:= )"
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2021-12-02 9:13 Agostino Sarubbo
0 siblings, 0 replies; 68+ messages in thread
From: Agostino Sarubbo @ 2021-12-02 9:13 UTC (permalink / raw
To: gentoo-commits
commit: 288afef686ccf68760d4e129433dfbf0300f3dfd
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 2 09:13:51 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Dec 2 09:13:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=288afef6
dev-python/hiredis: arm64 stable wrt bug #827984
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-python/hiredis/hiredis-2.0.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-2.0.0-r2.ebuild b/dev-python/hiredis/hiredis-2.0.0-r2.ebuild
index 48e177fb23f1..7cbadaa539a6 100644
--- a/dev-python/hiredis/hiredis-2.0.0-r2.ebuild
+++ b/dev-python/hiredis/hiredis-2.0.0-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="system-libs"
DEPEND="system-libs? ( >=dev-libs/hiredis-1.0.0:= )"
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2021-12-02 13:05 Arthur Zamarin
0 siblings, 0 replies; 68+ messages in thread
From: Arthur Zamarin @ 2021-12-02 13:05 UTC (permalink / raw
To: gentoo-commits
commit: 9f6465cf001840bbcd1343f9ae06ad19071e000b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 2 13:04:06 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 2 13:05:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f6465cf
dev-python/hiredis: Stabilize 2.0.0-r2 x86, #827984
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/hiredis/hiredis-2.0.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-2.0.0-r2.ebuild b/dev-python/hiredis/hiredis-2.0.0-r2.ebuild
index ebb51e38c5be..4b25e7a6a76a 100644
--- a/dev-python/hiredis/hiredis-2.0.0-r2.ebuild
+++ b/dev-python/hiredis/hiredis-2.0.0-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~sparc x86"
IUSE="system-libs"
DEPEND="system-libs? ( >=dev-libs/hiredis-1.0.0:= )"
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2021-12-02 13:05 Arthur Zamarin
0 siblings, 0 replies; 68+ messages in thread
From: Arthur Zamarin @ 2021-12-02 13:05 UTC (permalink / raw
To: gentoo-commits
commit: 12bff1a52a3bf5c8b01ec8f1e9f79b88cbf83e59
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 2 13:04:04 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 2 13:05:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12bff1a5
dev-python/hiredis: Stabilize 2.0.0-r2 amd64, #827984
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/hiredis/hiredis-2.0.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-2.0.0-r2.ebuild b/dev-python/hiredis/hiredis-2.0.0-r2.ebuild
index 7cbadaa539a6..ebb51e38c5be 100644
--- a/dev-python/hiredis/hiredis-2.0.0-r2.ebuild
+++ b/dev-python/hiredis/hiredis-2.0.0-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="system-libs"
DEPEND="system-libs? ( >=dev-libs/hiredis-1.0.0:= )"
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2021-12-02 13:08 Arthur Zamarin
0 siblings, 0 replies; 68+ messages in thread
From: Arthur Zamarin @ 2021-12-02 13:08 UTC (permalink / raw
To: gentoo-commits
commit: f2587e608be4f16115a02e24698e300cb26f5ab2
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 2 13:08:09 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 2 13:08:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2587e60
dev-python/hiredis: Stabilize 2.0.0-r2 arm, #827984
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/hiredis/hiredis-2.0.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-2.0.0-r2.ebuild b/dev-python/hiredis/hiredis-2.0.0-r2.ebuild
index 4b25e7a6a76a..66eb5028d3cf 100644
--- a/dev-python/hiredis/hiredis-2.0.0-r2.ebuild
+++ b/dev-python/hiredis/hiredis-2.0.0-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
IUSE="system-libs"
DEPEND="system-libs? ( >=dev-libs/hiredis-1.0.0:= )"
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2021-12-02 14:17 Michał Górny
0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2021-12-02 14:17 UTC (permalink / raw
To: gentoo-commits
commit: 1576e1e7f8779c3d0211eefb554683f7144e0d37
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 2 13:53:57 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 2 13:53:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1576e1e7
dev-python/hiredis: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/hiredis/hiredis-2.0.0-r1.ebuild | 32 ------------------------------
1 file changed, 32 deletions(-)
diff --git a/dev-python/hiredis/hiredis-2.0.0-r1.ebuild b/dev-python/hiredis/hiredis-2.0.0-r1.ebuild
deleted file mode 100644
index 02466dc119cc..000000000000
--- a/dev-python/hiredis/hiredis-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Python extension that wraps hiredis"
-HOMEPAGE="https://github.com/redis/hiredis-py/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
-IUSE="system-libs"
-
-DEPEND="system-libs? ( >=dev-libs/hiredis-1.0.0:= )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- use system-libs && PATCHES+=(
- "${FILESDIR}"/${P}-system-libs.patch
- )
- sed -i -e 's:description-file:description_file:' setup.cfg || die
- default
-}
-
-python_test() {
- cd test || die
- "${EPYTHON}" -m unittest -v reader.ReaderTest || die "tests failed"
-}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2022-03-08 17:11 Jakov Smolić
0 siblings, 0 replies; 68+ messages in thread
From: Jakov Smolić @ 2022-03-08 17:11 UTC (permalink / raw
To: gentoo-commits
commit: 6c5daf9c316c9c1fcc8af7be572c7746887cbbe3
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 8 17:11:01 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Mar 8 17:11:01 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c5daf9c
dev-python/hiredis: Keyword 2.0.0-r2 riscv, #834786
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-python/hiredis/hiredis-2.0.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/hiredis/hiredis-2.0.0-r2.ebuild b/dev-python/hiredis/hiredis-2.0.0-r2.ebuild
index 66eb5028d3cf..9d577aac4ee4 100644
--- a/dev-python/hiredis/hiredis-2.0.0-r2.ebuild
+++ b/dev-python/hiredis/hiredis-2.0.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
IUSE="system-libs"
DEPEND="system-libs? ( >=dev-libs/hiredis-1.0.0:= )"
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2022-05-31 10:20 Sam James
0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2022-05-31 10:20 UTC (permalink / raw
To: gentoo-commits
commit: 450a5b4c907c6ea90097d733ca3e92f53481f153
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 10:16:33 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 31 10:16:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=450a5b4c
dev-python/hiredis: enable py3.11
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/hiredis/hiredis-2.0.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-2.0.0-r2.ebuild b/dev-python/hiredis/hiredis-2.0.0-r2.ebuild
index 9d577aac4ee4..f20d2af1dcbb 100644
--- a/dev-python/hiredis/hiredis-2.0.0-r2.ebuild
+++ b/dev-python/hiredis/hiredis-2.0.0-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1
DESCRIPTION="Python extension that wraps hiredis"
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2023-02-24 20:40 Sven Wegener
0 siblings, 0 replies; 68+ messages in thread
From: Sven Wegener @ 2023-02-24 20:40 UTC (permalink / raw
To: gentoo-commits
commit: 67124d856839d6df25e4feaa8f9ced583ab556bd
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 20:32:46 2023 +0000
Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 20:39:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67124d85
dev-python/hiredis: update EAPI 7 -> 8
Bug: https://bugs.gentoo.org/890385
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
dev-python/hiredis/hiredis-2.0.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-2.0.0-r2.ebuild b/dev-python/hiredis/hiredis-2.0.0-r2.ebuild
index 6714e80ba795..5e6e08f77029 100644
--- a/dev-python/hiredis/hiredis-2.0.0-r2.ebuild
+++ b/dev-python/hiredis/hiredis-2.0.0-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
PYTHON_COMPAT=( python3_{9..11} pypy3 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2023-03-04 21:44 Sven Wegener
0 siblings, 0 replies; 68+ messages in thread
From: Sven Wegener @ 2023-03-04 21:44 UTC (permalink / raw
To: gentoo-commits
commit: 7141f4af1cdfba37db29c65dddea3e9ee444d553
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 20:44:31 2023 +0000
Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 21:44:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7141f4af
dev-python/hiredis: pep517, re-add tests
Bug: https://bugs.gentoo.org/890385
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
dev-python/hiredis/Manifest | 2 +-
.../{hiredis-2.2.2.ebuild => hiredis-2.2.2-r1.ebuild} | 13 ++++++++++++-
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/dev-python/hiredis/Manifest b/dev-python/hiredis/Manifest
index 66bc6690b936..bf1b5ba11125 100644
--- a/dev-python/hiredis/Manifest
+++ b/dev-python/hiredis/Manifest
@@ -1,2 +1,2 @@
DIST hiredis-2.0.0.tar.gz 75807 BLAKE2B dc7535f117c8ecfb2c924fe44a1cba2f02271c544588249de6794ce3aec27f66038ecb9f6364ca87b71f66ba13870a3be192eb79c1f360d2eb6dcb6dcae41caa SHA512 b9a313acdd00676dc046713a81bbf4336959f49f09bd2828997c23ca41259935047c657a4b6f81913715141a75fb6bbe7fc4429c7a5b0f4bc3d5de66b9cfa909
-DIST hiredis-2.2.2.tar.gz 84086 BLAKE2B f8a3b3baceb1b68d87202fe1fdd954d1e2a3320dab93acbe2d6f86a462ca18814c41416f84b8ba306a7c9af18560375e6523025c3b81f3c92e89620c68ed6a7e SHA512 abb6883af0d186f0ada10ebb2128cc31c8e84273b75de762097489b25a28ed4442bf33a9c088152843aadfcb4daaae6ff65a21cf0e5d8a07a60a7e3fac1ab855
+DIST hiredis-2.2.2.gh.tar.gz 18010 BLAKE2B 67ab7c3f0667d3cf33abea58fbe37bcc28beb569f6f3da966f191d00965faa5a835a286172179d6f33f4e0fa81743fa345829f04d9d89350ab1394cc0c168147 SHA512 8a42df63911000cd119da33e7fea25fa1a5244a86016818bcb6c6e12c042b12b00b7272633d85dcf921fd2eba67145e3258c64689be799a0f59766e541139120
diff --git a/dev-python/hiredis/hiredis-2.2.2.ebuild b/dev-python/hiredis/hiredis-2.2.2-r1.ebuild
similarity index 68%
rename from dev-python/hiredis/hiredis-2.2.2.ebuild
rename to dev-python/hiredis/hiredis-2.2.2-r1.ebuild
index c92b75861004..73e4ec6b5e51 100644
--- a/dev-python/hiredis/hiredis-2.2.2.ebuild
+++ b/dev-python/hiredis/hiredis-2.2.2-r1.ebuild
@@ -3,12 +3,14 @@
EAPI=8
+DISTUTILS_USE_PEP517="setuptools"
PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
inherit distutils-r1
DESCRIPTION="Python extension that wraps hiredis"
HOMEPAGE="https://github.com/redis/hiredis-py/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/redis/hiredis-py/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="BSD"
SLOT="0"
@@ -18,9 +20,18 @@ IUSE="system-libs"
DEPEND="system-libs? ( >=dev-libs/hiredis-1.0.0:= )"
RDEPEND="${DEPEND}"
+S="${WORKDIR}"/${PN}-py-${PV}
+
+distutils_enable_tests pytest
+
src_prepare() {
use system-libs && PATCHES+=(
"${FILESDIR}"/${P}-system-libs.patch
)
default
}
+
+python_test() {
+ cd tests
+ epytest --import-mode=append
+}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2023-03-05 8:48 Sven Wegener
0 siblings, 0 replies; 68+ messages in thread
From: Sven Wegener @ 2023-03-05 8:48 UTC (permalink / raw
To: gentoo-commits
commit: 526097ca0a1ced87f2b74068985653f328151268
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 5 08:45:47 2023 +0000
Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sun Mar 5 08:47:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=526097ca
dev-python/hiredis: always build against system hiredis
Closes: https://bugs.gentoo.org/899654
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
dev-python/hiredis/hiredis-2.2.2-r1.ebuild | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/dev-python/hiredis/hiredis-2.2.2-r1.ebuild b/dev-python/hiredis/hiredis-2.2.2-r1.ebuild
index 73e4ec6b5e51..504ba13a0426 100644
--- a/dev-python/hiredis/hiredis-2.2.2-r1.ebuild
+++ b/dev-python/hiredis/hiredis-2.2.2-r1.ebuild
@@ -15,21 +15,18 @@ SRC_URI="https://github.com/redis/hiredis-py/archive/refs/tags/v${PV}.tar.gz ->
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="system-libs"
+IUSE=""
-DEPEND="system-libs? ( >=dev-libs/hiredis-1.0.0:= )"
+DEPEND=">=dev-libs/hiredis-1.0.0:="
RDEPEND="${DEPEND}"
S="${WORKDIR}"/${PN}-py-${PV}
-distutils_enable_tests pytest
+PATCHES=(
+ "${FILESDIR}"/${P}-system-libs.patch
+)
-src_prepare() {
- use system-libs && PATCHES+=(
- "${FILESDIR}"/${P}-system-libs.patch
- )
- default
-}
+distutils_enable_tests pytest
python_test() {
cd tests
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2023-04-05 7:00 Arthur Zamarin
0 siblings, 0 replies; 68+ messages in thread
From: Arthur Zamarin @ 2023-04-05 7:00 UTC (permalink / raw
To: gentoo-commits
commit: eb8ff40ea2363efb778284374f088e9acacc23f6
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 5 07:00:00 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 5 07:00:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb8ff40e
dev-python/hiredis: Stabilize 2.2.2-r1 arm64, #903854
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/hiredis/hiredis-2.2.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-2.2.2-r1.ebuild b/dev-python/hiredis/hiredis-2.2.2-r1.ebuild
index 504ba13a0426..f34e08af8092 100644
--- a/dev-python/hiredis/hiredis-2.2.2-r1.ebuild
+++ b/dev-python/hiredis/hiredis-2.2.2-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/redis/hiredis-py/archive/refs/tags/v${PV}.tar.gz ->
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
IUSE=""
DEPEND=">=dev-libs/hiredis-1.0.0:="
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2023-04-05 7:35 Arthur Zamarin
0 siblings, 0 replies; 68+ messages in thread
From: Arthur Zamarin @ 2023-04-05 7:35 UTC (permalink / raw
To: gentoo-commits
commit: 8766e9d539fadf2c7f31434caf071e38a69ab2ca
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 5 07:35:22 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 5 07:35:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8766e9d5
dev-python/hiredis: Stabilize 2.2.2-r1 amd64, #903854
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/hiredis/hiredis-2.2.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-2.2.2-r1.ebuild b/dev-python/hiredis/hiredis-2.2.2-r1.ebuild
index f34e08af8092..9f13c539e6fb 100644
--- a/dev-python/hiredis/hiredis-2.2.2-r1.ebuild
+++ b/dev-python/hiredis/hiredis-2.2.2-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/redis/hiredis-py/archive/refs/tags/v${PV}.tar.gz ->
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
IUSE=""
DEPEND=">=dev-libs/hiredis-1.0.0:="
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2023-04-05 7:59 Jakov Smolić
0 siblings, 0 replies; 68+ messages in thread
From: Jakov Smolić @ 2023-04-05 7:59 UTC (permalink / raw
To: gentoo-commits
commit: 1062c961db1347ae60eca7d825e7e576a28b230b
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 5 07:59:52 2023 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Apr 5 07:59:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1062c961
dev-python/hiredis: Stabilize 2.2.2-r1 x86, #903854
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-python/hiredis/hiredis-2.2.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-2.2.2-r1.ebuild b/dev-python/hiredis/hiredis-2.2.2-r1.ebuild
index 9f13c539e6fb..9c448dc1ffe6 100644
--- a/dev-python/hiredis/hiredis-2.2.2-r1.ebuild
+++ b/dev-python/hiredis/hiredis-2.2.2-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/redis/hiredis-py/archive/refs/tags/v${PV}.tar.gz ->
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
IUSE=""
DEPEND=">=dev-libs/hiredis-1.0.0:="
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2023-04-05 8:28 Arthur Zamarin
0 siblings, 0 replies; 68+ messages in thread
From: Arthur Zamarin @ 2023-04-05 8:28 UTC (permalink / raw
To: gentoo-commits
commit: b3e3bd86f9df4158997569e5620c1f5ed960815b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 5 08:28:47 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 5 08:28:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e3bd86
dev-python/hiredis: Stabilize 2.2.2-r1 arm, #903854
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/hiredis/hiredis-2.2.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-2.2.2-r1.ebuild b/dev-python/hiredis/hiredis-2.2.2-r1.ebuild
index 9c448dc1ffe6..08c9c7246286 100644
--- a/dev-python/hiredis/hiredis-2.2.2-r1.ebuild
+++ b/dev-python/hiredis/hiredis-2.2.2-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/redis/hiredis-py/archive/refs/tags/v${PV}.tar.gz ->
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
IUSE=""
DEPEND=">=dev-libs/hiredis-1.0.0:="
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2023-05-04 16:17 Michał Górny
0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2023-05-04 16:17 UTC (permalink / raw
To: gentoo-commits
commit: 2d975bf75b27b79561c1aad06ecd24f1c84ba74f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 4 16:13:52 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 4 16:17:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d975bf7
dev-python/hiredis: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/hiredis/hiredis-2.2.2-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/hiredis/hiredis-2.2.2-r1.ebuild b/dev-python/hiredis/hiredis-2.2.2-r1.ebuild
index 08c9c7246286..a4dc2b633736 100644
--- a/dev-python/hiredis/hiredis-2.2.2-r1.ebuild
+++ b/dev-python/hiredis/hiredis-2.2.2-r1.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DISTUTILS_EXT=1
DISTUTILS_USE_PEP517="setuptools"
PYTHON_COMPAT=( python3_{9..11} pypy3 )
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2023-05-08 12:06 Michał Górny
0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2023-05-08 12:06 UTC (permalink / raw
To: gentoo-commits
commit: 59e4c9352fceefedacd7d73aa8415adf36f240e9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 8 12:00:01 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 8 12:05:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59e4c935
dev-python/hiredis: Bump to 2.2.3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/hiredis/Manifest | 1 +
dev-python/hiredis/hiredis-2.2.3.ebuild | 45 +++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/dev-python/hiredis/Manifest b/dev-python/hiredis/Manifest
index cd80c0be9b4b..3238e21d9093 100644
--- a/dev-python/hiredis/Manifest
+++ b/dev-python/hiredis/Manifest
@@ -1 +1,2 @@
DIST hiredis-2.2.2.gh.tar.gz 18010 BLAKE2B 67ab7c3f0667d3cf33abea58fbe37bcc28beb569f6f3da966f191d00965faa5a835a286172179d6f33f4e0fa81743fa345829f04d9d89350ab1394cc0c168147 SHA512 8a42df63911000cd119da33e7fea25fa1a5244a86016818bcb6c6e12c042b12b00b7272633d85dcf921fd2eba67145e3258c64689be799a0f59766e541139120
+DIST hiredis-py-2.2.3.gh.tar.gz 18214 BLAKE2B cdac5e9790c88657c75be721c4dbc91174a0eb38cdd790076b3ec1f009d43c7aef300bfa7381a10061749cb3bec02d4a488e732f550bea4c62893aabfc0c3222 SHA512 e85032869b6bbbc30f991d83d67a710c04998645517b1ddcfd801ff37bd28f0576a5bdc2986f3526f72da8448986714a79b42a0ab1a5cc6b6bab24f3d98fdce9
diff --git a/dev-python/hiredis/hiredis-2.2.3.ebuild b/dev-python/hiredis/hiredis-2.2.3.ebuild
new file mode 100644
index 000000000000..66d53f73f25c
--- /dev/null
+++ b/dev-python/hiredis/hiredis-2.2.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 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_{9..11} pypy3 )
+
+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="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+DEPEND="
+ >=dev-libs/hiredis-1.0.0:=
+"
+RDEPEND="
+ ${DEPEND}
+"
+
+PATCHES=(
+ "${FILESDIR}"/hiredis-2.2.2-system-libs.patch
+)
+
+distutils_enable_tests pytest
+
+python_test() {
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ rm -rf hiredis || die
+ epytest
+}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2023-05-29 12:26 Michał Górny
0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2023-05-29 12:26 UTC (permalink / raw
To: gentoo-commits
commit: 8361c4ddba19c9ec89e955a3565ec1950b65bfac
Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Mon May 29 11:21:51 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 29 12:26:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8361c4dd
dev-python/hiredis: enable py3.12
Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/hiredis/hiredis-2.2.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-2.2.3.ebuild b/dev-python/hiredis/hiredis-2.2.3.ebuild
index 66d53f73f25c..f84862162b67 100644
--- a/dev-python/hiredis/hiredis-2.2.3.ebuild
+++ b/dev-python/hiredis/hiredis-2.2.3.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517="setuptools"
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2023-07-05 5:56 Arthur Zamarin
0 siblings, 0 replies; 68+ messages in thread
From: Arthur Zamarin @ 2023-07-05 5:56 UTC (permalink / raw
To: gentoo-commits
commit: ee275fbc811a0cbfba58a11e99e4b19671f5b0d0
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 5 05:55:54 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 5 05:55:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee275fbc
dev-python/hiredis: Stabilize 2.2.3 arm, #909683
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/hiredis/hiredis-2.2.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-2.2.3.ebuild b/dev-python/hiredis/hiredis-2.2.3.ebuild
index f84862162b67..3b8ff31cef2f 100644
--- a/dev-python/hiredis/hiredis-2.2.3.ebuild
+++ b/dev-python/hiredis/hiredis-2.2.3.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
DEPEND="
>=dev-libs/hiredis-1.0.0:=
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2023-07-07 21:22 Sam James
0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2023-07-07 21:22 UTC (permalink / raw
To: gentoo-commits
commit: 480499f872419bc3a5f8f1e940c7a0f2d1fa8ef3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 21:21:49 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 21:21:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=480499f8
dev-python/hiredis: Stabilize 2.2.3 arm64, #909683
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/hiredis/hiredis-2.2.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-2.2.3.ebuild b/dev-python/hiredis/hiredis-2.2.3.ebuild
index a5309fc1dd63..6a9f11837121 100644
--- a/dev-python/hiredis/hiredis-2.2.3.ebuild
+++ b/dev-python/hiredis/hiredis-2.2.3.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
DEPEND="
>=dev-libs/hiredis-1.0.0:=
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2023-07-08 6:05 Michał Górny
0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2023-07-08 6:05 UTC (permalink / raw
To: gentoo-commits
commit: bff6ba0ef2fa8f75a71aef3b94277a2a1c9447fb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 8 05:09:28 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 8 06:05:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff6ba0e
dev-python/hiredis: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/hiredis/Manifest | 1 -
dev-python/hiredis/hiredis-2.2.2-r1.ebuild | 35 ------------------------------
2 files changed, 36 deletions(-)
diff --git a/dev-python/hiredis/Manifest b/dev-python/hiredis/Manifest
index 3238e21d9093..0407749e23a3 100644
--- a/dev-python/hiredis/Manifest
+++ b/dev-python/hiredis/Manifest
@@ -1,2 +1 @@
-DIST hiredis-2.2.2.gh.tar.gz 18010 BLAKE2B 67ab7c3f0667d3cf33abea58fbe37bcc28beb569f6f3da966f191d00965faa5a835a286172179d6f33f4e0fa81743fa345829f04d9d89350ab1394cc0c168147 SHA512 8a42df63911000cd119da33e7fea25fa1a5244a86016818bcb6c6e12c042b12b00b7272633d85dcf921fd2eba67145e3258c64689be799a0f59766e541139120
DIST hiredis-py-2.2.3.gh.tar.gz 18214 BLAKE2B cdac5e9790c88657c75be721c4dbc91174a0eb38cdd790076b3ec1f009d43c7aef300bfa7381a10061749cb3bec02d4a488e732f550bea4c62893aabfc0c3222 SHA512 e85032869b6bbbc30f991d83d67a710c04998645517b1ddcfd801ff37bd28f0576a5bdc2986f3526f72da8448986714a79b42a0ab1a5cc6b6bab24f3d98fdce9
diff --git a/dev-python/hiredis/hiredis-2.2.2-r1.ebuild b/dev-python/hiredis/hiredis-2.2.2-r1.ebuild
deleted file mode 100644
index a4dc2b633736..000000000000
--- a/dev-python/hiredis/hiredis-2.2.2-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 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_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python extension that wraps hiredis"
-HOMEPAGE="https://github.com/redis/hiredis-py/"
-SRC_URI="https://github.com/redis/hiredis-py/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
-IUSE=""
-
-DEPEND=">=dev-libs/hiredis-1.0.0:="
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/${PN}-py-${PV}
-
-PATCHES=(
- "${FILESDIR}"/${P}-system-libs.patch
-)
-
-distutils_enable_tests pytest
-
-python_test() {
- cd tests
- epytest --import-mode=append
-}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2023-07-15 10:59 Sven Wegener
0 siblings, 0 replies; 68+ messages in thread
From: Sven Wegener @ 2023-07-15 10:59 UTC (permalink / raw
To: gentoo-commits
commit: cdcde3379408c9500d40f991588c33465756dd3a
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 10:56:43 2023 +0000
Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 10:58:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdcde337
dev-python/hiredis: add 2.3.0
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
dev-python/hiredis/Manifest | 1 +
dev-python/hiredis/hiredis-2.3.0.ebuild | 45 +++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/dev-python/hiredis/Manifest b/dev-python/hiredis/Manifest
index 0407749e23a3..a3fb3e85b483 100644
--- a/dev-python/hiredis/Manifest
+++ b/dev-python/hiredis/Manifest
@@ -1 +1,2 @@
DIST hiredis-py-2.2.3.gh.tar.gz 18214 BLAKE2B cdac5e9790c88657c75be721c4dbc91174a0eb38cdd790076b3ec1f009d43c7aef300bfa7381a10061749cb3bec02d4a488e732f550bea4c62893aabfc0c3222 SHA512 e85032869b6bbbc30f991d83d67a710c04998645517b1ddcfd801ff37bd28f0576a5bdc2986f3526f72da8448986714a79b42a0ab1a5cc6b6bab24f3d98fdce9
+DIST hiredis-py-2.3.0.gh.tar.gz 18179 BLAKE2B d87460d3ea75f81f9017a837f44281e7733104e5772ed53dc9471eb18a38b0a9e1298ddb3c78b8d3c5ab7a8e1f71e966bbaa10e06969321e7940b8965ac56b2f SHA512 4e72f71719e9616913e5ed6dc9d2e01ad91d44715231c1eda1a1c6570d75c00be634093712444fc9a86bc6843278ab34c33c7362ffd5b8171f4ff775aaf0c4bd
diff --git a/dev-python/hiredis/hiredis-2.3.0.ebuild b/dev-python/hiredis/hiredis-2.3.0.ebuild
new file mode 100644
index 000000000000..f84862162b67
--- /dev/null
+++ b/dev-python/hiredis/hiredis-2.3.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 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_{10..12} pypy3 )
+
+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="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+DEPEND="
+ >=dev-libs/hiredis-1.0.0:=
+"
+RDEPEND="
+ ${DEPEND}
+"
+
+PATCHES=(
+ "${FILESDIR}"/hiredis-2.2.2-system-libs.patch
+)
+
+distutils_enable_tests pytest
+
+python_test() {
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ rm -rf hiredis || die
+ epytest
+}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2023-08-19 15:56 Arthur Zamarin
0 siblings, 0 replies; 68+ messages in thread
From: Arthur Zamarin @ 2023-08-19 15:56 UTC (permalink / raw
To: gentoo-commits
commit: 66797f3f10368bccc4bcb6a5f5a32ae8b7c1a157
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 15:55:58 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 15:55:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66797f3f
dev-python/hiredis: Stabilize 2.3.0 arm64, #912607
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/hiredis/hiredis-2.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-2.3.0.ebuild b/dev-python/hiredis/hiredis-2.3.0.ebuild
index f84862162b67..0b540d0e1dcf 100644
--- a/dev-python/hiredis/hiredis-2.3.0.ebuild
+++ b/dev-python/hiredis/hiredis-2.3.0.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
DEPEND="
>=dev-libs/hiredis-1.0.0:=
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2023-08-19 16:08 Arthur Zamarin
0 siblings, 0 replies; 68+ messages in thread
From: Arthur Zamarin @ 2023-08-19 16:08 UTC (permalink / raw
To: gentoo-commits
commit: 12b199ecae66459303b833253cec4b5e782ad97e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 16:08:40 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 16:08:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b199ec
dev-python/hiredis: Stabilize 2.3.0 arm, #912607
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/hiredis/hiredis-2.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-2.3.0.ebuild b/dev-python/hiredis/hiredis-2.3.0.ebuild
index 0b540d0e1dcf..054a69176742 100644
--- a/dev-python/hiredis/hiredis-2.3.0.ebuild
+++ b/dev-python/hiredis/hiredis-2.3.0.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
DEPEND="
>=dev-libs/hiredis-1.0.0:=
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2023-08-20 5:43 Sam James
0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2023-08-20 5:43 UTC (permalink / raw
To: gentoo-commits
commit: f78bf1c37bd5216439da67de768fdb6bb5add3be
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 05:42:14 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 05:42:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f78bf1c3
dev-python/hiredis: Stabilize 2.3.0 x86, #912607
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/hiredis/hiredis-2.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-2.3.0.ebuild b/dev-python/hiredis/hiredis-2.3.0.ebuild
index 054a69176742..5ccfee645c3e 100644
--- a/dev-python/hiredis/hiredis-2.3.0.ebuild
+++ b/dev-python/hiredis/hiredis-2.3.0.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
DEPEND="
>=dev-libs/hiredis-1.0.0:=
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2023-08-21 8:59 Michał Górny
0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2023-08-21 8:59 UTC (permalink / raw
To: gentoo-commits
commit: 44debbaa439ee09f39098ec93fecc00a6c1515d9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 21 07:56:02 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 21 08:59:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44debbaa
dev-python/hiredis: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/hiredis/Manifest | 1 -
dev-python/hiredis/hiredis-2.2.3.ebuild | 45 ---------------------------------
2 files changed, 46 deletions(-)
diff --git a/dev-python/hiredis/Manifest b/dev-python/hiredis/Manifest
index a3fb3e85b483..247154493dad 100644
--- a/dev-python/hiredis/Manifest
+++ b/dev-python/hiredis/Manifest
@@ -1,2 +1 @@
-DIST hiredis-py-2.2.3.gh.tar.gz 18214 BLAKE2B cdac5e9790c88657c75be721c4dbc91174a0eb38cdd790076b3ec1f009d43c7aef300bfa7381a10061749cb3bec02d4a488e732f550bea4c62893aabfc0c3222 SHA512 e85032869b6bbbc30f991d83d67a710c04998645517b1ddcfd801ff37bd28f0576a5bdc2986f3526f72da8448986714a79b42a0ab1a5cc6b6bab24f3d98fdce9
DIST hiredis-py-2.3.0.gh.tar.gz 18179 BLAKE2B d87460d3ea75f81f9017a837f44281e7733104e5772ed53dc9471eb18a38b0a9e1298ddb3c78b8d3c5ab7a8e1f71e966bbaa10e06969321e7940b8965ac56b2f SHA512 4e72f71719e9616913e5ed6dc9d2e01ad91d44715231c1eda1a1c6570d75c00be634093712444fc9a86bc6843278ab34c33c7362ffd5b8171f4ff775aaf0c4bd
diff --git a/dev-python/hiredis/hiredis-2.2.3.ebuild b/dev-python/hiredis/hiredis-2.2.3.ebuild
deleted file mode 100644
index 6a9f11837121..000000000000
--- a/dev-python/hiredis/hiredis-2.2.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 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_{10..12} pypy3 )
-
-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="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
-
-DEPEND="
- >=dev-libs/hiredis-1.0.0:=
-"
-RDEPEND="
- ${DEPEND}
-"
-
-PATCHES=(
- "${FILESDIR}"/hiredis-2.2.2-system-libs.patch
-)
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- rm -rf hiredis || die
- epytest
-}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2023-12-17 18:00 Arthur Zamarin
0 siblings, 0 replies; 68+ messages in thread
From: Arthur Zamarin @ 2023-12-17 18:00 UTC (permalink / raw
To: gentoo-commits
commit: 0700968c65cbe02365701a0cf7c9b5d6e5d13f70
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 17:06:52 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 18:00:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0700968c
dev-python/hiredis: add 2.3.2
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/hiredis/Manifest | 1 +
dev-python/hiredis/hiredis-2.3.2.ebuild | 45 +++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/dev-python/hiredis/Manifest b/dev-python/hiredis/Manifest
index 247154493dad..c30088fd18a5 100644
--- a/dev-python/hiredis/Manifest
+++ b/dev-python/hiredis/Manifest
@@ -1 +1,2 @@
DIST hiredis-py-2.3.0.gh.tar.gz 18179 BLAKE2B d87460d3ea75f81f9017a837f44281e7733104e5772ed53dc9471eb18a38b0a9e1298ddb3c78b8d3c5ab7a8e1f71e966bbaa10e06969321e7940b8965ac56b2f SHA512 4e72f71719e9616913e5ed6dc9d2e01ad91d44715231c1eda1a1c6570d75c00be634093712444fc9a86bc6843278ab34c33c7362ffd5b8171f4ff775aaf0c4bd
+DIST hiredis-py-2.3.2.gh.tar.gz 19076 BLAKE2B 4a3e747765f559407b3ad84524bc1040e3a530723b5756320743fc20400bc70e867d48e71696d732a5fa5eb231199cbefb6f487d0b5ece6fc8f6c41f10f3c0d8 SHA512 1a22ab324f9675973c3dc37c55d6dd9cf43fbc161003003a73b2e1dfbb3fed7dcb1433f4fc51045a88cb2735f7c8495b93a819a0a9f6300e05b0cc85160eaace
diff --git a/dev-python/hiredis/hiredis-2.3.2.ebuild b/dev-python/hiredis/hiredis-2.3.2.ebuild
new file mode 100644
index 000000000000..f84862162b67
--- /dev/null
+++ b/dev-python/hiredis/hiredis-2.3.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 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_{10..12} pypy3 )
+
+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="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+DEPEND="
+ >=dev-libs/hiredis-1.0.0:=
+"
+RDEPEND="
+ ${DEPEND}
+"
+
+PATCHES=(
+ "${FILESDIR}"/hiredis-2.2.2-system-libs.patch
+)
+
+distutils_enable_tests pytest
+
+python_test() {
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ rm -rf hiredis || die
+ epytest
+}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2024-01-06 10:16 Michał Górny
0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2024-01-06 10:16 UTC (permalink / raw
To: gentoo-commits
commit: c6ca1fb096cbe95179b4ca33fc356e2adbc34873
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 6 10:16:21 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 6 10:16:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ca1fb0
dev-python/hiredis: Stabilize 2.3.2 amd64, #921443
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/hiredis/hiredis-2.3.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-2.3.2.ebuild b/dev-python/hiredis/hiredis-2.3.2.ebuild
index 7121cb36d38c..2ab428009755 100644
--- a/dev-python/hiredis/hiredis-2.3.2.ebuild
+++ b/dev-python/hiredis/hiredis-2.3.2.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
DEPEND="
>=dev-libs/hiredis-1.0.0:=
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2024-01-06 10:52 Michał Górny
0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2024-01-06 10:52 UTC (permalink / raw
To: gentoo-commits
commit: 0ed0307a53bc5c78304f4e83794f9bb7d6abbb06
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 6 10:52:16 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 6 10:52:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed0307a
dev-python/hiredis: Stabilize 2.3.2 x86, #921443
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/hiredis/hiredis-2.3.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-2.3.2.ebuild b/dev-python/hiredis/hiredis-2.3.2.ebuild
index 2ab428009755..181f00fa3dd0 100644
--- a/dev-python/hiredis/hiredis-2.3.2.ebuild
+++ b/dev-python/hiredis/hiredis-2.3.2.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
DEPEND="
>=dev-libs/hiredis-1.0.0:=
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2024-01-06 10:55 Michał Górny
0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2024-01-06 10:55 UTC (permalink / raw
To: gentoo-commits
commit: cdd7813fa0eee2afb4832edd04e665f63c9194ce
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 6 10:53:02 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 6 10:53:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdd7813f
dev-python/hiredis: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/hiredis/Manifest | 1 -
dev-python/hiredis/hiredis-2.3.0.ebuild | 45 ---------------------------------
2 files changed, 46 deletions(-)
diff --git a/dev-python/hiredis/Manifest b/dev-python/hiredis/Manifest
index c30088fd18a5..6d51028a1b45 100644
--- a/dev-python/hiredis/Manifest
+++ b/dev-python/hiredis/Manifest
@@ -1,2 +1 @@
-DIST hiredis-py-2.3.0.gh.tar.gz 18179 BLAKE2B d87460d3ea75f81f9017a837f44281e7733104e5772ed53dc9471eb18a38b0a9e1298ddb3c78b8d3c5ab7a8e1f71e966bbaa10e06969321e7940b8965ac56b2f SHA512 4e72f71719e9616913e5ed6dc9d2e01ad91d44715231c1eda1a1c6570d75c00be634093712444fc9a86bc6843278ab34c33c7362ffd5b8171f4ff775aaf0c4bd
DIST hiredis-py-2.3.2.gh.tar.gz 19076 BLAKE2B 4a3e747765f559407b3ad84524bc1040e3a530723b5756320743fc20400bc70e867d48e71696d732a5fa5eb231199cbefb6f487d0b5ece6fc8f6c41f10f3c0d8 SHA512 1a22ab324f9675973c3dc37c55d6dd9cf43fbc161003003a73b2e1dfbb3fed7dcb1433f4fc51045a88cb2735f7c8495b93a819a0a9f6300e05b0cc85160eaace
diff --git a/dev-python/hiredis/hiredis-2.3.0.ebuild b/dev-python/hiredis/hiredis-2.3.0.ebuild
deleted file mode 100644
index 6a9f11837121..000000000000
--- a/dev-python/hiredis/hiredis-2.3.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 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_{10..12} pypy3 )
-
-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="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
-
-DEPEND="
- >=dev-libs/hiredis-1.0.0:=
-"
-RDEPEND="
- ${DEPEND}
-"
-
-PATCHES=(
- "${FILESDIR}"/hiredis-2.2.2-system-libs.patch
-)
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- rm -rf hiredis || die
- epytest
-}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2024-05-17 18:24 Michał Górny
0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2024-05-17 18:24 UTC (permalink / raw
To: gentoo-commits
commit: fcb8b0406a1b74073f9b0d018b7a71a358921c3c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 18:21:28 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 17 18:23:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcb8b040
dev-python/hiredis: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/hiredis/hiredis-2.3.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-2.3.2.ebuild b/dev-python/hiredis/hiredis-2.3.2.ebuild
index 181f00fa3dd0..661374875657 100644
--- a/dev-python/hiredis/hiredis-2.3.2.ebuild
+++ b/dev-python/hiredis/hiredis-2.3.2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517="setuptools"
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2024-07-19 19:56 Michał Górny
0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2024-07-19 19:56 UTC (permalink / raw
To: gentoo-commits
commit: 2ba3565294eaa6fec6688c5c753c520d864d9265
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 19 18:38:59 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 19 19:56:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ba35652
dev-python/hiredis: Bump to 3.0.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/hiredis/Manifest | 1 +
dev-python/hiredis/hiredis-3.0.0.ebuild | 45 +++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/dev-python/hiredis/Manifest b/dev-python/hiredis/Manifest
index 5f97ff664c28..9c650e9c85cb 100644
--- a/dev-python/hiredis/Manifest
+++ b/dev-python/hiredis/Manifest
@@ -1,2 +1,3 @@
DIST hiredis-py-2.3.2.gh.tar.gz 19076 BLAKE2B 4a3e747765f559407b3ad84524bc1040e3a530723b5756320743fc20400bc70e867d48e71696d732a5fa5eb231199cbefb6f487d0b5ece6fc8f6c41f10f3c0d8 SHA512 1a22ab324f9675973c3dc37c55d6dd9cf43fbc161003003a73b2e1dfbb3fed7dcb1433f4fc51045a88cb2735f7c8495b93a819a0a9f6300e05b0cc85160eaace
DIST hiredis-py-2.4.0.gh.tar.gz 19076 BLAKE2B a5b047db044801e5dabdd5bcaefb5a89cce472f45baa6a3d590b09014446695ed84baaa46bc4d8a809cc6ffa2a2e219e03b62268ee9f818ef5e9c770cd064591 SHA512 638184fff812cf2c0d0e731be98e22c37c2c07db539ce2ad1e5d45e8f399864bc49e5e26cd0b1fcdf7db9fc776a664f8541229ef00da0b597c4be4f3ab7461cf
+DIST hiredis-py-3.0.0.gh.tar.gz 19055 BLAKE2B 2ad3c185b6a70ebb509e0d34b1a1122784c74ecc843c966620a20d122e05dcb11129dbb7f76a7956081d147881edc2c66264fda1109e6990ef2171f15b339da7 SHA512 64abc15f73eaf65e16b1c3f98c21cf31823ffeb7131b89eeefee9856654c016867903d9a5d8c7ab0bdb24922076a67cb553c4298abcccd69ad0d5ba2d18c8a67
diff --git a/dev-python/hiredis/hiredis-3.0.0.ebuild b/dev-python/hiredis/hiredis-3.0.0.ebuild
new file mode 100644
index 000000000000..a7183e750350
--- /dev/null
+++ b/dev-python/hiredis/hiredis-3.0.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 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_{10..13} pypy3 )
+
+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
+}
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2024-08-03 8:30 Jakov Smolić
0 siblings, 0 replies; 68+ messages in thread
From: Jakov Smolić @ 2024-08-03 8:30 UTC (permalink / raw
To: gentoo-commits
commit: e254ec6893ffca83fbf201f5a16e635f97ef5253
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 3 08:29:34 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Aug 3 08:29:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e254ec68
dev-python/hiredis: Stabilize 3.0.0 amd64, #937172
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-python/hiredis/hiredis-3.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-3.0.0.ebuild b/dev-python/hiredis/hiredis-3.0.0.ebuild
index 16a36ba9473a..9a5252066267 100644
--- a/dev-python/hiredis/hiredis-3.0.0.ebuild
+++ b/dev-python/hiredis/hiredis-3.0.0.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
DEPEND="
>=dev-libs/hiredis-1.0.0:=
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2024-08-03 8:30 Jakov Smolić
0 siblings, 0 replies; 68+ messages in thread
From: Jakov Smolić @ 2024-08-03 8:30 UTC (permalink / raw
To: gentoo-commits
commit: e96625085fb2231a4dd3c820756c3bd43da9f656
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 3 08:29:36 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Aug 3 08:29:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9662508
dev-python/hiredis: Stabilize 3.0.0 x86, #937172
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-python/hiredis/hiredis-3.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-3.0.0.ebuild b/dev-python/hiredis/hiredis-3.0.0.ebuild
index 9a5252066267..fa5f96e0ab37 100644
--- a/dev-python/hiredis/hiredis-3.0.0.ebuild
+++ b/dev-python/hiredis/hiredis-3.0.0.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
DEPEND="
>=dev-libs/hiredis-1.0.0:=
^ permalink raw reply related [flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
@ 2024-08-10 6:43 Michał Górny
0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2024-08-10 6:43 UTC (permalink / raw
To: gentoo-commits
commit: b2842c129bc7d9d1bcd657e243b97b95842a9c03
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 06:42:56 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 06:42:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2842c12
dev-python/hiredis: Stabilize 3.0.0 arm, #937172
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/hiredis/hiredis-3.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hiredis/hiredis-3.0.0.ebuild b/dev-python/hiredis/hiredis-3.0.0.ebuild
index fa5f96e0ab37..f85f0493d578 100644
--- a/dev-python/hiredis/hiredis-3.0.0.ebuild
+++ b/dev-python/hiredis/hiredis-3.0.0.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
DEPEND="
>=dev-libs/hiredis-1.0.0:=
^ permalink raw reply related [flat|nested] 68+ messages in thread
end of thread, other threads:[~2024-08-10 6:43 UTC | newest]
Thread overview: 68+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-05 7:59 [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/ Jakov Smolić
-- strict thread matches above, loose matches on Subject: below --
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: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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox