[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2024-03-23 Thread Michał Górny
commit: a7863dbb15417c388ca5fdad8de2288585e25eea
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 23 11:55:48 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 23 11:55:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7863dbb

dev-python/rq: Remove old

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

 dev-python/rq/Manifest |  2 --
 dev-python/rq/rq-1.15.1.ebuild | 61 --
 dev-python/rq/rq-1.16.0.ebuild | 57 ---
 3 files changed, 120 deletions(-)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index f994bca25d9a..b2a7c1caa6bb 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,3 +1 @@
-DIST rq-1.15.1.gh.tar.gz 633531 BLAKE2B 
e1cf463e54533a1a56fab98a66f4cfe2ef73da48ab965a10066b84050aa1ac72373328246236fbd45bdf3d026ffc355aa117a21047dce1cef16b18c6e96a0f3f
 SHA512 
75228f037c5c731f7788bb18654f2e07a9af39f8980900166e07145887f7cbed06fbd7fb5513a770cee791d07a49d85a544b83f347cce6726d7745f8396e3aac
-DIST rq-1.16.0.tar.gz 627998 BLAKE2B 
cff296147f92d234a29f3e1c0f762bcaf873aabebc3cea816e8a772586e41ca850bba600d1e6e974ebfe1da4286ee4b15a5326cb0fee1a082b7bc632005b3ef5
 SHA512 
8746bed4d9fccd2f74ceb3ba026268f3c7441f278348e2823e6dbaf95326ff396f76564f3622c94440fef4b0a49b5fadc5680b1abdb3cfaacfa1118aa85c8457
 DIST rq-1.16.1.tar.gz 628089 BLAKE2B 
74d57c34f338c8dfe14c921134253618253124fc34b69b78f0526a9c4d08b0d70ed50115658ee275f09b98ca48d7f5334032d81e0e9437184a0d3c4e782645fe
 SHA512 
618f7833724b4bca5509132878d1bb28a25f99299a774709e839ff2b6771e27731330318070f6eb6c4aaced8167aec4ba02a89bf40285a9b16cd04e1935f7428

diff --git a/dev-python/rq/rq-1.15.1.ebuild b/dev-python/rq/rq-1.15.1.ebuild
deleted file mode 100644
index b1958be8a028..
--- a/dev-python/rq/rq-1.15.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple, lightweight library for creating and processing 
background jobs"
-HOMEPAGE="
-   https://python-rq.org/
-   https://github.com/rq/rq/
-   https://pypi.org/project/rq/
-"
-# Tests missing from sdist, as of 1.14.1
-SRC_URI="
-   https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
-   >=dev-python/click-5.0[${PYTHON_USEDEP}]
-   >=dev-python/redis-4.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-db/redis
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/sentry-sdk[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_test() {
-   local redis_pid="${T}"/redis.pid
-   local redis_port=6379
-   local redis_test_config="daemonize yes
-   pidfile ${redis_pid}
-   port ${redis_port}
-   bind 127.0.0.1
-   "
-
-   # Spawn Redis itself for testing purposes
-   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
-   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
-   einfo "Spawning Redis"
-   einfo "NOTE: Port ${redis_port} must be free"
-   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
-
-   # Run the actual tests
-   distutils-r1_src_test
-
-   # Clean up afterwards
-   kill "$(<"${redis_pid}")" || die
-}

diff --git a/dev-python/rq/rq-1.16.0.ebuild b/dev-python/rq/rq-1.16.0.ebuild
deleted file mode 100644
index ac48b2056812..
--- a/dev-python/rq/rq-1.16.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{11..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Simple, lightweight library for creating and processing 
background jobs"
-HOMEPAGE="
-   https://python-rq.org/
-   https://github.com/rq/rq/
-   https://pypi.org/project/rq/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-RDEPEND="
-   >=dev-python/click-5.0[${PYTHON_USEDEP}]
-   >=dev-python/redis-4.5.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-db/redis
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/sentry-sdk[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_test() {
-   local redis_pid="${T}"/redis.pid
-   local redis_port=6379
-   local redis_test_config="daemonize yes
-   pidfile ${redis_pid}
-   port ${redis_port}
-   bind 127.0.0.1
-   "
-
-   # Spawn Redis itself for testing purposes
-   # NOTE: On sam@'s machine, spawning Redis 

[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2024-03-23 Thread Michał Górny
commit: 0cc9fad797115037b943e803912bf251007525d7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 23 11:53:00 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 23 11:53:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc9fad7

dev-python/rq: Stabilize 1.16.1 ALLARCHES, #927608

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

 dev-python/rq/rq-1.16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.16.1.ebuild b/dev-python/rq/rq-1.16.1.ebuild
index ac48b2056812..9ab9863d85e3 100644
--- a/dev-python/rq/rq-1.16.1.ebuild
+++ b/dev-python/rq/rq-1.16.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-python/click-5.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2024-03-08 Thread Michał Górny
commit: e613ffd4ef972f3b1c0ea7a0f321edd96778dbca
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  9 06:02:35 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  9 07:18:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e613ffd4

dev-python/rq: Bump to 1.16.1

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

 dev-python/rq/Manifest |  1 +
 dev-python/rq/rq-1.16.1.ebuild | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index 54952fd9bd41..f994bca25d9a 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,2 +1,3 @@
 DIST rq-1.15.1.gh.tar.gz 633531 BLAKE2B 
e1cf463e54533a1a56fab98a66f4cfe2ef73da48ab965a10066b84050aa1ac72373328246236fbd45bdf3d026ffc355aa117a21047dce1cef16b18c6e96a0f3f
 SHA512 
75228f037c5c731f7788bb18654f2e07a9af39f8980900166e07145887f7cbed06fbd7fb5513a770cee791d07a49d85a544b83f347cce6726d7745f8396e3aac
 DIST rq-1.16.0.tar.gz 627998 BLAKE2B 
cff296147f92d234a29f3e1c0f762bcaf873aabebc3cea816e8a772586e41ca850bba600d1e6e974ebfe1da4286ee4b15a5326cb0fee1a082b7bc632005b3ef5
 SHA512 
8746bed4d9fccd2f74ceb3ba026268f3c7441f278348e2823e6dbaf95326ff396f76564f3622c94440fef4b0a49b5fadc5680b1abdb3cfaacfa1118aa85c8457
+DIST rq-1.16.1.tar.gz 628089 BLAKE2B 
74d57c34f338c8dfe14c921134253618253124fc34b69b78f0526a9c4d08b0d70ed50115658ee275f09b98ca48d7f5334032d81e0e9437184a0d3c4e782645fe
 SHA512 
618f7833724b4bca5509132878d1bb28a25f99299a774709e839ff2b6771e27731330318070f6eb6c4aaced8167aec4ba02a89bf40285a9b16cd04e1935f7428

diff --git a/dev-python/rq/rq-1.16.1.ebuild b/dev-python/rq/rq-1.16.1.ebuild
new file mode 100644
index ..ac48b2056812
--- /dev/null
+++ b/dev-python/rq/rq-1.16.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{11..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Simple, lightweight library for creating and processing 
background jobs"
+HOMEPAGE="
+   https://python-rq.org/
+   https://github.com/rq/rq/
+   https://pypi.org/project/rq/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/click-5.0[${PYTHON_USEDEP}]
+   >=dev-python/redis-4.5.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-db/redis
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/sentry-sdk[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+   local redis_test_config="daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   "
+
+   # Spawn Redis itself for testing purposes
+   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
+   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
+   einfo "Spawning Redis"
+   einfo "NOTE: Port ${redis_port} must be free"
+   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
+
+   # Run the actual tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2024-02-24 Thread Michał Górny
commit: 15efb9cfc033dc55012ac0889b93f7f6d21a17f4
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 25 03:51:20 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 25 04:07:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15efb9cf

dev-python/rq: Bump to 1.16.0

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

 dev-python/rq/Manifest |  1 +
 dev-python/rq/rq-1.16.0.ebuild | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index 22cd23663130..54952fd9bd41 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1 +1,2 @@
 DIST rq-1.15.1.gh.tar.gz 633531 BLAKE2B 
e1cf463e54533a1a56fab98a66f4cfe2ef73da48ab965a10066b84050aa1ac72373328246236fbd45bdf3d026ffc355aa117a21047dce1cef16b18c6e96a0f3f
 SHA512 
75228f037c5c731f7788bb18654f2e07a9af39f8980900166e07145887f7cbed06fbd7fb5513a770cee791d07a49d85a544b83f347cce6726d7745f8396e3aac
+DIST rq-1.16.0.tar.gz 627998 BLAKE2B 
cff296147f92d234a29f3e1c0f762bcaf873aabebc3cea816e8a772586e41ca850bba600d1e6e974ebfe1da4286ee4b15a5326cb0fee1a082b7bc632005b3ef5
 SHA512 
8746bed4d9fccd2f74ceb3ba026268f3c7441f278348e2823e6dbaf95326ff396f76564f3622c94440fef4b0a49b5fadc5680b1abdb3cfaacfa1118aa85c8457

diff --git a/dev-python/rq/rq-1.16.0.ebuild b/dev-python/rq/rq-1.16.0.ebuild
new file mode 100644
index ..ac48b2056812
--- /dev/null
+++ b/dev-python/rq/rq-1.16.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{11..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Simple, lightweight library for creating and processing 
background jobs"
+HOMEPAGE="
+   https://python-rq.org/
+   https://github.com/rq/rq/
+   https://pypi.org/project/rq/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/click-5.0[${PYTHON_USEDEP}]
+   >=dev-python/redis-4.5.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-db/redis
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/sentry-sdk[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+   local redis_test_config="daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   "
+
+   # Spawn Redis itself for testing purposes
+   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
+   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
+   einfo "Spawning Redis"
+   einfo "NOTE: Port ${redis_port} must be free"
+   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
+
+   # Run the actual tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2024-01-10 Thread Petr Vaněk
commit: de2cfa274e02ced8a9ab077618d5e19a34b14f6e
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Jan 10 10:05:04 2024 +
Commit: Petr Vaněk  gentoo  org>
CommitDate: Wed Jan 10 10:16:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2cfa27

dev-python/rq: destabilize 1.15.1 for ~arm

Dropping the stable keyword for arm architecture to prepare for
subsequent destablization of dev-db/redis, which lacks security
stabilization for arm for over a year.

Bug: https://bugs.gentoo.org/915548#c6
Signed-off-by: Petr Vaněk  gentoo.org>

 dev-python/rq/rq-1.15.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/rq/rq-1.15.1.ebuild b/dev-python/rq/rq-1.15.1.ebuild
index 906f2d4678f7..b1958be8a028 100644
--- a/dev-python/rq/rq-1.15.1.ebuild
+++ b/dev-python/rq/rq-1.15.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-python/click-5.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2023-11-05 Thread Michał Górny
commit: 02d0edddedb851ee8e089ae3e3f70f37b88e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov  5 16:01:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov  5 16:27:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d0eddd

dev-python/rq: Enable py3.12

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

 dev-python/rq/rq-1.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.15.1.ebuild b/dev-python/rq/rq-1.15.1.ebuild
index 9a719320744e..906f2d4678f7 100644
--- a/dev-python/rq/rq-1.15.1.ebuild
+++ b/dev-python/rq/rq-1.15.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_11 )
+PYTHON_COMPAT=( python3_{11..12} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2023-07-23 Thread Michał Górny
commit: 60a40b548ef1baa5045c5619e4069e4300c3731e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 03:34:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 03:34:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60a40b54

dev-python/rq: Remove old

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

 dev-python/rq/Manifest  |  1 -
 dev-python/rq/rq-1.15-r1.ebuild | 61 -
 2 files changed, 62 deletions(-)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index 23b91a29ba7a..22cd23663130 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,2 +1 @@
 DIST rq-1.15.1.gh.tar.gz 633531 BLAKE2B 
e1cf463e54533a1a56fab98a66f4cfe2ef73da48ab965a10066b84050aa1ac72373328246236fbd45bdf3d026ffc355aa117a21047dce1cef16b18c6e96a0f3f
 SHA512 
75228f037c5c731f7788bb18654f2e07a9af39f8980900166e07145887f7cbed06fbd7fb5513a770cee791d07a49d85a544b83f347cce6726d7745f8396e3aac
-DIST rq-1.15.gh.tar.gz 633276 BLAKE2B 
885b4ef343924b8f4a88c6c3e93bbed1b62022e72217922e874b8f6be36c3656110037f862bfe27f134d57c41d1b741e5fa23e6ab48fbd787ff08bf628a5e207
 SHA512 
b1c9614b376b74795436333cff6a5bb62795e73d95376e8e18b2472fda3eb720608d495c57e3c2c1b2c237b7fc409602828bea631c1b8905d7df71c74e6c705c

diff --git a/dev-python/rq/rq-1.15-r1.ebuild b/dev-python/rq/rq-1.15-r1.ebuild
deleted file mode 100644
index 9a719320744e..
--- a/dev-python/rq/rq-1.15-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_11 )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple, lightweight library for creating and processing 
background jobs"
-HOMEPAGE="
-   https://python-rq.org/
-   https://github.com/rq/rq/
-   https://pypi.org/project/rq/
-"
-# Tests missing from sdist, as of 1.14.1
-SRC_URI="
-   https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
-   >=dev-python/click-5.0[${PYTHON_USEDEP}]
-   >=dev-python/redis-4.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-db/redis
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/sentry-sdk[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_test() {
-   local redis_pid="${T}"/redis.pid
-   local redis_port=6379
-   local redis_test_config="daemonize yes
-   pidfile ${redis_pid}
-   port ${redis_port}
-   bind 127.0.0.1
-   "
-
-   # Spawn Redis itself for testing purposes
-   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
-   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
-   einfo "Spawning Redis"
-   einfo "NOTE: Port ${redis_port} must be free"
-   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
-
-   # Run the actual tests
-   distutils-r1_src_test
-
-   # Clean up afterwards
-   kill "$(<"${redis_pid}")" || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2023-07-23 Thread Sam James
commit: dfdabfe62523b275bcc003ef5ac99d1b6b7024b5
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 03:22:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 03:22:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfdabfe6

dev-python/rq: Stabilize 1.15.1 ALLARCHES, #910956

Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/rq-1.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.15.1.ebuild b/dev-python/rq/rq-1.15.1.ebuild
index 8c0bd028f82f..9a719320744e 100644
--- a/dev-python/rq/rq-1.15.1.ebuild
+++ b/dev-python/rq/rq-1.15.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-python/click-5.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2023-06-21 Thread Michał Górny
commit: a5c1aedaaf4cc6c4532959a1876c8d7b108a0567
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 22 04:55:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 22 05:08:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5c1aeda

dev-python/rq: Bump to 1.15.1

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

 dev-python/rq/Manifest |  1 +
 dev-python/rq/rq-1.15.1.ebuild | 61 ++
 2 files changed, 62 insertions(+)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index 4151e815827c..23b91a29ba7a 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1 +1,2 @@
+DIST rq-1.15.1.gh.tar.gz 633531 BLAKE2B 
e1cf463e54533a1a56fab98a66f4cfe2ef73da48ab965a10066b84050aa1ac72373328246236fbd45bdf3d026ffc355aa117a21047dce1cef16b18c6e96a0f3f
 SHA512 
75228f037c5c731f7788bb18654f2e07a9af39f8980900166e07145887f7cbed06fbd7fb5513a770cee791d07a49d85a544b83f347cce6726d7745f8396e3aac
 DIST rq-1.15.gh.tar.gz 633276 BLAKE2B 
885b4ef343924b8f4a88c6c3e93bbed1b62022e72217922e874b8f6be36c3656110037f862bfe27f134d57c41d1b741e5fa23e6ab48fbd787ff08bf628a5e207
 SHA512 
b1c9614b376b74795436333cff6a5bb62795e73d95376e8e18b2472fda3eb720608d495c57e3c2c1b2c237b7fc409602828bea631c1b8905d7df71c74e6c705c

diff --git a/dev-python/rq/rq-1.15.1.ebuild b/dev-python/rq/rq-1.15.1.ebuild
new file mode 100644
index ..8c0bd028f82f
--- /dev/null
+++ b/dev-python/rq/rq-1.15.1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_11 )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple, lightweight library for creating and processing 
background jobs"
+HOMEPAGE="
+   https://python-rq.org/
+   https://github.com/rq/rq/
+   https://pypi.org/project/rq/
+"
+# Tests missing from sdist, as of 1.14.1
+SRC_URI="
+   https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/click-5.0[${PYTHON_USEDEP}]
+   >=dev-python/redis-4.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-db/redis
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/sentry-sdk[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+   local redis_test_config="daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   "
+
+   # Spawn Redis itself for testing purposes
+   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
+   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
+   einfo "Spawning Redis"
+   einfo "NOTE: Port ${redis_port} must be free"
+   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
+
+   # Run the actual tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2023-06-01 Thread Michał Górny
commit: 2a7f4abf341e61f2da7f24ff2d2d1c14703e229d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun  1 18:39:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun  1 18:39:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a7f4abf

dev-python/rq: Remove old

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

 dev-python/rq/Manifest |  3 ---
 dev-python/rq/rq-1.13.0.ebuild | 60 -
 dev-python/rq/rq-1.14.1.ebuild | 61 --
 dev-python/rq/rq-1.14.ebuild   | 61 --
 dev-python/rq/rq-1.15.ebuild   | 61 --
 5 files changed, 246 deletions(-)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index dcc13ef44bb9..4151e815827c 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,4 +1 @@
-DIST rq-1.13.0.gh.tar.gz 616679 BLAKE2B 
026914ab01f769797e1f7fabc944b5ccdeb1ce1957c7acc72d067e0bdd113ebb30f0060ea5adbceaac5e69b40e176c09a0b1f216cffb02132772e72151b79986
 SHA512 
6c3b4bb868cae6ffd07718b3f517350eba2effc1b3ae70ef601984cc525ecfb3f82f8569a2b0f333c5f248d3befbe3d4953f5058f8e9cb2f08ce6dadae963902
-DIST rq-1.14.1.gh.tar.gz 628713 BLAKE2B 
fbd0904faa64ea3207636f765e36042ed8ca2f0b3b57c634c3f9a6254cab811725719bb3c3974f9e19f173e4422355119f550c09a7176e1a4fca26cf26bb6e5d
 SHA512 
f75fe944c041fb8dfe9607b480dbf62d72f8715934e014b4c666f19c73123e7062ab0e17190f572b2cdad6a916dbf2190637255af5c1db51b41765d448ad2120
-DIST rq-1.14.gh.tar.gz 627836 BLAKE2B 
4127d6c183826ee84eb290145098b545938cdeca2daf836c08ae49a07265cebfc4eb0dbdd92c640605ce630e37a13184010dd8a6a2a2face5369c00c22fc286c
 SHA512 
5e74a2b57b673ef9333dd1ec3f7f3cecb9c9b2d48d93617dd46de833a6edce213b2488822d77eea9fde42f9949fa5e935be4d8f95f43b29e6c8f0f46593d5ce5
 DIST rq-1.15.gh.tar.gz 633276 BLAKE2B 
885b4ef343924b8f4a88c6c3e93bbed1b62022e72217922e874b8f6be36c3656110037f862bfe27f134d57c41d1b741e5fa23e6ab48fbd787ff08bf628a5e207
 SHA512 
b1c9614b376b74795436333cff6a5bb62795e73d95376e8e18b2472fda3eb720608d495c57e3c2c1b2c237b7fc409602828bea631c1b8905d7df71c74e6c705c

diff --git a/dev-python/rq/rq-1.13.0.ebuild b/dev-python/rq/rq-1.13.0.ebuild
deleted file mode 100644
index 2cb40564e537..
--- a/dev-python/rq/rq-1.13.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
-HOMEPAGE="
-   https://python-rq.org/
-   https://github.com/rq/rq/
-   https://pypi.org/project/rq/
-"
-SRC_URI="
-   https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
-   >=dev-python/click-5.0[${PYTHON_USEDEP}]
-   >=dev-python/redis-3.5.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-db/redis
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/sentry-sdk[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_test() {
-   local redis_pid="${T}"/redis.pid
-   local redis_port=6379
-   local redis_test_config="daemonize yes
-   pidfile ${redis_pid}
-   port ${redis_port}
-   bind 127.0.0.1
-   "
-
-   # Spawn Redis itself for testing purposes
-   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
-   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
-   einfo "Spawning Redis"
-   einfo "NOTE: Port ${redis_port} must be free"
-   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
-
-   # Run the actual tests
-   distutils-r1_src_test
-
-   # Clean up afterwards
-   kill "$(<"${redis_pid}")" || die
-}

diff --git a/dev-python/rq/rq-1.14.1.ebuild b/dev-python/rq/rq-1.14.1.ebuild
deleted file mode 100644
index a7000a2beeb7..
--- a/dev-python/rq/rq-1.14.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple, lightweight library for creating and processing 
background jobs"
-HOMEPAGE="
-   https://python-rq.org/
-   https://github.com/rq/rq/
-   https://pypi.org/project/rq/
-"
-# Tests missing from sdist, as of 1.14.1
-SRC_URI="
-   https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-RDEPEND="
-   >=dev-python/click-5.0[${PYTHON_USEDEP}]
-   >=dev-python/redis-3.5.0[${PYTHON_USEDEP}]
-"

[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2023-06-01 Thread Jakov Smolić
commit: 584b16385123695162f1c7d0e271121c56d1d008
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Jun  1 18:35:15 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Jun  1 18:35:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=584b1638

dev-python/rq: Stabilize 1.15-r1 ALLARCHES, #907660

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/rq/rq-1.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.15-r1.ebuild b/dev-python/rq/rq-1.15-r1.ebuild
index 8c0bd028f82f..9a719320744e 100644
--- a/dev-python/rq/rq-1.15-r1.ebuild
+++ b/dev-python/rq/rq-1.15-r1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-python/click-5.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2023-05-29 Thread Michał Górny
commit: bf9e437d4a417ed8ad7aef17322dbcd043ebf973
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 29 07:00:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 29 07:02:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf9e437d

dev-python/rq: Remove py3.10 due to sentry-sdk losing it

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

 dev-python/rq/rq-1.15-r1.ebuild | 61 +
 1 file changed, 61 insertions(+)

diff --git a/dev-python/rq/rq-1.15-r1.ebuild b/dev-python/rq/rq-1.15-r1.ebuild
new file mode 100644
index ..8c0bd028f82f
--- /dev/null
+++ b/dev-python/rq/rq-1.15-r1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_11 )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple, lightweight library for creating and processing 
background jobs"
+HOMEPAGE="
+   https://python-rq.org/
+   https://github.com/rq/rq/
+   https://pypi.org/project/rq/
+"
+# Tests missing from sdist, as of 1.14.1
+SRC_URI="
+   https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/click-5.0[${PYTHON_USEDEP}]
+   >=dev-python/redis-4.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-db/redis
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/sentry-sdk[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+   local redis_test_config="daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   "
+
+   # Spawn Redis itself for testing purposes
+   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
+   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
+   einfo "Spawning Redis"
+   einfo "NOTE: Port ${redis_port} must be free"
+   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
+
+   # Run the actual tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2023-05-26 Thread Michał Górny
commit: b71b355d48a0fc1993fdbc10441f88efb08de805
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 04:52:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 05:32:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b71b355d

dev-python/rq: Bump to 1.15

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

 dev-python/rq/Manifest   |  1 +
 dev-python/rq/rq-1.15.ebuild | 61 
 2 files changed, 62 insertions(+)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index e26122540200..dcc13ef44bb9 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,3 +1,4 @@
 DIST rq-1.13.0.gh.tar.gz 616679 BLAKE2B 
026914ab01f769797e1f7fabc944b5ccdeb1ce1957c7acc72d067e0bdd113ebb30f0060ea5adbceaac5e69b40e176c09a0b1f216cffb02132772e72151b79986
 SHA512 
6c3b4bb868cae6ffd07718b3f517350eba2effc1b3ae70ef601984cc525ecfb3f82f8569a2b0f333c5f248d3befbe3d4953f5058f8e9cb2f08ce6dadae963902
 DIST rq-1.14.1.gh.tar.gz 628713 BLAKE2B 
fbd0904faa64ea3207636f765e36042ed8ca2f0b3b57c634c3f9a6254cab811725719bb3c3974f9e19f173e4422355119f550c09a7176e1a4fca26cf26bb6e5d
 SHA512 
f75fe944c041fb8dfe9607b480dbf62d72f8715934e014b4c666f19c73123e7062ab0e17190f572b2cdad6a916dbf2190637255af5c1db51b41765d448ad2120
 DIST rq-1.14.gh.tar.gz 627836 BLAKE2B 
4127d6c183826ee84eb290145098b545938cdeca2daf836c08ae49a07265cebfc4eb0dbdd92c640605ce630e37a13184010dd8a6a2a2face5369c00c22fc286c
 SHA512 
5e74a2b57b673ef9333dd1ec3f7f3cecb9c9b2d48d93617dd46de833a6edce213b2488822d77eea9fde42f9949fa5e935be4d8f95f43b29e6c8f0f46593d5ce5
+DIST rq-1.15.gh.tar.gz 633276 BLAKE2B 
885b4ef343924b8f4a88c6c3e93bbed1b62022e72217922e874b8f6be36c3656110037f862bfe27f134d57c41d1b741e5fa23e6ab48fbd787ff08bf628a5e207
 SHA512 
b1c9614b376b74795436333cff6a5bb62795e73d95376e8e18b2472fda3eb720608d495c57e3c2c1b2c237b7fc409602828bea631c1b8905d7df71c74e6c705c

diff --git a/dev-python/rq/rq-1.15.ebuild b/dev-python/rq/rq-1.15.ebuild
new file mode 100644
index ..1ba364f0bdbc
--- /dev/null
+++ b/dev-python/rq/rq-1.15.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple, lightweight library for creating and processing 
background jobs"
+HOMEPAGE="
+   https://python-rq.org/
+   https://github.com/rq/rq/
+   https://pypi.org/project/rq/
+"
+# Tests missing from sdist, as of 1.14.1
+SRC_URI="
+   https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/click-5.0[${PYTHON_USEDEP}]
+   >=dev-python/redis-4.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-db/redis
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/sentry-sdk[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+   local redis_test_config="daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   "
+
+   # Spawn Redis itself for testing purposes
+   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
+   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
+   einfo "Spawning Redis"
+   einfo "NOTE: Port ${redis_port} must be free"
+   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
+
+   # Run the actual tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2023-05-05 Thread Arthur Zamarin
commit: aaa7db388b0682c9e1c0d191fb673ea2354558bc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May  5 17:10:05 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May  5 17:18:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaa7db38

dev-python/rq: add 1.14.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/rq/Manifest |  1 +
 dev-python/rq/rq-1.14.1.ebuild | 61 ++
 2 files changed, 62 insertions(+)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index 2cd1714dd9a4..e26122540200 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,2 +1,3 @@
 DIST rq-1.13.0.gh.tar.gz 616679 BLAKE2B 
026914ab01f769797e1f7fabc944b5ccdeb1ce1957c7acc72d067e0bdd113ebb30f0060ea5adbceaac5e69b40e176c09a0b1f216cffb02132772e72151b79986
 SHA512 
6c3b4bb868cae6ffd07718b3f517350eba2effc1b3ae70ef601984cc525ecfb3f82f8569a2b0f333c5f248d3befbe3d4953f5058f8e9cb2f08ce6dadae963902
+DIST rq-1.14.1.gh.tar.gz 628713 BLAKE2B 
fbd0904faa64ea3207636f765e36042ed8ca2f0b3b57c634c3f9a6254cab811725719bb3c3974f9e19f173e4422355119f550c09a7176e1a4fca26cf26bb6e5d
 SHA512 
f75fe944c041fb8dfe9607b480dbf62d72f8715934e014b4c666f19c73123e7062ab0e17190f572b2cdad6a916dbf2190637255af5c1db51b41765d448ad2120
 DIST rq-1.14.gh.tar.gz 627836 BLAKE2B 
4127d6c183826ee84eb290145098b545938cdeca2daf836c08ae49a07265cebfc4eb0dbdd92c640605ce630e37a13184010dd8a6a2a2face5369c00c22fc286c
 SHA512 
5e74a2b57b673ef9333dd1ec3f7f3cecb9c9b2d48d93617dd46de833a6edce213b2488822d77eea9fde42f9949fa5e935be4d8f95f43b29e6c8f0f46593d5ce5

diff --git a/dev-python/rq/rq-1.14.1.ebuild b/dev-python/rq/rq-1.14.1.ebuild
new file mode 100644
index ..a7000a2beeb7
--- /dev/null
+++ b/dev-python/rq/rq-1.14.1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple, lightweight library for creating and processing 
background jobs"
+HOMEPAGE="
+   https://python-rq.org/
+   https://github.com/rq/rq/
+   https://pypi.org/project/rq/
+"
+# Tests missing from sdist, as of 1.14.1
+SRC_URI="
+   https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/click-5.0[${PYTHON_USEDEP}]
+   >=dev-python/redis-3.5.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-db/redis
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/sentry-sdk[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+   local redis_test_config="daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   "
+
+   # Spawn Redis itself for testing purposes
+   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
+   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
+   einfo "Spawning Redis"
+   einfo "NOTE: Port ${redis_port} must be free"
+   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
+
+   # Run the actual tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2023-05-01 Thread Michał Górny
commit: 3789ecf6b288575856838703cf681a583a0ce51a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 02:50:08 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  2 03:04:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3789ecf6

dev-python/rq: Bump to 1.14

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

 dev-python/rq/Manifest   |  1 +
 dev-python/rq/rq-1.14.ebuild | 61 
 2 files changed, 62 insertions(+)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index 996dd6e4504f..2cd1714dd9a4 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1 +1,2 @@
 DIST rq-1.13.0.gh.tar.gz 616679 BLAKE2B 
026914ab01f769797e1f7fabc944b5ccdeb1ce1957c7acc72d067e0bdd113ebb30f0060ea5adbceaac5e69b40e176c09a0b1f216cffb02132772e72151b79986
 SHA512 
6c3b4bb868cae6ffd07718b3f517350eba2effc1b3ae70ef601984cc525ecfb3f82f8569a2b0f333c5f248d3befbe3d4953f5058f8e9cb2f08ce6dadae963902
+DIST rq-1.14.gh.tar.gz 627836 BLAKE2B 
4127d6c183826ee84eb290145098b545938cdeca2daf836c08ae49a07265cebfc4eb0dbdd92c640605ce630e37a13184010dd8a6a2a2face5369c00c22fc286c
 SHA512 
5e74a2b57b673ef9333dd1ec3f7f3cecb9c9b2d48d93617dd46de833a6edce213b2488822d77eea9fde42f9949fa5e935be4d8f95f43b29e6c8f0f46593d5ce5

diff --git a/dev-python/rq/rq-1.14.ebuild b/dev-python/rq/rq-1.14.ebuild
new file mode 100644
index ..cc319b595838
--- /dev/null
+++ b/dev-python/rq/rq-1.14.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple, lightweight library for creating and processing 
background jobs"
+HOMEPAGE="
+   https://python-rq.org/
+   https://github.com/rq/rq/
+   https://pypi.org/project/rq/
+"
+# Tests missing from sdist, as of 1.13.0
+SRC_URI="
+   https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/click-5.0[${PYTHON_USEDEP}]
+   >=dev-python/redis-3.5.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-db/redis
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/sentry-sdk[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+   local redis_test_config="daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   "
+
+   # Spawn Redis itself for testing purposes
+   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
+   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
+   einfo "Spawning Redis"
+   einfo "NOTE: Port ${redis_port} must be free"
+   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
+
+   # Run the actual tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2023-03-24 Thread Michał Górny
commit: bd8dd1bc4ff0419c5de28264a249deb924fb1c17
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 24 19:54:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 24 19:55:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd8dd1bc

dev-python/rq: Remove old

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

 dev-python/rq/Manifest |  1 -
 dev-python/rq/rq-1.12.0.ebuild | 60 --
 2 files changed, 61 deletions(-)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index 6024937a58cb..996dd6e4504f 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,2 +1 @@
-DIST rq-1.12.0.gh.tar.gz 611434 BLAKE2B 
8e13d7c02a56fe71cb3e492654c124f8b0cdbda298687bfc57b3037ff85a6416d7356125e48ae723225739dd0ef0eab49fbb2ed5b2e424c93d1a177c85f00800
 SHA512 
32d10a96213bd23f21f3dada53771047f9d66a73590a0f1cc0086981f1f9276e0bc9d51b8fd3ba12a140ea71b004c995a82aa6746e1a793374f8fea762602c18
 DIST rq-1.13.0.gh.tar.gz 616679 BLAKE2B 
026914ab01f769797e1f7fabc944b5ccdeb1ce1957c7acc72d067e0bdd113ebb30f0060ea5adbceaac5e69b40e176c09a0b1f216cffb02132772e72151b79986
 SHA512 
6c3b4bb868cae6ffd07718b3f517350eba2effc1b3ae70ef601984cc525ecfb3f82f8569a2b0f333c5f248d3befbe3d4953f5058f8e9cb2f08ce6dadae963902

diff --git a/dev-python/rq/rq-1.12.0.ebuild b/dev-python/rq/rq-1.12.0.ebuild
deleted file mode 100644
index 2cb40564e537..
--- a/dev-python/rq/rq-1.12.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
-HOMEPAGE="
-   https://python-rq.org/
-   https://github.com/rq/rq/
-   https://pypi.org/project/rq/
-"
-SRC_URI="
-   https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
-   >=dev-python/click-5.0[${PYTHON_USEDEP}]
-   >=dev-python/redis-3.5.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-db/redis
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/sentry-sdk[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_test() {
-   local redis_pid="${T}"/redis.pid
-   local redis_port=6379
-   local redis_test_config="daemonize yes
-   pidfile ${redis_pid}
-   port ${redis_port}
-   bind 127.0.0.1
-   "
-
-   # Spawn Redis itself for testing purposes
-   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
-   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
-   einfo "Spawning Redis"
-   einfo "NOTE: Port ${redis_port} must be free"
-   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
-
-   # Run the actual tests
-   distutils-r1_src_test
-
-   # Clean up afterwards
-   kill "$(<"${redis_pid}")" || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2023-03-24 Thread Arthur Zamarin
commit: af62b9d0630a1f7bf9526903399f243dab78f7ce
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 24 19:50:43 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 24 19:50:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af62b9d0

dev-python/rq: Stabilize 1.13.0 ALLARCHES, #902975

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/rq/rq-1.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.13.0.ebuild b/dev-python/rq/rq-1.13.0.ebuild
index 7483126181b1..2cb40564e537 100644
--- a/dev-python/rq/rq-1.13.0.ebuild
+++ b/dev-python/rq/rq-1.13.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-python/click-5.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2023-02-22 Thread Michał Górny
commit: a4c33460367a2af372eeb873e09cff427eaee409
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 23 05:48:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 23 06:18:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4c33460

dev-python/rq: Remove old

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

 dev-python/rq/Manifest |  1 -
 dev-python/rq/rq-1.11.1.ebuild | 60 --
 2 files changed, 61 deletions(-)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index 75ea05c62281..6024937a58cb 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,3 +1,2 @@
-DIST rq-1.11.1.gh.tar.gz 604043 BLAKE2B 
57169a50fe9c2724c4e61a23e4d73d23af6aae241276dac414d2a065675e64bdd1fd35500903e7c276345a0a713a87dc7642894cdb887f019e82606fa668eba3
 SHA512 
ce5a2bf1fb2757d248704461ef9b631443610a11fa1c832e8aad62e68812d478c51e7bbd0d1ed4a9af678d3a9c85067e1cf16547653851ffb8c19e36b97ba945
 DIST rq-1.12.0.gh.tar.gz 611434 BLAKE2B 
8e13d7c02a56fe71cb3e492654c124f8b0cdbda298687bfc57b3037ff85a6416d7356125e48ae723225739dd0ef0eab49fbb2ed5b2e424c93d1a177c85f00800
 SHA512 
32d10a96213bd23f21f3dada53771047f9d66a73590a0f1cc0086981f1f9276e0bc9d51b8fd3ba12a140ea71b004c995a82aa6746e1a793374f8fea762602c18
 DIST rq-1.13.0.gh.tar.gz 616679 BLAKE2B 
026914ab01f769797e1f7fabc944b5ccdeb1ce1957c7acc72d067e0bdd113ebb30f0060ea5adbceaac5e69b40e176c09a0b1f216cffb02132772e72151b79986
 SHA512 
6c3b4bb868cae6ffd07718b3f517350eba2effc1b3ae70ef601984cc525ecfb3f82f8569a2b0f333c5f248d3befbe3d4953f5058f8e9cb2f08ce6dadae963902

diff --git a/dev-python/rq/rq-1.11.1.ebuild b/dev-python/rq/rq-1.11.1.ebuild
deleted file mode 100644
index 2cb40564e537..
--- a/dev-python/rq/rq-1.11.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
-HOMEPAGE="
-   https://python-rq.org/
-   https://github.com/rq/rq/
-   https://pypi.org/project/rq/
-"
-SRC_URI="
-   https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
-   >=dev-python/click-5.0[${PYTHON_USEDEP}]
-   >=dev-python/redis-3.5.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-db/redis
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/sentry-sdk[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_test() {
-   local redis_pid="${T}"/redis.pid
-   local redis_port=6379
-   local redis_test_config="daemonize yes
-   pidfile ${redis_pid}
-   port ${redis_port}
-   bind 127.0.0.1
-   "
-
-   # Spawn Redis itself for testing purposes
-   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
-   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
-   einfo "Spawning Redis"
-   einfo "NOTE: Port ${redis_port} must be free"
-   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
-
-   # Run the actual tests
-   distutils-r1_src_test
-
-   # Clean up afterwards
-   kill "$(<"${redis_pid}")" || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2023-02-22 Thread Arthur Zamarin
commit: b63fa629a498fbb0dcf911303985aedbbec9d96c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Feb 22 20:29:49 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Feb 22 20:29:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b63fa629

dev-python/rq: Stabilize 1.12.0 ALLARCHES, #895920

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/rq/rq-1.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.12.0.ebuild b/dev-python/rq/rq-1.12.0.ebuild
index 7483126181b1..2cb40564e537 100644
--- a/dev-python/rq/rq-1.12.0.ebuild
+++ b/dev-python/rq/rq-1.12.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-python/click-5.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2023-02-19 Thread Michał Górny
commit: 7aaeaa06f1986a0ae58ae11b10183974b7fe67ef
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 20 05:28:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 20 06:23:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aaeaa06

dev-python/rq: Bump to 1.13.0

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

 dev-python/rq/Manifest |  1 +
 dev-python/rq/rq-1.13.0.ebuild | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index 09b2601445f8..75ea05c62281 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,2 +1,3 @@
 DIST rq-1.11.1.gh.tar.gz 604043 BLAKE2B 
57169a50fe9c2724c4e61a23e4d73d23af6aae241276dac414d2a065675e64bdd1fd35500903e7c276345a0a713a87dc7642894cdb887f019e82606fa668eba3
 SHA512 
ce5a2bf1fb2757d248704461ef9b631443610a11fa1c832e8aad62e68812d478c51e7bbd0d1ed4a9af678d3a9c85067e1cf16547653851ffb8c19e36b97ba945
 DIST rq-1.12.0.gh.tar.gz 611434 BLAKE2B 
8e13d7c02a56fe71cb3e492654c124f8b0cdbda298687bfc57b3037ff85a6416d7356125e48ae723225739dd0ef0eab49fbb2ed5b2e424c93d1a177c85f00800
 SHA512 
32d10a96213bd23f21f3dada53771047f9d66a73590a0f1cc0086981f1f9276e0bc9d51b8fd3ba12a140ea71b004c995a82aa6746e1a793374f8fea762602c18
+DIST rq-1.13.0.gh.tar.gz 616679 BLAKE2B 
026914ab01f769797e1f7fabc944b5ccdeb1ce1957c7acc72d067e0bdd113ebb30f0060ea5adbceaac5e69b40e176c09a0b1f216cffb02132772e72151b79986
 SHA512 
6c3b4bb868cae6ffd07718b3f517350eba2effc1b3ae70ef601984cc525ecfb3f82f8569a2b0f333c5f248d3befbe3d4953f5058f8e9cb2f08ce6dadae963902

diff --git a/dev-python/rq/rq-1.13.0.ebuild b/dev-python/rq/rq-1.13.0.ebuild
new file mode 100644
index ..7483126181b1
--- /dev/null
+++ b/dev-python/rq/rq-1.13.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
+HOMEPAGE="
+   https://python-rq.org/
+   https://github.com/rq/rq/
+   https://pypi.org/project/rq/
+"
+SRC_URI="
+   https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/click-5.0[${PYTHON_USEDEP}]
+   >=dev-python/redis-3.5.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-db/redis
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/sentry-sdk[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+   local redis_test_config="daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   "
+
+   # Spawn Redis itself for testing purposes
+   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
+   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
+   einfo "Spawning Redis"
+   einfo "NOTE: Port ${redis_port} must be free"
+   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
+
+   # Run the actual tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2023-01-15 Thread Michał Górny
commit: b0b09b815c7fa40fe7a9ea4376844382189d6ac4
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 16 05:57:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 16 06:10:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b09b81

dev-python/rq: Bump to 1.12.0

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

 dev-python/rq/Manifest |  1 +
 dev-python/rq/rq-1.12.0.ebuild | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index 456a0e1dff59..09b2601445f8 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1 +1,2 @@
 DIST rq-1.11.1.gh.tar.gz 604043 BLAKE2B 
57169a50fe9c2724c4e61a23e4d73d23af6aae241276dac414d2a065675e64bdd1fd35500903e7c276345a0a713a87dc7642894cdb887f019e82606fa668eba3
 SHA512 
ce5a2bf1fb2757d248704461ef9b631443610a11fa1c832e8aad62e68812d478c51e7bbd0d1ed4a9af678d3a9c85067e1cf16547653851ffb8c19e36b97ba945
+DIST rq-1.12.0.gh.tar.gz 611434 BLAKE2B 
8e13d7c02a56fe71cb3e492654c124f8b0cdbda298687bfc57b3037ff85a6416d7356125e48ae723225739dd0ef0eab49fbb2ed5b2e424c93d1a177c85f00800
 SHA512 
32d10a96213bd23f21f3dada53771047f9d66a73590a0f1cc0086981f1f9276e0bc9d51b8fd3ba12a140ea71b004c995a82aa6746e1a793374f8fea762602c18

diff --git a/dev-python/rq/rq-1.12.0.ebuild b/dev-python/rq/rq-1.12.0.ebuild
new file mode 100644
index ..b3eae1948c5a
--- /dev/null
+++ b/dev-python/rq/rq-1.12.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
+HOMEPAGE="
+   https://python-rq.org/
+   https://github.com/rq/rq/
+   https://pypi.org/project/rq/
+"
+SRC_URI="
+   https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/click-5.0[${PYTHON_USEDEP}]
+   >=dev-python/redis-py-3.5.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-db/redis
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/sentry-sdk[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+   local redis_test_config="daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   "
+
+   # Spawn Redis itself for testing purposes
+   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
+   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
+   einfo "Spawning Redis"
+   einfo "NOTE: Port ${redis_port} must be free"
+   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
+
+   # Run the actual tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2023-01-09 Thread Sam James
commit: 2c5915b6eb2d2b671492a5c08d984b98842e0cd9
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 10 02:44:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 10 02:44:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c5915b6

dev-python/rq: enable py3.11

Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/rq-1.11.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/rq/rq-1.11.1.ebuild b/dev-python/rq/rq-1.11.1.ebuild
index 7a6f9ba2000f..c7a3703127c6 100644
--- a/dev-python/rq/rq-1.11.1.ebuild
+++ b/dev-python/rq/rq-1.11.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2022-11-03 Thread Arthur Zamarin
commit: 6421daf66ca88571f5cc14824f08755dd94a5726
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov  3 19:42:38 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov  3 19:42:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6421daf6

dev-python/rq: drop 1.11

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/rq/Manifest   |  1 -
 dev-python/rq/rq-1.11.ebuild | 57 
 2 files changed, 58 deletions(-)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index 13fedf898a0f..456a0e1dff59 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,2 +1 @@
 DIST rq-1.11.1.gh.tar.gz 604043 BLAKE2B 
57169a50fe9c2724c4e61a23e4d73d23af6aae241276dac414d2a065675e64bdd1fd35500903e7c276345a0a713a87dc7642894cdb887f019e82606fa668eba3
 SHA512 
ce5a2bf1fb2757d248704461ef9b631443610a11fa1c832e8aad62e68812d478c51e7bbd0d1ed4a9af678d3a9c85067e1cf16547653851ffb8c19e36b97ba945
-DIST rq-1.11.gh.tar.gz 603425 BLAKE2B 
f6295e1d7ddbe229001076b8ca04f0f8c323eed988a7963449c2240cbc6168d48539297c16e1ce95f7ec2b8824e6f65fc1e026e76a6093e73c06dd1b847d1c5b
 SHA512 
6e208f4c1c8c55f5847843d7933f17d2fae58e2b24cf1461fddba08894a860f8bcb55aac5c6840f2d9223b88538070c414e2e540e9bc846cef05a26b0ef38ffb

diff --git a/dev-python/rq/rq-1.11.ebuild b/dev-python/rq/rq-1.11.ebuild
deleted file mode 100644
index 65c60c770fd8..
--- a/dev-python/rq/rq-1.11.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
-HOMEPAGE="
-   https://python-rq.org/
-   https://github.com/rq/rq/
-"
-SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
-   >=dev-python/click-5.0[${PYTHON_USEDEP}]
-   >=dev-python/redis-py-3.5.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-db/redis
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/sentry-sdk[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_test() {
-   local redis_pid="${T}"/redis.pid
-   local redis_port=6379
-   local redis_test_config="daemonize yes
-   pidfile ${redis_pid}
-   port ${redis_port}
-   bind 127.0.0.1
-   "
-
-   # Spawn Redis itself for testing purposes
-   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
-   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
-   einfo "Spawning Redis"
-   einfo "NOTE: Port ${redis_port} must be free"
-   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
-
-   # Run the actual tests
-   distutils-r1_src_test
-
-   # Clean up afterwards
-   kill "$(<"${redis_pid}")" || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2022-11-03 Thread Arthur Zamarin
commit: 057ac7c107f63d2835b8c4aaf3cdfb80c84c6716
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Nov  3 19:37:47 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Nov  3 19:37:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=057ac7c1

dev-python/rq: Stabilize 1.11.1 ALLARCHES, #879401

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/rq/rq-1.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.11.1.ebuild b/dev-python/rq/rq-1.11.1.ebuild
index f88cc4b6eac4..7a6f9ba2000f 100644
--- a/dev-python/rq/rq-1.11.1.ebuild
+++ b/dev-python/rq/rq-1.11.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-python/click-5.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2022-09-25 Thread Michał Górny
commit: 518c4506c53567370fb8b0d66aee62c7349d00db
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 25 10:46:57 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 25 10:46:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=518c4506

dev-python/rq: Bump to 1.11.1

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

 dev-python/rq/Manifest |  1 +
 dev-python/rq/rq-1.11.1.ebuild | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index f55c1e98a83b..13fedf898a0f 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1 +1,2 @@
+DIST rq-1.11.1.gh.tar.gz 604043 BLAKE2B 
57169a50fe9c2724c4e61a23e4d73d23af6aae241276dac414d2a065675e64bdd1fd35500903e7c276345a0a713a87dc7642894cdb887f019e82606fa668eba3
 SHA512 
ce5a2bf1fb2757d248704461ef9b631443610a11fa1c832e8aad62e68812d478c51e7bbd0d1ed4a9af678d3a9c85067e1cf16547653851ffb8c19e36b97ba945
 DIST rq-1.11.gh.tar.gz 603425 BLAKE2B 
f6295e1d7ddbe229001076b8ca04f0f8c323eed988a7963449c2240cbc6168d48539297c16e1ce95f7ec2b8824e6f65fc1e026e76a6093e73c06dd1b847d1c5b
 SHA512 
6e208f4c1c8c55f5847843d7933f17d2fae58e2b24cf1461fddba08894a860f8bcb55aac5c6840f2d9223b88538070c414e2e540e9bc846cef05a26b0ef38ffb

diff --git a/dev-python/rq/rq-1.11.1.ebuild b/dev-python/rq/rq-1.11.1.ebuild
new file mode 100644
index ..f88cc4b6eac4
--- /dev/null
+++ b/dev-python/rq/rq-1.11.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
+HOMEPAGE="
+   https://python-rq.org/
+   https://github.com/rq/rq/
+   https://pypi.org/project/rq/
+"
+SRC_URI="
+   https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/click-5.0[${PYTHON_USEDEP}]
+   >=dev-python/redis-py-3.5.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-db/redis
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/sentry-sdk[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+   local redis_test_config="daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   "
+
+   # Spawn Redis itself for testing purposes
+   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
+   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
+   einfo "Spawning Redis"
+   einfo "NOTE: Port ${redis_port} must be free"
+   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
+
+   # Run the actual tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2022-09-06 Thread Michał Górny
commit: b2562f49cafd907403571586b911a38a15495de5
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  6 20:32:38 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  6 20:32:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2562f49

dev-python/rq: Remove old

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

 dev-python/rq/Manifest|  1 -
 dev-python/rq/rq-1.10.1-r2.ebuild | 58 ---
 2 files changed, 59 deletions(-)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index bfa2f9d0f1d4..f55c1e98a83b 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,2 +1 @@
-DIST rq-1.10.1.tar.gz 599678 BLAKE2B 
0673ca0eea69c3f86e50f5609a9c4ed2c2d93d331479510365a744461a5d878e6de6a9683356562754a25760f8ba1d8a65f6d5acfe878e488a70c54dc0bb5b54
 SHA512 
1a12bd5db27eb3f9303b2f3465c2f22092f7eebfabfc1e6aa7f65de7ea139df3833f9bbdc7061de564b2418608641b3755993bb918efbf93b04df67ca942ea09
 DIST rq-1.11.gh.tar.gz 603425 BLAKE2B 
f6295e1d7ddbe229001076b8ca04f0f8c323eed988a7963449c2240cbc6168d48539297c16e1ce95f7ec2b8824e6f65fc1e026e76a6093e73c06dd1b847d1c5b
 SHA512 
6e208f4c1c8c55f5847843d7933f17d2fae58e2b24cf1461fddba08894a860f8bcb55aac5c6840f2d9223b88538070c414e2e540e9bc846cef05a26b0ef38ffb

diff --git a/dev-python/rq/rq-1.10.1-r2.ebuild 
b/dev-python/rq/rq-1.10.1-r2.ebuild
deleted file mode 100644
index 4eb54ea3094c..
--- a/dev-python/rq/rq-1.10.1-r2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
-HOMEPAGE="
-   https://python-rq.org/
-   https://github.com/rq/rq/
-"
-SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
-   >=dev-python/click-5.0[${PYTHON_USEDEP}]
-   >=dev-python/redis-py-3.5.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-db/redis
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/sentry-sdk[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_test() {
-   local redis_pid="${T}"/redis.pid
-   local redis_port=6379
-   local redis_test_config="daemonize yes
-   pidfile ${redis_pid}
-   port ${redis_port}
-   bind 127.0.0.1
-   "
-
-   # Spawn Redis itself for testing purposes
-   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
-   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
-   einfo "Spawning Redis"
-   einfo "NOTE: Port ${redis_port} must be free"
-   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
-
-   # Run the actual tests
-   distutils-r1_src_test
-
-   # Clean up afterwards
-   kill "$(<"${redis_pid}")" || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2022-09-06 Thread Arthur Zamarin
commit: 78a04e9c159bf1bd25e522b985eac2a45e1615f0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  6 18:57:18 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  6 18:57:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a04e9c

dev-python/rq: Stabilize 1.11 ALLARCHES, #868819

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/rq/rq-1.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.11.ebuild b/dev-python/rq/rq-1.11.ebuild
index 6af76a6a12d6..65c60c770fd8 100644
--- a/dev-python/rq/rq-1.11.ebuild
+++ b/dev-python/rq/rq-1.11.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-python/click-5.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2022-07-31 Thread Arthur Zamarin
commit: 88fec281bb808375772f1b8f7880501bba93b4b9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul 31 18:11:50 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul 31 18:20:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88fec281

dev-python/rq: add 1.11

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/rq/Manifest   |  1 +
 dev-python/rq/rq-1.11.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index 3da3881c9a51..bfa2f9d0f1d4 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1 +1,2 @@
 DIST rq-1.10.1.tar.gz 599678 BLAKE2B 
0673ca0eea69c3f86e50f5609a9c4ed2c2d93d331479510365a744461a5d878e6de6a9683356562754a25760f8ba1d8a65f6d5acfe878e488a70c54dc0bb5b54
 SHA512 
1a12bd5db27eb3f9303b2f3465c2f22092f7eebfabfc1e6aa7f65de7ea139df3833f9bbdc7061de564b2418608641b3755993bb918efbf93b04df67ca942ea09
+DIST rq-1.11.gh.tar.gz 603425 BLAKE2B 
f6295e1d7ddbe229001076b8ca04f0f8c323eed988a7963449c2240cbc6168d48539297c16e1ce95f7ec2b8824e6f65fc1e026e76a6093e73c06dd1b847d1c5b
 SHA512 
6e208f4c1c8c55f5847843d7933f17d2fae58e2b24cf1461fddba08894a860f8bcb55aac5c6840f2d9223b88538070c414e2e540e9bc846cef05a26b0ef38ffb

diff --git a/dev-python/rq/rq-1.11.ebuild b/dev-python/rq/rq-1.11.ebuild
new file mode 100644
index ..6af76a6a12d6
--- /dev/null
+++ b/dev-python/rq/rq-1.11.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
+HOMEPAGE="
+   https://python-rq.org/
+   https://github.com/rq/rq/
+"
+SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/click-5.0[${PYTHON_USEDEP}]
+   >=dev-python/redis-py-3.5.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-db/redis
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/sentry-sdk[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+   local redis_test_config="daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   "
+
+   # Spawn Redis itself for testing purposes
+   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
+   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
+   einfo "Spawning Redis"
+   einfo "NOTE: Port ${redis_port} must be free"
+   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
+
+   # Run the actual tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2022-06-09 Thread Michał Górny
commit: 963574c83bd8dc8059949839e2656466276e92d7
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 10 04:13:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 10 04:13:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=963574c8

dev-python/rq: Remove old

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

 dev-python/rq/rq-1.10.1-r1.ebuild | 53 ---
 1 file changed, 53 deletions(-)

diff --git a/dev-python/rq/rq-1.10.1-r1.ebuild 
b/dev-python/rq/rq-1.10.1-r1.ebuild
deleted file mode 100644
index 54138db11b8a..
--- a/dev-python/rq/rq-1.10.1-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
-HOMEPAGE="https://python-rq.org https://github.com/rq/rq;
-SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
-   >=dev-python/click-5.0[${PYTHON_USEDEP}]
-   >=dev-python/redis-py-3.5.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-db/redis
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/sentry-sdk[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests --install pytest
-
-src_test() {
-   local redis_pid="${T}"/redis.pid
-   local redis_port=6379
-   local redis_test_config="daemonize yes
-   pidfile ${redis_pid}
-   port ${redis_port}
-   bind 127.0.0.1
-   "
-
-   # Spawn Redis itself for testing purposes
-   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
-   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
-   einfo "Spawning Redis"
-   einfo "NOTE: Port ${redis_port} must be free"
-   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
-
-   # Run the actual tests
-   distutils-r1_src_test
-
-   # Clean up afterwards
-   kill "$(<"${redis_pid}")" || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2022-06-09 Thread Sam James
commit: 93a7347606730599e05c87061eced07d9c2097e9
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:08:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:08:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a73476

dev-python/rq: Stabilize 1.10.1-r2 ALLARCHES, #850868

Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/rq-1.10.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.10.1-r2.ebuild 
b/dev-python/rq/rq-1.10.1-r2.ebuild
index 92f33b0d0ce2..4eb54ea3094c 100644
--- a/dev-python/rq/rq-1.10.1-r2.ebuild
+++ b/dev-python/rq/rq-1.10.1-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-python/click-5.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2022-05-08 Thread Michał Górny
commit: bc7e53074c66588c4fe918ea5ba036189bbf42df
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May  8 08:36:00 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  8 08:47:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc7e5307

dev-python/rq: Use PEP517 build

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

 dev-python/rq/rq-1.10.1-r2.ebuild | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-python/rq/rq-1.10.1-r2.ebuild 
b/dev-python/rq/rq-1.10.1-r2.ebuild
index 881f7c8bbe31..92f33b0d0ce2 100644
--- a/dev-python/rq/rq-1.10.1-r2.ebuild
+++ b/dev-python/rq/rq-1.10.1-r2.ebuild
@@ -3,11 +3,16 @@
 
 EAPI=8
 
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..10} )
+
 inherit distutils-r1
 
 DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
-HOMEPAGE="https://python-rq.org https://github.com/rq/rq;
+HOMEPAGE="
+   https://python-rq.org/
+   https://github.com/rq/rq/
+"
 SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
@@ -27,7 +32,7 @@ BDEPEND="
)
 "
 
-distutils_enable_tests --install pytest
+distutils_enable_tests pytest
 
 src_test() {
local redis_pid="${T}"/redis.pid



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2022-05-08 Thread Michał Górny
commit: 05baff1a57bb631c5242eed31e270a66a64d28a2
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May  8 08:35:34 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  8 08:47:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05baff1a

dev-python/rq: Remove py3.8 due to sentry-sdk losing it

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

 dev-python/rq/rq-1.10.1-r2.ebuild | 53 +++
 1 file changed, 53 insertions(+)

diff --git a/dev-python/rq/rq-1.10.1-r2.ebuild 
b/dev-python/rq/rq-1.10.1-r2.ebuild
new file mode 100644
index ..881f7c8bbe31
--- /dev/null
+++ b/dev-python/rq/rq-1.10.1-r2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..10} )
+inherit distutils-r1
+
+DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
+HOMEPAGE="https://python-rq.org https://github.com/rq/rq;
+SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/click-5.0[${PYTHON_USEDEP}]
+   >=dev-python/redis-py-3.5.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-db/redis
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/sentry-sdk[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests --install pytest
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+   local redis_test_config="daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   "
+
+   # Spawn Redis itself for testing purposes
+   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
+   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
+   einfo "Spawning Redis"
+   einfo "NOTE: Port ${redis_port} must be free"
+   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
+
+   # Run the actual tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2022-03-08 Thread Jakov Smolić
commit: 802c315c4f958d953db57c7ed4ef686d70fdd374
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Mar  8 17:11:10 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Mar  8 17:11:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=802c315c

dev-python/rq: Keyword 1.10.1-r1 riscv, #834786

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/rq/rq-1.10.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.10.1-r1.ebuild 
b/dev-python/rq/rq-1.10.1-r1.ebuild
index 5ab31813a9dd..54138db11b8a 100644
--- a/dev-python/rq/rq-1.10.1-r1.ebuild
+++ b/dev-python/rq/rq-1.10.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-python/click-5.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2022-02-13 Thread Michał Górny
commit: 885bb0d2aecc3fd972fac794a18c0535e95a1eeb
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 13 21:34:08 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 13 22:08:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=885bb0d2

dev-python/rq: Remove old

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

 dev-python/rq/rq-1.10.1.ebuild | 53 --
 1 file changed, 53 deletions(-)

diff --git a/dev-python/rq/rq-1.10.1.ebuild b/dev-python/rq/rq-1.10.1.ebuild
deleted file mode 100644
index 0bba3322abb6..
--- a/dev-python/rq/rq-1.10.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1
-
-DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
-HOMEPAGE="https://python-rq.org https://github.com/rq/rq;
-SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
-
-RDEPEND="
-   >=dev-python/click-5.0[${PYTHON_USEDEP}]
-   >=dev-python/redis-py-3.5.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-db/redis
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/sentry-sdk[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests --install pytest
-
-src_test() {
-   local redis_pid="${T}"/redis.pid
-   local redis_port=6379
-   local redis_test_config="daemonize yes
-   pidfile ${redis_pid}
-   port ${redis_port}
-   bind 127.0.0.1
-   "
-
-   # Spawn Redis itself for testing purposes
-   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
-   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
-   elog "Spawning Redis"
-   elog "NOTE: Port ${redis_port} must be free"
-   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
-
-   # Run the actual tests
-   distutils-r1_src_test
-
-   # Clean up afterwards
-   kill "$(<"${redis_pid}")" || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2022-02-13 Thread Jakov Smolić
commit: ef91db547faf8c3670f48417acfaec3a0df80572
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Feb 13 20:52:01 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Feb 13 20:52:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef91db54

dev-python/rq: Stabilize 1.10.1-r1 ALLARCHES, #833039

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/rq/rq-1.10.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.10.1-r1.ebuild 
b/dev-python/rq/rq-1.10.1-r1.ebuild
index ec467b29af9a..5ab31813a9dd 100644
--- a/dev-python/rq/rq-1.10.1-r1.ebuild
+++ b/dev-python/rq/rq-1.10.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
>=dev-python/click-5.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2022-01-10 Thread Arthur Zamarin
commit: 19dfd10dbb36fdf8d766ba2c5750bd754e752983
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Jan 10 20:39:05 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Jan 10 20:39:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19dfd10d

dev-python/rq: enable py3.10

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/rq/rq-1.10.1-r1.ebuild | 53 +++
 1 file changed, 53 insertions(+)

diff --git a/dev-python/rq/rq-1.10.1-r1.ebuild 
b/dev-python/rq/rq-1.10.1-r1.ebuild
new file mode 100644
index ..ec467b29af9a
--- /dev/null
+++ b/dev-python/rq/rq-1.10.1-r1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
+HOMEPAGE="https://python-rq.org https://github.com/rq/rq;
+SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/click-5.0[${PYTHON_USEDEP}]
+   >=dev-python/redis-py-3.5.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-db/redis
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/sentry-sdk[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests --install pytest
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+   local redis_test_config="daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   "
+
+   # Spawn Redis itself for testing purposes
+   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
+   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
+   einfo "Spawning Redis"
+   einfo "NOTE: Port ${redis_port} must be free"
+   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
+
+   # Run the actual tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2022-01-08 Thread Michał Górny
commit: 2e864de4b086b1cb5c97af303d834f8a322cd79a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  8 13:31:54 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  8 13:35:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e864de4

dev-python/rq: Remove old

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

 dev-python/rq/Manifest   |  1 -
 dev-python/rq/rq-1.10.ebuild | 53 
 2 files changed, 54 deletions(-)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index 500022809a50..3da3881c9a51 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,2 +1 @@
 DIST rq-1.10.1.tar.gz 599678 BLAKE2B 
0673ca0eea69c3f86e50f5609a9c4ed2c2d93d331479510365a744461a5d878e6de6a9683356562754a25760f8ba1d8a65f6d5acfe878e488a70c54dc0bb5b54
 SHA512 
1a12bd5db27eb3f9303b2f3465c2f22092f7eebfabfc1e6aa7f65de7ea139df3833f9bbdc7061de564b2418608641b3755993bb918efbf93b04df67ca942ea09
-DIST rq-1.10.tar.gz 598643 BLAKE2B 
503c2e45d134434373eb89ce205dc1a82f16e0281c1f872046d51538b3352b0ffeeef72f64991d093f271c276c1a8a3be92fdda4d7db3e083549f69ea7a04560
 SHA512 
7e2de3e36309eb3c095d34c28d9cba340d0699b8b4b457491d12420bfc1370e0336dc10f4f1115e83ac0ea8884500750895417f8b5c2090105d3c9e32d1b5bec

diff --git a/dev-python/rq/rq-1.10.ebuild b/dev-python/rq/rq-1.10.ebuild
deleted file mode 100644
index c21155fc3464..
--- a/dev-python/rq/rq-1.10.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1
-
-DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
-HOMEPAGE="https://python-rq.org https://github.com/rq/rq;
-SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
-
-RDEPEND="
-   >=dev-python/click-5.0[${PYTHON_USEDEP}]
-   >=dev-python/redis-py-3.5.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-db/redis
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/sentry-sdk[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests --install pytest
-
-src_test() {
-   local redis_pid="${T}"/redis.pid
-   local redis_port=6379
-   local redis_test_config="daemonize yes
-   pidfile ${redis_pid}
-   port ${redis_port}
-   bind 127.0.0.1
-   "
-
-   # Spawn Redis itself for testing purposes
-   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
-   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
-   elog "Spawning Redis"
-   elog "NOTE: Port ${redis_port} must be free"
-   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
-
-   # Run the actual tests
-   distutils-r1_src_test
-
-   # Clean up afterwards
-   kill "$(<"${redis_pid}")" || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2022-01-08 Thread Arthur Zamarin
commit: 7eea930da6aede139642154a87b98f953fc2e6bb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan  8 13:30:30 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan  8 13:30:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eea930d

dev-python/rq: Stabilize 1.10.1 ALLARCHES, #830781

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/rq/rq-1.10.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/rq/rq-1.10.1.ebuild b/dev-python/rq/rq-1.10.1.ebuild
index 165a441d99e5..0bba3322abb6 100644
--- a/dev-python/rq/rq-1.10.1.ebuild
+++ b/dev-python/rq/rq-1.10.1.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=8
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
>=dev-python/click-5.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2021-12-07 Thread Michał Górny
commit: 7d36f0dcfd9c6cc9557eb2b0e3260827d154d946
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec  7 22:31:03 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec  7 23:27:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d36f0dc

dev-python/rq: Bump to 1.10.1

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

 dev-python/rq/Manifest |  1 +
 dev-python/rq/rq-1.10.1.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index 23ae4a531bfc..500022809a50 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1 +1,2 @@
+DIST rq-1.10.1.tar.gz 599678 BLAKE2B 
0673ca0eea69c3f86e50f5609a9c4ed2c2d93d331479510365a744461a5d878e6de6a9683356562754a25760f8ba1d8a65f6d5acfe878e488a70c54dc0bb5b54
 SHA512 
1a12bd5db27eb3f9303b2f3465c2f22092f7eebfabfc1e6aa7f65de7ea139df3833f9bbdc7061de564b2418608641b3755993bb918efbf93b04df67ca942ea09
 DIST rq-1.10.tar.gz 598643 BLAKE2B 
503c2e45d134434373eb89ce205dc1a82f16e0281c1f872046d51538b3352b0ffeeef72f64991d093f271c276c1a8a3be92fdda4d7db3e083549f69ea7a04560
 SHA512 
7e2de3e36309eb3c095d34c28d9cba340d0699b8b4b457491d12420bfc1370e0336dc10f4f1115e83ac0ea8884500750895417f8b5c2090105d3c9e32d1b5bec

diff --git a/dev-python/rq/rq-1.10.1.ebuild b/dev-python/rq/rq-1.10.1.ebuild
new file mode 100644
index ..165a441d99e5
--- /dev/null
+++ b/dev-python/rq/rq-1.10.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+inherit distutils-r1
+
+DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
+HOMEPAGE="https://python-rq.org https://github.com/rq/rq;
+SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/click-5.0[${PYTHON_USEDEP}]
+   >=dev-python/redis-py-3.5.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-db/redis
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/sentry-sdk[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests --install pytest
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+   local redis_test_config="daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   "
+
+   # Spawn Redis itself for testing purposes
+   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
+   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
+   elog "Spawning Redis"
+   elog "NOTE: Port ${redis_port} must be free"
+   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
+
+   # Run the actual tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2021-10-12 Thread Michał Górny
commit: 974860e38940a1c265cfa741e85af95a6628ff42
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 12 07:25:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 12 08:23:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=974860e3

dev-python/rq: Remove old

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

 dev-python/rq/Manifest|  1 -
 dev-python/rq/rq-1.9.0.ebuild | 53 ---
 2 files changed, 54 deletions(-)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index 39dbceebd31..23ae4a531bf 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,2 +1 @@
 DIST rq-1.10.tar.gz 598643 BLAKE2B 
503c2e45d134434373eb89ce205dc1a82f16e0281c1f872046d51538b3352b0ffeeef72f64991d093f271c276c1a8a3be92fdda4d7db3e083549f69ea7a04560
 SHA512 
7e2de3e36309eb3c095d34c28d9cba340d0699b8b4b457491d12420bfc1370e0336dc10f4f1115e83ac0ea8884500750895417f8b5c2090105d3c9e32d1b5bec
-DIST rq-1.9.0.tar.gz 592217 BLAKE2B 
831fbc7a3fe23ead59041e2556d37e4aa885a21bffa9aeeb0765382e84b56a2ee6d34a864cb03a9a12274c8ac80b714f10a7752d0bae7a79b8e2e7149be4aea7
 SHA512 
a2ec7b05fe1dda983cfb30182401c6e5367c54b7649ddcb1d3c6d0f0a5f6583665b39ed7c1cb6bc37d067926f089e3fd80ea7558856233edc1bca8234aa728aa

diff --git a/dev-python/rq/rq-1.9.0.ebuild b/dev-python/rq/rq-1.9.0.ebuild
deleted file mode 100644
index 2e4b2930dc9..000
--- a/dev-python/rq/rq-1.9.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1
-
-DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
-HOMEPAGE="https://python-rq.org https://github.com/rq/rq;
-SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
-
-RDEPEND="
-   >=dev-python/click-5.0[${PYTHON_USEDEP}]
-   >=dev-python/redis-py-3.5.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-db/redis
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/sentry-sdk[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests --install pytest
-
-src_test() {
-   local redis_pid="${T}"/redis.pid
-   local redis_port=6379
-   local redis_test_config="daemonize yes
-   pidfile ${redis_pid}
-   port ${redis_port}
-   bind 127.0.0.1
-   "
-
-   # Spawn Redis itself for testing purposes
-   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
-   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
-   elog "Spawning Redis"
-   elog "NOTE: Port ${redis_port} must be free"
-   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
-
-   # Run the actual tests
-   distutils-r1_src_test
-
-   # Clean up afterwards
-   kill "$(<"${redis_pid}")" || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2021-10-12 Thread Agostino Sarubbo
commit: 9bf25e2b1c1b5b4b4347ead7142926c505d84195
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 12 07:09:30 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 12 07:10:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf25e2b

dev-python/rq: amd64/arm64/arm/x86 stable (ALLARCHES policy) wrt bug #817677

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/rq/rq-1.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.10.ebuild b/dev-python/rq/rq-1.10.ebuild
index 165a441d99e..c21155fc346 100644
--- a/dev-python/rq/rq-1.10.ebuild
+++ b/dev-python/rq/rq-1.10.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
>=dev-python/click-5.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2021-09-10 Thread Michał Górny
commit: d6ce36e3b2c4e22eef4ad05f95b32abfd87c1271
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 10 06:24:45 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 10 07:14:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6ce36e3

dev-python/rq: Bump to 1.10 (or 1.10.0)

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

 dev-python/rq/Manifest   |  1 +
 dev-python/rq/rq-1.10.ebuild | 53 
 2 files changed, 54 insertions(+)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index 8db098b7654..39dbceebd31 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1 +1,2 @@
+DIST rq-1.10.tar.gz 598643 BLAKE2B 
503c2e45d134434373eb89ce205dc1a82f16e0281c1f872046d51538b3352b0ffeeef72f64991d093f271c276c1a8a3be92fdda4d7db3e083549f69ea7a04560
 SHA512 
7e2de3e36309eb3c095d34c28d9cba340d0699b8b4b457491d12420bfc1370e0336dc10f4f1115e83ac0ea8884500750895417f8b5c2090105d3c9e32d1b5bec
 DIST rq-1.9.0.tar.gz 592217 BLAKE2B 
831fbc7a3fe23ead59041e2556d37e4aa885a21bffa9aeeb0765382e84b56a2ee6d34a864cb03a9a12274c8ac80b714f10a7752d0bae7a79b8e2e7149be4aea7
 SHA512 
a2ec7b05fe1dda983cfb30182401c6e5367c54b7649ddcb1d3c6d0f0a5f6583665b39ed7c1cb6bc37d067926f089e3fd80ea7558856233edc1bca8234aa728aa

diff --git a/dev-python/rq/rq-1.10.ebuild b/dev-python/rq/rq-1.10.ebuild
new file mode 100644
index 000..165a441d99e
--- /dev/null
+++ b/dev-python/rq/rq-1.10.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+inherit distutils-r1
+
+DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
+HOMEPAGE="https://python-rq.org https://github.com/rq/rq;
+SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/click-5.0[${PYTHON_USEDEP}]
+   >=dev-python/redis-py-3.5.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-db/redis
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/sentry-sdk[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests --install pytest
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+   local redis_test_config="daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   "
+
+   # Spawn Redis itself for testing purposes
+   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
+   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
+   elog "Spawning Redis"
+   elog "NOTE: Port ${redis_port} must be free"
+   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
+
+   # Run the actual tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2021-08-03 Thread Michał Górny
commit: 08ca1d848c06522e73be40eef7d3910a603c296c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug  3 11:11:27 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug  3 11:13:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08ca1d84

dev-python/rq: Remove old

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

 dev-python/rq/Manifest|  1 -
 dev-python/rq/rq-1.8.1.ebuild | 53 ---
 2 files changed, 54 deletions(-)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index 3f2c9ad7577..8db098b7654 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,2 +1 @@
-DIST rq-1.8.1.tar.gz 585211 BLAKE2B 
17feb07cb376c5aef88a7aab6d716f58a19f62f19db6c6b0490b4f666981e40304c6a23c88669a0aef9b75a39ce8cb85a9b10a2d42e83e646cdcb6282167d8f9
 SHA512 
b9df7b4e894a5da693827ff720be3068336d82d2f17928faf5ae6133b042ac2f98a3d673bb2ed86c9351479669e9ef0e4fffcb1dba9b8853f6f793db4a4678f8
 DIST rq-1.9.0.tar.gz 592217 BLAKE2B 
831fbc7a3fe23ead59041e2556d37e4aa885a21bffa9aeeb0765382e84b56a2ee6d34a864cb03a9a12274c8ac80b714f10a7752d0bae7a79b8e2e7149be4aea7
 SHA512 
a2ec7b05fe1dda983cfb30182401c6e5367c54b7649ddcb1d3c6d0f0a5f6583665b39ed7c1cb6bc37d067926f089e3fd80ea7558856233edc1bca8234aa728aa

diff --git a/dev-python/rq/rq-1.8.1.ebuild b/dev-python/rq/rq-1.8.1.ebuild
deleted file mode 100644
index 66850d4a244..000
--- a/dev-python/rq/rq-1.8.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-inherit distutils-r1
-
-DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
-HOMEPAGE="https://python-rq.org https://github.com/rq/rq;
-SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
-
-RDEPEND="
-   >=dev-python/click-5.0[${PYTHON_USEDEP}]
-   >=dev-python/redis-py-3.5.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-db/redis
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/sentry-sdk[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests --install pytest
-
-src_test() {
-   local redis_pid="${T}"/redis.pid
-   local redis_port=6379
-   local redis_test_config="daemonize yes
-   pidfile ${redis_pid}
-   port ${redis_port}
-   bind 127.0.0.1
-   "
-
-   # Spawn Redis itself for testing purposes
-   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
-   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
-   elog "Spawning Redis"
-   elog "NOTE: Port ${redis_port} must be free"
-   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
-
-   # Run the actual tests
-   distutils-r1_src_test
-
-   # Clean up afterwards
-   kill "$(<"${redis_pid}")" || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2021-08-03 Thread Agostino Sarubbo
commit: 98b4b20efbbae89adb0b5c7e8a1e79515c5ec94f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug  3 10:57:17 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug  3 10:57:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b4b20e

dev-python/rq: amd64/arm64/arm/x86 stable (ALLARCHES policy) wrt bug #805437

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/rq/rq-1.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.9.0.ebuild b/dev-python/rq/rq-1.9.0.ebuild
index ea0095ca05a..2e4b2930dc9 100644
--- a/dev-python/rq/rq-1.9.0.ebuild
+++ b/dev-python/rq/rq-1.9.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
>=dev-python/click-5.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2021-07-01 Thread Sam James
commit: 2f407260f45f3b51ad4c39ed46617512295aa269
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul  1 06:07:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul  1 06:07:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f407260

dev-python/rq: disable py3.7

Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/rq-1.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.9.0.ebuild b/dev-python/rq/rq-1.9.0.ebuild
index 61e8398709e..ea0095ca05a 100644
--- a/dev-python/rq/rq-1.9.0.ebuild
+++ b/dev-python/rq/rq-1.9.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..9} )
 inherit distutils-r1
 
 DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2021-06-30 Thread Sam James
commit: ec92277b3a0bf883e12149503a08aed25a852597
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 30 09:33:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 30 09:33:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec92277b

dev-python/rq: add 1.9.0

Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/Manifest|  1 +
 dev-python/rq/rq-1.9.0.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index 92be7df584c..3f2c9ad7577 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1 +1,2 @@
 DIST rq-1.8.1.tar.gz 585211 BLAKE2B 
17feb07cb376c5aef88a7aab6d716f58a19f62f19db6c6b0490b4f666981e40304c6a23c88669a0aef9b75a39ce8cb85a9b10a2d42e83e646cdcb6282167d8f9
 SHA512 
b9df7b4e894a5da693827ff720be3068336d82d2f17928faf5ae6133b042ac2f98a3d673bb2ed86c9351479669e9ef0e4fffcb1dba9b8853f6f793db4a4678f8
+DIST rq-1.9.0.tar.gz 592217 BLAKE2B 
831fbc7a3fe23ead59041e2556d37e4aa885a21bffa9aeeb0765382e84b56a2ee6d34a864cb03a9a12274c8ac80b714f10a7752d0bae7a79b8e2e7149be4aea7
 SHA512 
a2ec7b05fe1dda983cfb30182401c6e5367c54b7649ddcb1d3c6d0f0a5f6583665b39ed7c1cb6bc37d067926f089e3fd80ea7558856233edc1bca8234aa728aa

diff --git a/dev-python/rq/rq-1.9.0.ebuild b/dev-python/rq/rq-1.9.0.ebuild
new file mode 100644
index 000..61e8398709e
--- /dev/null
+++ b/dev-python/rq/rq-1.9.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit distutils-r1
+
+DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
+HOMEPAGE="https://python-rq.org https://github.com/rq/rq;
+SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/click-5.0[${PYTHON_USEDEP}]
+   >=dev-python/redis-py-3.5.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-db/redis
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/sentry-sdk[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests --install pytest
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+   local redis_test_config="daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   "
+
+   # Spawn Redis itself for testing purposes
+   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
+   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
+   elog "Spawning Redis"
+   elog "NOTE: Port ${redis_port} must be free"
+   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
+
+   # Run the actual tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2021-06-15 Thread Sam James
commit: 9272fedbb07d1c4b9c97dfaefed1fd9be175f181
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 15 20:24:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 15 20:24:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9272fedb

dev-python/rq: update maintainers

As agreed with WilliamH as he's not using it anymore.

Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/metadata.xml | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/dev-python/rq/metadata.xml b/dev-python/rq/metadata.xml
index 6baf4a0d2bf..aa54f32fcf0 100644
--- a/dev-python/rq/metadata.xml
+++ b/dev-python/rq/metadata.xml
@@ -8,13 +8,9 @@

pyt...@gentoo.org

-   
-   willi...@gentoo.org
-   William Hubbs
-   
+   

rq/rq
rq

-   
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2021-06-15 Thread Sam James
commit: cd09e3704a2758cb250c1d48635c18243a9b3a8f
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 15 20:15:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 15 20:15:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd09e370

dev-python/rq: 1.8.0 is incompatible with new Click

Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/{rq-1.8.0.ebuild => rq-1.8.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.8.0.ebuild b/dev-python/rq/rq-1.8.0-r1.ebuild
similarity index 96%
rename from dev-python/rq/rq-1.8.0.ebuild
rename to dev-python/rq/rq-1.8.0-r1.ebuild
index 36389c00f7e..e929fad06ac 100644
--- a/dev-python/rq/rq-1.8.0.ebuild
+++ b/dev-python/rq/rq-1.8.0-r1.ebuild
@@ -25,7 +25,7 @@ BDEPEND="
)
 "
 RDEPEND="
-   >=dev-python/click-5.0[${PYTHON_USEDEP}]
+   =dev-python/redis-py-3.5.0[${PYTHON_USEDEP}]
 "
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2021-06-15 Thread Sam James
commit: edf6635c38cbd7a59e666b2356b81435298234ce
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 15 20:16:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 15 20:16:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edf6635c

dev-python/rq: drop 1.8.0-r1

Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/Manifest   |  1 -
 dev-python/rq/rq-1.8.0-r1.ebuild | 55 
 2 files changed, 56 deletions(-)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index 47452569ff2..92be7df584c 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,2 +1 @@
-DIST rq-1.8.0.tar.gz 584251 BLAKE2B 
3da1d4f1604a57e16e26c39643337fb8ab804089f783d6a7c44500f577a326cf4883835c996427e819896faad512b9a380ebfdcf67e865eec475d39321ecd2f5
 SHA512 
e8946b4454e67bc9ce0c69c302ba3bb6403654cce384904d64996766227ba8fdcbff834a8901a8fa09dcccebe8aba769d38daf228283f4142166fa5ea0f9a107
 DIST rq-1.8.1.tar.gz 585211 BLAKE2B 
17feb07cb376c5aef88a7aab6d716f58a19f62f19db6c6b0490b4f666981e40304c6a23c88669a0aef9b75a39ce8cb85a9b10a2d42e83e646cdcb6282167d8f9
 SHA512 
b9df7b4e894a5da693827ff720be3068336d82d2f17928faf5ae6133b042ac2f98a3d673bb2ed86c9351479669e9ef0e4fffcb1dba9b8853f6f793db4a4678f8

diff --git a/dev-python/rq/rq-1.8.0-r1.ebuild b/dev-python/rq/rq-1.8.0-r1.ebuild
deleted file mode 100644
index e929fad06ac..000
--- a/dev-python/rq/rq-1.8.0-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
-HOMEPAGE="https://python-rq.org https://github.com/rq/rq;
-SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
-
-BDEPEND="
-   test? (
-   dev-db/redis
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/sentry-sdk[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="
-   =dev-python/redis-py-3.5.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests --install pytest
-
-src_test() {
-   local redis_pid="${T}"/redis.pid
-   local redis_port=6379
-   local redis_test_config="daemonize yes
-   pidfile ${redis_pid}
-   port ${redis_port}
-   bind 127.0.0.1
-   "
-
-   # Spawn Redis itself for testing purposes
-   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
-   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
-   elog "Spawning Redis"
-   elog "NOTE: Port ${redis_port} must be free"
-   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
-
-   # Run the actual tests
-   distutils-r1_src_test
-
-   # Clean up afterwards
-   kill "$(<"${redis_pid}")" || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2021-06-15 Thread Sam James
commit: ed9e6856a03a43c3d5999b25d13d1957532c85ea
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 15 20:13:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 15 20:14:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed9e6856

dev-python/rq: stabilize 1.8.1 for amd64, arm, arm64, x86

Fixes compatibility with new Click (>= 8.0.0).

Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/rq-1.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.8.1.ebuild b/dev-python/rq/rq-1.8.1.ebuild
index 61e8398709e..66850d4a244 100644
--- a/dev-python/rq/rq-1.8.1.ebuild
+++ b/dev-python/rq/rq-1.8.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
>=dev-python/click-5.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2021-05-17 Thread Michał Górny
commit: dc1d48e7c31ff369246c5743531ca2c6d8e4f702
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 17 07:15:24 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 17 07:36:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc1d48e7

dev-python/rq: Bump to 1.8.1

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

 dev-python/rq/Manifest|  1 +
 dev-python/rq/rq-1.8.1.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index 48accd1f2a5..47452569ff2 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1 +1,2 @@
 DIST rq-1.8.0.tar.gz 584251 BLAKE2B 
3da1d4f1604a57e16e26c39643337fb8ab804089f783d6a7c44500f577a326cf4883835c996427e819896faad512b9a380ebfdcf67e865eec475d39321ecd2f5
 SHA512 
e8946b4454e67bc9ce0c69c302ba3bb6403654cce384904d64996766227ba8fdcbff834a8901a8fa09dcccebe8aba769d38daf228283f4142166fa5ea0f9a107
+DIST rq-1.8.1.tar.gz 585211 BLAKE2B 
17feb07cb376c5aef88a7aab6d716f58a19f62f19db6c6b0490b4f666981e40304c6a23c88669a0aef9b75a39ce8cb85a9b10a2d42e83e646cdcb6282167d8f9
 SHA512 
b9df7b4e894a5da693827ff720be3068336d82d2f17928faf5ae6133b042ac2f98a3d673bb2ed86c9351479669e9ef0e4fffcb1dba9b8853f6f793db4a4678f8

diff --git a/dev-python/rq/rq-1.8.1.ebuild b/dev-python/rq/rq-1.8.1.ebuild
new file mode 100644
index 000..61e8398709e
--- /dev/null
+++ b/dev-python/rq/rq-1.8.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit distutils-r1
+
+DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
+HOMEPAGE="https://python-rq.org https://github.com/rq/rq;
+SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/click-5.0[${PYTHON_USEDEP}]
+   >=dev-python/redis-py-3.5.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-db/redis
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/sentry-sdk[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests --install pytest
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+   local redis_test_config="daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   "
+
+   # Spawn Redis itself for testing purposes
+   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
+   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
+   elog "Spawning Redis"
+   elog "NOTE: Port ${redis_port} must be free"
+   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
+
+   # Run the actual tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2021-05-04 Thread Michał Górny
commit: dd4c7913837bd86f09d6e59d525674d40b187e4c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  4 13:38:06 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  4 13:58:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd4c7913

dev-python/rq: Remove old (py3.7)

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

 dev-python/rq/Manifest|  1 -
 dev-python/rq/rq-1.7.0.ebuild | 63 ---
 2 files changed, 64 deletions(-)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index 45423c8f4a9..48accd1f2a5 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,2 +1 @@
-DIST rq-1.7.0.tar.gz 579373 BLAKE2B 
835868a294478af07b9fa97fef14b0f2013abe125263efa15c4988eeaf564ee61ab2e8d68842c730a0f8b02a19a4d66f328828fb939a05b9d3b36996688192e0
 SHA512 
4027a8e1474cc350cf539ecf5734c2f851ef4e61bf0e106e44f359736f4f1ec4e690af97a119d12b1b7614b38ec4da286acff98b718ef604b5c367b3cc2af741
 DIST rq-1.8.0.tar.gz 584251 BLAKE2B 
3da1d4f1604a57e16e26c39643337fb8ab804089f783d6a7c44500f577a326cf4883835c996427e819896faad512b9a380ebfdcf67e865eec475d39321ecd2f5
 SHA512 
e8946b4454e67bc9ce0c69c302ba3bb6403654cce384904d64996766227ba8fdcbff834a8901a8fa09dcccebe8aba769d38daf228283f4142166fa5ea0f9a107

diff --git a/dev-python/rq/rq-1.7.0.ebuild b/dev-python/rq/rq-1.7.0.ebuild
deleted file mode 100644
index c7b91b7e21c..000
--- a/dev-python/rq/rq-1.7.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
-HOMEPAGE="https://python-rq.org https://github.com/rq/rq;
-SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
-
-BDEPEND="
-   test? (
-   dev-db/redis
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/sentry-sdk[${PYTHON_USEDEP}]
-   )
-"
-DEPEND="
-   >=dev-python/click-5.0[${PYTHON_USEDEP}]
-   >=dev-python/redis-py-3.5.0[${PYTHON_USEDEP}]
-"
-RDEPEND="${DEPEND}"
-
-distutils_enable_tests pytest
-
-src_test() {
-   local redis_pid="${T}"/redis.pid
-   local redis_port=6379
-   local redis_test_config="daemonize yes
-   pidfile ${redis_pid}
-   port ${redis_port}
-   bind 127.0.0.1
-   "
-
-   # Spawn Redis itself for testing purposes
-   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
-   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
-   elog "Spawning Redis"
-   elog "NOTE: Port ${redis_port} must be free"
-   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
-
-   # Run the actual tests
-   distutils-r1_src_test
-
-   # Clean up afterwards
-   kill "$(<"${redis_pid}")" || die
-}
-
-python_test() {
-   # Tests needing rqworker:
-   # TestWorkerSubprocess::test_run_access_self, test_run_empty_queue, 
test_run_scheduled_access_self
-   distutils_install_for_testing
-   PATH="${BUILD_DIR}/test/scripts:${PATH}" pytest -vv || die "Testsuite 
failed under ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2021-05-04 Thread Agostino Sarubbo
commit: c4051eafe66ee40f3df51bd2216774b313979e5d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May  4 07:02:48 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May  4 07:02:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4051eaf

dev-python/rq: amd64/arm64/arm/x86 stable (ALLARCHES policy) wrt bug #787467

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/rq/rq-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.8.0.ebuild b/dev-python/rq/rq-1.8.0.ebuild
index a4636c36d1a..36389c00f7e 100644
--- a/dev-python/rq/rq-1.8.0.ebuild
+++ b/dev-python/rq/rq-1.8.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2021-01-18 Thread Sam James
commit: 2c1118ef542ceacd8ca099a1bd822bf584954927
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 18 14:51:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 18 14:51:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c1118ef

dev-python/rq: Keyword 1.7.0 sparc, #765859

Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/rq-1.7.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/rq/rq-1.7.0.ebuild b/dev-python/rq/rq-1.7.0.ebuild
index f318a1bee1e..04fb650e3e5 100644
--- a/dev-python/rq/rq-1.7.0.ebuild
+++ b/dev-python/rq/rq-1.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-12-28 Thread Sam James
commit: dc6f5a74875700d1a41ff5ecfd3f3a2ed08dab4a
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 29 04:07:26 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 29 04:07:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc6f5a74

dev-python/rq: cleanup old

Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/Manifest|  1 -
 dev-python/rq/rq-1.6.1.ebuild | 63 ---
 2 files changed, 64 deletions(-)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index c6250e6d280..b7de45f4d77 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,2 +1 @@
-DIST rq-1.6.1.tar.gz 572668 BLAKE2B 
4a1990492ed0c5e999fa918cdf49c03cf664e809b74f75c0aa941a72d9f3f45481e66c0d04780b88efa8e8ac2a8a94b11a0ad620d4c5f99e8abb3582db28e3d3
 SHA512 
8fc5f0cb87fb43fd6a0981dfb24a21d858e2d9fb2003c955d6d83b33a10b3cbaa713c11e422a91b4e020073d931fd3942530f3368fc8688dcff1a71fbe83fb15
 DIST rq-1.7.0.tar.gz 579373 BLAKE2B 
835868a294478af07b9fa97fef14b0f2013abe125263efa15c4988eeaf564ee61ab2e8d68842c730a0f8b02a19a4d66f328828fb939a05b9d3b36996688192e0
 SHA512 
4027a8e1474cc350cf539ecf5734c2f851ef4e61bf0e106e44f359736f4f1ec4e690af97a119d12b1b7614b38ec4da286acff98b718ef604b5c367b3cc2af741

diff --git a/dev-python/rq/rq-1.6.1.ebuild b/dev-python/rq/rq-1.6.1.ebuild
deleted file mode 100644
index f318a1bee1e..000
--- a/dev-python/rq/rq-1.6.1.ebuild
+++ /dev/null
@@ -1,63 +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} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
-HOMEPAGE="https://python-rq.org https://github.com/rq/rq;
-SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
-
-BDEPEND="
-   test? (
-   dev-db/redis
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/sentry-sdk[${PYTHON_USEDEP}]
-   )
-"
-DEPEND="
-   >=dev-python/click-5.0[${PYTHON_USEDEP}]
-   >=dev-python/redis-py-3.5.0[${PYTHON_USEDEP}]
-"
-RDEPEND="${DEPEND}"
-
-distutils_enable_tests pytest
-
-src_test() {
-   local redis_pid="${T}"/redis.pid
-   local redis_port=6379
-   local redis_test_config="daemonize yes
-   pidfile ${redis_pid}
-   port ${redis_port}
-   bind 127.0.0.1
-   "
-
-   # Spawn Redis itself for testing purposes
-   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
-   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
-   elog "Spawning Redis"
-   elog "NOTE: Port ${redis_port} must be free"
-   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
-
-   # Run the actual tests
-   distutils-r1_src_test
-
-   # Clean up afterwards
-   kill "$(<"${redis_pid}")" || die
-}
-
-python_test() {
-   # Tests needing rqworker:
-   # TestWorkerSubprocess::test_run_access_self, test_run_empty_queue, 
test_run_scheduled_access_self
-   distutils_install_for_testing
-   PATH="${BUILD_DIR}/test/scripts:${PATH}" pytest -vv || die "Testsuite 
failed under ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-12-28 Thread Sam James
commit: ffa29c9c1c83c87b0ecac73f12f65da0dbe9d025
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 29 04:07:08 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 29 04:07:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa29c9c

dev-python/rq: Stabilize 1.7.0 ALLARCHES

Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/rq-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.7.0.ebuild b/dev-python/rq/rq-1.7.0.ebuild
index 031701f5d58..f318a1bee1e 100644
--- a/dev-python/rq/rq-1.7.0.ebuild
+++ b/dev-python/rq/rq-1.7.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/files/

2020-12-21 Thread Sam James
commit: cb9ab10581aa252ecc80e3884f3f251b90026b10
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Dec 21 16:03:29 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Dec 21 18:15:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb9ab105

dev-python/rq: remove unused patch(es)

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/files/rq-1.5.0-no-install-tests.patch | 13 -
 1 file changed, 13 deletions(-)

diff --git a/dev-python/rq/files/rq-1.5.0-no-install-tests.patch 
b/dev-python/rq/files/rq-1.5.0-no-install-tests.patch
deleted file mode 100644
index 0c7aa7aacc4..000
--- a/dev-python/rq/files/rq-1.5.0-no-install-tests.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/setup.py b/setup.py
-index ac40818..b67b25c 100644
 a/setup.py
-+++ b/setup.py
-@@ -36,7 +36,7 @@ setup(
- description='RQ is a simple, lightweight, library for creating background 
'
- 'jobs, and processing them.',
- long_description=__doc__,
--packages=find_packages(exclude=['tests']),
-+packages=find_packages(exclude=['tests*']),
- include_package_data=True,
- zip_safe=False,
- platforms='any',



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-12-15 Thread Michał Górny
commit: b80124976e1adb02b7f322ccce67619ebed9db32
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 15 08:37:45 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 15 11:05:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8012497

dev-python/rq: Remove old

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

 dev-python/rq/Manifest|  1 -
 dev-python/rq/rq-1.5.2.ebuild | 66 ---
 2 files changed, 67 deletions(-)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index 4ddc9fdfd8c..c6250e6d280 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,3 +1,2 @@
-DIST rq-1.5.2.tar.gz 570138 BLAKE2B 
de1f9b9b1d790d0ea3efcd93e916f79b2f28521571652ba048adc725bd53b657cab5a7b2bc65b320a1c2766f77dba399ae62e90fa0a2514fc59565b8949c0327
 SHA512 
2e2cfe97d427057281415cfb1593ad504485b0398b72f55a93cfa48c7bae8f800ed1b1ad2aa447fe3f6baabd7bb112af29181577d31b270aee58cf4558d15a5b
 DIST rq-1.6.1.tar.gz 572668 BLAKE2B 
4a1990492ed0c5e999fa918cdf49c03cf664e809b74f75c0aa941a72d9f3f45481e66c0d04780b88efa8e8ac2a8a94b11a0ad620d4c5f99e8abb3582db28e3d3
 SHA512 
8fc5f0cb87fb43fd6a0981dfb24a21d858e2d9fb2003c955d6d83b33a10b3cbaa713c11e422a91b4e020073d931fd3942530f3368fc8688dcff1a71fbe83fb15
 DIST rq-1.7.0.tar.gz 579373 BLAKE2B 
835868a294478af07b9fa97fef14b0f2013abe125263efa15c4988eeaf564ee61ab2e8d68842c730a0f8b02a19a4d66f328828fb939a05b9d3b36996688192e0
 SHA512 
4027a8e1474cc350cf539ecf5734c2f851ef4e61bf0e106e44f359736f4f1ec4e690af97a119d12b1b7614b38ec4da286acff98b718ef604b5c367b3cc2af741

diff --git a/dev-python/rq/rq-1.5.2.ebuild b/dev-python/rq/rq-1.5.2.ebuild
deleted file mode 100644
index ad1ea88ea2c..000
--- a/dev-python/rq/rq-1.5.2.ebuild
+++ /dev/null
@@ -1,66 +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} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
-HOMEPAGE="https://python-rq.org https://github.com/rq/rq;
-SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
-
-BDEPEND="
-   test? (
-   dev-db/redis
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/sentry-sdk[${PYTHON_USEDEP}]
-   )
-"
-DEPEND="
-   >=dev-python/click-5.0[${PYTHON_USEDEP}]
-   >=dev-python/redis-py-3.5.0[${PYTHON_USEDEP}]
-"
-RDEPEND="${DEPEND}"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.5.0-no-install-tests.patch"
-)
-
-src_test() {
-   local redis_pid="${T}"/redis.pid
-   local redis_port=6379
-   local redis_test_config="daemonize yes
-   pidfile ${redis_pid}
-   port ${redis_port}
-   bind 127.0.0.1
-   "
-
-   # Spawn Redis itself for testing purposes
-   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
-   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
-   elog "Spawning Redis"
-   elog "NOTE: Port ${redis_port} must be free"
-   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
-
-   # Run the actual tests
-   distutils-r1_src_test
-
-   # Clean up afterwards
-   kill "$(<"${redis_pid}")" || die
-}
-
-python_test() {
-   # Tests needing rqworker:
-   # TestWorkerSubprocess::test_run_access_self, test_run_empty_queue, 
test_run_scheduled_access_self
-   distutils_install_for_testing
-   PATH="${BUILD_DIR}/test/scripts:${PATH}" pytest -vv || die "Testsuite 
failed under ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-12-14 Thread Sam James
commit: cba798235f83d2c2429a25f7e2c4fab885394356
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 15 06:37:08 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 15 06:37:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba79823

dev-python/rq: Stabilize 1.6.1 ALLARCHES, bug 759871

Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/rq-1.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.6.1.ebuild b/dev-python/rq/rq-1.6.1.ebuild
index 9dbbd3ac72b..f318a1bee1e 100644
--- a/dev-python/rq/rq-1.6.1.ebuild
+++ b/dev-python/rq/rq-1.6.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-12-14 Thread Sam James
commit: e1606d9eaea8376918b1f68ba00f576d7cebecca
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 15 06:27:36 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 15 06:27:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1606d9e

dev-python/rq: arm64 stable (bug #759871)

Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/rq-1.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.6.1.ebuild b/dev-python/rq/rq-1.6.1.ebuild
index 031701f5d58..9dbbd3ac72b 100644
--- a/dev-python/rq/rq-1.6.1.ebuild
+++ b/dev-python/rq/rq-1.6.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-11-29 Thread Michał Górny
commit: c88bc35cfdb7265fcfecf4a121a806baefa8
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 29 10:37:11 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 29 10:37:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c88bc35c

dev-python/rq: Bump to 1.7.0

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

 dev-python/rq/Manifest|  1 +
 dev-python/rq/rq-1.7.0.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index e718bfea350..4ddc9fdfd8c 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,2 +1,3 @@
 DIST rq-1.5.2.tar.gz 570138 BLAKE2B 
de1f9b9b1d790d0ea3efcd93e916f79b2f28521571652ba048adc725bd53b657cab5a7b2bc65b320a1c2766f77dba399ae62e90fa0a2514fc59565b8949c0327
 SHA512 
2e2cfe97d427057281415cfb1593ad504485b0398b72f55a93cfa48c7bae8f800ed1b1ad2aa447fe3f6baabd7bb112af29181577d31b270aee58cf4558d15a5b
 DIST rq-1.6.1.tar.gz 572668 BLAKE2B 
4a1990492ed0c5e999fa918cdf49c03cf664e809b74f75c0aa941a72d9f3f45481e66c0d04780b88efa8e8ac2a8a94b11a0ad620d4c5f99e8abb3582db28e3d3
 SHA512 
8fc5f0cb87fb43fd6a0981dfb24a21d858e2d9fb2003c955d6d83b33a10b3cbaa713c11e422a91b4e020073d931fd3942530f3368fc8688dcff1a71fbe83fb15
+DIST rq-1.7.0.tar.gz 579373 BLAKE2B 
835868a294478af07b9fa97fef14b0f2013abe125263efa15c4988eeaf564ee61ab2e8d68842c730a0f8b02a19a4d66f328828fb939a05b9d3b36996688192e0
 SHA512 
4027a8e1474cc350cf539ecf5734c2f851ef4e61bf0e106e44f359736f4f1ec4e690af97a119d12b1b7614b38ec4da286acff98b718ef604b5c367b3cc2af741

diff --git a/dev-python/rq/rq-1.7.0.ebuild b/dev-python/rq/rq-1.7.0.ebuild
new file mode 100644
index 000..031701f5d58
--- /dev/null
+++ b/dev-python/rq/rq-1.7.0.ebuild
@@ -0,0 +1,63 @@
+# 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} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
+HOMEPAGE="https://python-rq.org https://github.com/rq/rq;
+SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-db/redis
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/sentry-sdk[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="
+   >=dev-python/click-5.0[${PYTHON_USEDEP}]
+   >=dev-python/redis-py-3.5.0[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"
+
+distutils_enable_tests pytest
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+   local redis_test_config="daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   "
+
+   # Spawn Redis itself for testing purposes
+   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
+   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
+   elog "Spawning Redis"
+   elog "NOTE: Port ${redis_port} must be free"
+   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
+
+   # Run the actual tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}
+
+python_test() {
+   # Tests needing rqworker:
+   # TestWorkerSubprocess::test_run_access_self, test_run_empty_queue, 
test_run_scheduled_access_self
+   distutils_install_for_testing
+   PATH="${BUILD_DIR}/test/scripts:${PATH}" pytest -vv || die "Testsuite 
failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-11-26 Thread Michał Górny
commit: 55d4b6c8f147384da2d92fdcc25ef1707a3c9ea9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 26 08:44:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 26 08:44:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d4b6c8

dev-python/rq: Degrade ppc* to ~arch due to stalled stablereqs

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

 dev-python/rq/rq-1.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.5.2.ebuild b/dev-python/rq/rq-1.5.2.ebuild
index 882398e46f9..ad1ea88ea2c 100644
--- a/dev-python/rq/rq-1.5.2.ebuild
+++ b/dev-python/rq/rq-1.5.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-11-08 Thread Sam James
commit: 20537c81bf01c92e6e041189d4f6282cbe1c1a4a
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  8 12:52:44 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  8 12:52:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20537c81

dev-python/rq: add missing psutil test dep

Closes: https://bugs.gentoo.org/753563
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/rq-1.6.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/rq/rq-1.6.1.ebuild b/dev-python/rq/rq-1.6.1.ebuild
index f9b5f2ea741..031701f5d58 100644
--- a/dev-python/rq/rq-1.6.1.ebuild
+++ b/dev-python/rq/rq-1.6.1.ebuild
@@ -20,6 +20,7 @@ BDEPEND="
test? (
dev-db/redis
dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
dev-python/sentry-sdk[${PYTHON_USEDEP}]
)
 "



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-11-08 Thread Michał Górny
commit: adc66b68a9ce851045e485e10b8d893c62030eda
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov  8 07:54:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov  8 08:32:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc66b68

dev-python/rq: Bump to 1.6.1

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

 dev-python/rq/Manifest|  1 +
 dev-python/rq/rq-1.6.1.ebuild | 62 +++
 2 files changed, 63 insertions(+)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index 8c150eebac9..e718bfea350 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1 +1,2 @@
 DIST rq-1.5.2.tar.gz 570138 BLAKE2B 
de1f9b9b1d790d0ea3efcd93e916f79b2f28521571652ba048adc725bd53b657cab5a7b2bc65b320a1c2766f77dba399ae62e90fa0a2514fc59565b8949c0327
 SHA512 
2e2cfe97d427057281415cfb1593ad504485b0398b72f55a93cfa48c7bae8f800ed1b1ad2aa447fe3f6baabd7bb112af29181577d31b270aee58cf4558d15a5b
+DIST rq-1.6.1.tar.gz 572668 BLAKE2B 
4a1990492ed0c5e999fa918cdf49c03cf664e809b74f75c0aa941a72d9f3f45481e66c0d04780b88efa8e8ac2a8a94b11a0ad620d4c5f99e8abb3582db28e3d3
 SHA512 
8fc5f0cb87fb43fd6a0981dfb24a21d858e2d9fb2003c955d6d83b33a10b3cbaa713c11e422a91b4e020073d931fd3942530f3368fc8688dcff1a71fbe83fb15

diff --git a/dev-python/rq/rq-1.6.1.ebuild b/dev-python/rq/rq-1.6.1.ebuild
new file mode 100644
index 000..f9b5f2ea741
--- /dev/null
+++ b/dev-python/rq/rq-1.6.1.ebuild
@@ -0,0 +1,62 @@
+# 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} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
+HOMEPAGE="https://python-rq.org https://github.com/rq/rq;
+SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-db/redis
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/sentry-sdk[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="
+   >=dev-python/click-5.0[${PYTHON_USEDEP}]
+   >=dev-python/redis-py-3.5.0[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"
+
+distutils_enable_tests pytest
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+   local redis_test_config="daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   "
+
+   # Spawn Redis itself for testing purposes
+   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
+   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
+   elog "Spawning Redis"
+   elog "NOTE: Port ${redis_port} must be free"
+   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
+
+   # Run the actual tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}
+
+python_test() {
+   # Tests needing rqworker:
+   # TestWorkerSubprocess::test_run_access_self, test_run_empty_queue, 
test_run_scheduled_access_self
+   distutils_install_for_testing
+   PATH="${BUILD_DIR}/test/scripts:${PATH}" pytest -vv || die "Testsuite 
failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-10-11 Thread Sam James
commit: 65b9ab2f60c26b8f3da3e9709811defc7881cb63
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 11 21:07:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 11 21:07:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b9ab2f

dev-python/rq: Stabilize 1.5.2 ALLARCHES, #747853

Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/rq-1.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.5.2.ebuild b/dev-python/rq/rq-1.5.2.ebuild
index 7c976453a10..882398e46f9 100644
--- a/dev-python/rq/rq-1.5.2.ebuild
+++ b/dev-python/rq/rq-1.5.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-09-18 Thread Michał Górny
commit: be6c590eef1611c7fae6174f41ea5399b2452824
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 18 15:38:58 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 18 15:40:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be6c590e

dev-python/rq: Remove old

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

 dev-python/rq/Manifest|  1 -
 dev-python/rq/rq-1.5.1.ebuild | 66 ---
 2 files changed, 67 deletions(-)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index fd7cc2e16bf..45bb1f2e76f 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,3 +1,2 @@
 DIST rq-1.5.0.tar.gz 569320 BLAKE2B 
5349f6e806c5348e584513bf8fe8828c44909b8f4e53fcdfe40e0c617f162859dbc89d4595993c29227a25cef5b6ddbb758c51c3e50b442ada62eaca0585490a
 SHA512 
87eb83de529afe3a1e0a9f2b1727aba97482e3e55024aede29ad6e12ed5b92ca147bef8d720a09b34939c04ac5e37642147aea5b1b7686ed4b2aaacdcf998f6d
-DIST rq-1.5.1.tar.gz 569967 BLAKE2B 
9de43fa2d88a58186e8889163f4c1ea92da068c3652c5e32008a39c0e3b27e06f4a1c696a88d1dbf5b05d280bff9c1c56a1995673e9d0ff3fb3a50498729e96b
 SHA512 
2a03b79c7f1b253e2974007616ad3342e0b98ef9f57b0ca9dd41ecb4319074cec3ae4ba5f8958f54a1c2a6342062d74a33ec6d03689f3a89074854483af74b4f
 DIST rq-1.5.2.tar.gz 570138 BLAKE2B 
de1f9b9b1d790d0ea3efcd93e916f79b2f28521571652ba048adc725bd53b657cab5a7b2bc65b320a1c2766f77dba399ae62e90fa0a2514fc59565b8949c0327
 SHA512 
2e2cfe97d427057281415cfb1593ad504485b0398b72f55a93cfa48c7bae8f800ed1b1ad2aa447fe3f6baabd7bb112af29181577d31b270aee58cf4558d15a5b

diff --git a/dev-python/rq/rq-1.5.1.ebuild b/dev-python/rq/rq-1.5.1.ebuild
deleted file mode 100644
index f812fe5722f..000
--- a/dev-python/rq/rq-1.5.1.ebuild
+++ /dev/null
@@ -1,66 +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} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
-HOMEPAGE="https://python-rq.org https://github.com/rq/rq;
-SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-
-BDEPEND="
-   test? (
-   dev-db/redis
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/sentry-sdk[${PYTHON_USEDEP}]
-   )
-"
-DEPEND="
-   >=dev-python/click-5.0[${PYTHON_USEDEP}]
-   >=dev-python/redis-py-3.5.0[${PYTHON_USEDEP}]
-"
-RDEPEND="${DEPEND}"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.5.0-no-install-tests.patch"
-)
-
-src_test() {
-   local redis_pid="${T}"/redis.pid
-   local redis_port=6379
-   local redis_test_config="daemonize yes
-   pidfile ${redis_pid}
-   port ${redis_port}
-   bind 127.0.0.1
-   "
-
-   # Spawn Redis itself for testing purposes
-   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
-   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
-   elog "Spawning Redis"
-   elog "NOTE: Port ${redis_port} must be free"
-   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
-
-   # Run the actual tests
-   distutils-r1_src_test
-
-   # Clean up afterwards
-   kill "$(<"${redis_pid}")" || die
-}
-
-python_test() {
-   # Tests needing rqworker:
-   # TestWorkerSubprocess::test_run_access_self, test_run_empty_queue, 
test_run_scheduled_access_self
-   distutils_install_for_testing
-   PATH="${BUILD_DIR}/test/scripts/:${PATH}" pytest -vv || die "Testsuite 
failed under ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-09-09 Thread Sam James
commit: 85c5a974eeb227e8032c524cfb9215afd8803671
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 10 03:15:00 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 10 03:15:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85c5a974

dev-python/rq: bump to 1.5.2

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/Manifest|  1 +
 dev-python/rq/rq-1.5.2.ebuild | 66 +++
 2 files changed, 67 insertions(+)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index 556aa6b2121..fd7cc2e16bf 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,2 +1,3 @@
 DIST rq-1.5.0.tar.gz 569320 BLAKE2B 
5349f6e806c5348e584513bf8fe8828c44909b8f4e53fcdfe40e0c617f162859dbc89d4595993c29227a25cef5b6ddbb758c51c3e50b442ada62eaca0585490a
 SHA512 
87eb83de529afe3a1e0a9f2b1727aba97482e3e55024aede29ad6e12ed5b92ca147bef8d720a09b34939c04ac5e37642147aea5b1b7686ed4b2aaacdcf998f6d
 DIST rq-1.5.1.tar.gz 569967 BLAKE2B 
9de43fa2d88a58186e8889163f4c1ea92da068c3652c5e32008a39c0e3b27e06f4a1c696a88d1dbf5b05d280bff9c1c56a1995673e9d0ff3fb3a50498729e96b
 SHA512 
2a03b79c7f1b253e2974007616ad3342e0b98ef9f57b0ca9dd41ecb4319074cec3ae4ba5f8958f54a1c2a6342062d74a33ec6d03689f3a89074854483af74b4f
+DIST rq-1.5.2.tar.gz 570138 BLAKE2B 
de1f9b9b1d790d0ea3efcd93e916f79b2f28521571652ba048adc725bd53b657cab5a7b2bc65b320a1c2766f77dba399ae62e90fa0a2514fc59565b8949c0327
 SHA512 
2e2cfe97d427057281415cfb1593ad504485b0398b72f55a93cfa48c7bae8f800ed1b1ad2aa447fe3f6baabd7bb112af29181577d31b270aee58cf4558d15a5b

diff --git a/dev-python/rq/rq-1.5.2.ebuild b/dev-python/rq/rq-1.5.2.ebuild
new file mode 100644
index 000..7c976453a10
--- /dev/null
+++ b/dev-python/rq/rq-1.5.2.ebuild
@@ -0,0 +1,66 @@
+# 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} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
+HOMEPAGE="https://python-rq.org https://github.com/rq/rq;
+SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-db/redis
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/sentry-sdk[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="
+   >=dev-python/click-5.0[${PYTHON_USEDEP}]
+   >=dev-python/redis-py-3.5.0[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.5.0-no-install-tests.patch"
+)
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+   local redis_test_config="daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   "
+
+   # Spawn Redis itself for testing purposes
+   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
+   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
+   elog "Spawning Redis"
+   elog "NOTE: Port ${redis_port} must be free"
+   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
+
+   # Run the actual tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}
+
+python_test() {
+   # Tests needing rqworker:
+   # TestWorkerSubprocess::test_run_access_self, test_run_empty_queue, 
test_run_scheduled_access_self
+   distutils_install_for_testing
+   PATH="${BUILD_DIR}/test/scripts:${PATH}" pytest -vv || die "Testsuite 
failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-09-03 Thread Sam James
commit: f66efdbd7e0817af4559c47181e535473561285b
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep  4 00:46:11 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep  4 00:46:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f66efdbd

dev-python/rq: Stabilize 1.5.0 ALLARCHES, #739966

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/rq-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.5.0.ebuild b/dev-python/rq/rq-1.5.0.ebuild
index 1789b99173e..bf64010f33e 100644
--- a/dev-python/rq/rq-1.5.0.ebuild
+++ b/dev-python/rq/rq-1.5.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-09-03 Thread Sam James
commit: 593f7fa949f9cb359ae162f98dd165c39f4fd521
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep  4 00:42:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep  4 00:42:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593f7fa9

dev-python/rq: mark ALLARCHES

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/rq/metadata.xml b/dev-python/rq/metadata.xml
index 87176f9df31..6baf4a0d2bf 100644
--- a/dev-python/rq/metadata.xml
+++ b/dev-python/rq/metadata.xml
@@ -16,4 +16,5 @@
rq/rq
rq

+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-09-03 Thread Thomas Deutschmann
commit: 8600fbc0d6696076648fd32f0d9ddf6c3a617a3b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Sep  3 14:26:55 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Sep  3 14:26:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8600fbc0

dev-python/rq: x86 stable (bug #739966)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-python/rq/rq-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.5.0.ebuild b/dev-python/rq/rq-1.5.0.ebuild
index f812fe5722f..1789b99173e 100644
--- a/dev-python/rq/rq-1.5.0.ebuild
+++ b/dev-python/rq/rq-1.5.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-09-01 Thread Sam James
commit: cc87f2952a3cd24d51d2f7cac8b63f6c997370ad
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  2 05:38:46 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  2 05:38:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc87f295

dev-python/rq: add Python 3.6 to 1.5.0 too

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/rq-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.5.0.ebuild b/dev-python/rq/rq-1.5.0.ebuild
index d62e57cf150..f812fe5722f 100644
--- a/dev-python/rq/rq-1.5.0.ebuild
+++ b/dev-python/rq/rq-1.5.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-09-01 Thread Sam James
commit: 66eda9aaa11559bc6961a5e6f8806c42d5bd98e8
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  2 05:35:29 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  2 05:35:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66eda9aa

dev-python/rq: restore 1.5.0

Needed to use as a stable candidate.

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/Manifest|  1 +
 dev-python/rq/rq-1.5.0.ebuild | 66 +++
 2 files changed, 67 insertions(+)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index eb0f63be7e9..fc1c7241d1d 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,2 +1,3 @@
 DIST rq-1.4.3.tar.gz 52258 BLAKE2B 
fd2bb19239ac3011005b34cf041e7736794a27b2097a7ff1808a716d45ad224ad349e316f172308175174f59ff0d3d2bbe0c6778bd66cdad6755da2740898c0d
 SHA512 
177c748148a109efaeddf14b3847e7980882f385ba0e346ccfa72983d584f1c739417383c6eec83370a66f1ceeb5f955de9d5ccf87e4136074aa52e2f9144bd3
+DIST rq-1.5.0.tar.gz 569320 BLAKE2B 
5349f6e806c5348e584513bf8fe8828c44909b8f4e53fcdfe40e0c617f162859dbc89d4595993c29227a25cef5b6ddbb758c51c3e50b442ada62eaca0585490a
 SHA512 
87eb83de529afe3a1e0a9f2b1727aba97482e3e55024aede29ad6e12ed5b92ca147bef8d720a09b34939c04ac5e37642147aea5b1b7686ed4b2aaacdcf998f6d
 DIST rq-1.5.1.tar.gz 569967 BLAKE2B 
9de43fa2d88a58186e8889163f4c1ea92da068c3652c5e32008a39c0e3b27e06f4a1c696a88d1dbf5b05d280bff9c1c56a1995673e9d0ff3fb3a50498729e96b
 SHA512 
2a03b79c7f1b253e2974007616ad3342e0b98ef9f57b0ca9dd41ecb4319074cec3ae4ba5f8958f54a1c2a6342062d74a33ec6d03689f3a89074854483af74b4f

diff --git a/dev-python/rq/rq-1.5.0.ebuild b/dev-python/rq/rq-1.5.0.ebuild
new file mode 100644
index 000..d62e57cf150
--- /dev/null
+++ b/dev-python/rq/rq-1.5.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
+HOMEPAGE="https://python-rq.org https://github.com/rq/rq;
+SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-db/redis
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/sentry-sdk[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="
+   >=dev-python/click-5.0[${PYTHON_USEDEP}]
+   >=dev-python/redis-py-3.5.0[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.5.0-no-install-tests.patch"
+)
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+   local redis_test_config="daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   "
+
+   # Spawn Redis itself for testing purposes
+   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
+   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
+   elog "Spawning Redis"
+   elog "NOTE: Port ${redis_port} must be free"
+   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
+
+   # Run the actual tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}
+
+python_test() {
+   # Tests needing rqworker:
+   # TestWorkerSubprocess::test_run_access_self, test_run_empty_queue, 
test_run_scheduled_access_self
+   distutils_install_for_testing
+   PATH="${BUILD_DIR}/test/scripts/:${PATH}" pytest -vv || die "Testsuite 
failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-09-01 Thread Sam James
commit: b0dfabda2ef91812c06c5442185b1dec19bded03
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  2 05:36:06 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  2 05:36:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0dfabda

dev-python/rq: cleanup old (1.4.3)

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/Manifest|  1 -
 dev-python/rq/rq-1.4.3.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index fc1c7241d1d..556aa6b2121 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,3 +1,2 @@
-DIST rq-1.4.3.tar.gz 52258 BLAKE2B 
fd2bb19239ac3011005b34cf041e7736794a27b2097a7ff1808a716d45ad224ad349e316f172308175174f59ff0d3d2bbe0c6778bd66cdad6755da2740898c0d
 SHA512 
177c748148a109efaeddf14b3847e7980882f385ba0e346ccfa72983d584f1c739417383c6eec83370a66f1ceeb5f955de9d5ccf87e4136074aa52e2f9144bd3
 DIST rq-1.5.0.tar.gz 569320 BLAKE2B 
5349f6e806c5348e584513bf8fe8828c44909b8f4e53fcdfe40e0c617f162859dbc89d4595993c29227a25cef5b6ddbb758c51c3e50b442ada62eaca0585490a
 SHA512 
87eb83de529afe3a1e0a9f2b1727aba97482e3e55024aede29ad6e12ed5b92ca147bef8d720a09b34939c04ac5e37642147aea5b1b7686ed4b2aaacdcf998f6d
 DIST rq-1.5.1.tar.gz 569967 BLAKE2B 
9de43fa2d88a58186e8889163f4c1ea92da068c3652c5e32008a39c0e3b27e06f4a1c696a88d1dbf5b05d280bff9c1c56a1995673e9d0ff3fb3a50498729e96b
 SHA512 
2a03b79c7f1b253e2974007616ad3342e0b98ef9f57b0ca9dd41ecb4319074cec3ae4ba5f8958f54a1c2a6342062d74a33ec6d03689f3a89074854483af74b4f

diff --git a/dev-python/rq/rq-1.4.3.ebuild b/dev-python/rq/rq-1.4.3.ebuild
deleted file mode 100644
index 64bbcfda25c..000
--- a/dev-python/rq/rq-1.4.3.ebuild
+++ /dev/null
@@ -1,22 +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} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1
-
-DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
-HOMEPAGE="https://python-rq.org https://github.com/rq/rq;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-
-DEPEND="
-   >=dev-python/click-5.0[${PYTHON_USEDEP}]
-   >=dev-python/redis-py-3.0.0[${PYTHON_USEDEP}]
-"
-RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-09-01 Thread Sam James
commit: d5d525a111c4e4ceb40d58814388e8f31e2e3706
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  2 05:34:25 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  2 05:34:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d525a1

dev-python/rq: restore Python 3.6

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/rq-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.5.1.ebuild b/dev-python/rq/rq-1.5.1.ebuild
index d62e57cf150..f812fe5722f 100644
--- a/dev-python/rq/rq-1.5.1.ebuild
+++ b/dev-python/rq/rq-1.5.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-08-21 Thread Michał Górny
commit: eaf8e171b287b2b5576040bcf2da48e1298ac148
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug 21 11:45:12 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 21 13:34:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf8e171

dev-python/rq: Bump to 1.5.1

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

 dev-python/rq/Manifest|  1 +
 dev-python/rq/rq-1.5.1.ebuild | 66 +++
 2 files changed, 67 insertions(+)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index 0d6a8a05291..fc1c7241d1d 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,2 +1,3 @@
 DIST rq-1.4.3.tar.gz 52258 BLAKE2B 
fd2bb19239ac3011005b34cf041e7736794a27b2097a7ff1808a716d45ad224ad349e316f172308175174f59ff0d3d2bbe0c6778bd66cdad6755da2740898c0d
 SHA512 
177c748148a109efaeddf14b3847e7980882f385ba0e346ccfa72983d584f1c739417383c6eec83370a66f1ceeb5f955de9d5ccf87e4136074aa52e2f9144bd3
 DIST rq-1.5.0.tar.gz 569320 BLAKE2B 
5349f6e806c5348e584513bf8fe8828c44909b8f4e53fcdfe40e0c617f162859dbc89d4595993c29227a25cef5b6ddbb758c51c3e50b442ada62eaca0585490a
 SHA512 
87eb83de529afe3a1e0a9f2b1727aba97482e3e55024aede29ad6e12ed5b92ca147bef8d720a09b34939c04ac5e37642147aea5b1b7686ed4b2aaacdcf998f6d
+DIST rq-1.5.1.tar.gz 569967 BLAKE2B 
9de43fa2d88a58186e8889163f4c1ea92da068c3652c5e32008a39c0e3b27e06f4a1c696a88d1dbf5b05d280bff9c1c56a1995673e9d0ff3fb3a50498729e96b
 SHA512 
2a03b79c7f1b253e2974007616ad3342e0b98ef9f57b0ca9dd41ecb4319074cec3ae4ba5f8958f54a1c2a6342062d74a33ec6d03689f3a89074854483af74b4f

diff --git a/dev-python/rq/rq-1.5.1.ebuild b/dev-python/rq/rq-1.5.1.ebuild
new file mode 100644
index 000..d62e57cf150
--- /dev/null
+++ b/dev-python/rq/rq-1.5.1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
+HOMEPAGE="https://python-rq.org https://github.com/rq/rq;
+SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-db/redis
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/sentry-sdk[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="
+   >=dev-python/click-5.0[${PYTHON_USEDEP}]
+   >=dev-python/redis-py-3.5.0[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.5.0-no-install-tests.patch"
+)
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+   local redis_test_config="daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   "
+
+   # Spawn Redis itself for testing purposes
+   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
+   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
+   elog "Spawning Redis"
+   elog "NOTE: Port ${redis_port} must be free"
+   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
+
+   # Run the actual tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}
+
+python_test() {
+   # Tests needing rqworker:
+   # TestWorkerSubprocess::test_run_access_self, test_run_empty_queue, 
test_run_scheduled_access_self
+   distutils_install_for_testing
+   PATH="${BUILD_DIR}/test/scripts/:${PATH}" pytest -vv || die "Testsuite 
failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-08-04 Thread Sam James
commit: 98e5f1e6a2dbadc2cec4d4cfdd669044e6aeda46
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug  4 21:29:01 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug  4 21:29:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e5f1e6

dev-python/rq: add missing mock test dep

Closes: https://bugs.gentoo.org/735962
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/rq-1.5.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/rq/rq-1.5.0.ebuild b/dev-python/rq/rq-1.5.0.ebuild
index 9bdebc9d6b3..d62e57cf150 100644
--- a/dev-python/rq/rq-1.5.0.ebuild
+++ b/dev-python/rq/rq-1.5.0.ebuild
@@ -19,6 +19,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 BDEPEND="
test? (
dev-db/redis
+   dev-python/mock[${PYTHON_USEDEP}]
dev-python/sentry-sdk[${PYTHON_USEDEP}]
)
 "



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-08-04 Thread Sam James
commit: 6a23b0d495b973994b85c4352e1cde24b532962e
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug  4 15:08:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug  4 15:10:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a23b0d4

dev-python/rq: ppc keyworded (bug #735618)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/rq-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.5.0.ebuild b/dev-python/rq/rq-1.5.0.ebuild
index 6d8d6a095a8..f359d4bb8b8 100644
--- a/dev-python/rq/rq-1.5.0.ebuild
+++ b/dev-python/rq/rq-1.5.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-08-04 Thread Sam James
commit: 755d3e0e4792194e34d09bff92ffaf925250210e
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug  4 15:09:43 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug  4 15:10:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=755d3e0e

dev-python/rq: ppc64 keyworded (bug #735618)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/rq-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.5.0.ebuild b/dev-python/rq/rq-1.5.0.ebuild
index f359d4bb8b8..9bdebc9d6b3 100644
--- a/dev-python/rq/rq-1.5.0.ebuild
+++ b/dev-python/rq/rq-1.5.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-08-03 Thread Sam James
commit: 3e5abb5bb775e4c06dd9571589d2fd594a9c2e35
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug  4 04:21:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug  4 04:21:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e5abb5b

dev-python/rq: add missing test dep

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/rq-1.5.0.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.5.0.ebuild b/dev-python/rq/rq-1.5.0.ebuild
index a731f4cecab..6d8d6a095a8 100644
--- a/dev-python/rq/rq-1.5.0.ebuild
+++ b/dev-python/rq/rq-1.5.0.ebuild
@@ -17,7 +17,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 BDEPEND="
-   test? ( dev-python/sentry-sdk[${PYTHON_USEDEP}] )
+   test? (
+   dev-db/redis
+   dev-python/sentry-sdk[${PYTHON_USEDEP}]
+   )
 "
 DEPEND="
>=dev-python/click-5.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/, dev-python/rq/files/

2020-08-02 Thread Sam James
commit: 98c573d1a0d51bcad3a0db362737445f77e00970
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  2 21:19:37 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  2 21:19:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98c573d1

dev-python/rq: cleanup old (+ missing patch)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/Manifest  |  1 -
 dev-python/rq/files/rq-1.5.0-no-install-tests.patch | 13 +
 dev-python/rq/rq-1.3.0.ebuild   | 19 ---
 3 files changed, 13 insertions(+), 20 deletions(-)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index 165747160d9..0d6a8a05291 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,3 +1,2 @@
-DIST rq-1.3.0.tar.gz 50906 BLAKE2B 
073ef65c90b2f4cab7505148133cf9e8652f6915bcb34d96b61fca2eb3096d5eb8fb506dfa3d22f402d4ef7ff8e5456faa3bdf7ad6586cfa563b7b2c2da8cb95
 SHA512 
3c7c3b63a7068ada14c39fa21631fa35d336955c8f5b7b5fbf3d75a99b046abacc2ff28a3a58fc03d587be8bf8e22eea33d31142d3be880afc49287a004ff782
 DIST rq-1.4.3.tar.gz 52258 BLAKE2B 
fd2bb19239ac3011005b34cf041e7736794a27b2097a7ff1808a716d45ad224ad349e316f172308175174f59ff0d3d2bbe0c6778bd66cdad6755da2740898c0d
 SHA512 
177c748148a109efaeddf14b3847e7980882f385ba0e346ccfa72983d584f1c739417383c6eec83370a66f1ceeb5f955de9d5ccf87e4136074aa52e2f9144bd3
 DIST rq-1.5.0.tar.gz 569320 BLAKE2B 
5349f6e806c5348e584513bf8fe8828c44909b8f4e53fcdfe40e0c617f162859dbc89d4595993c29227a25cef5b6ddbb758c51c3e50b442ada62eaca0585490a
 SHA512 
87eb83de529afe3a1e0a9f2b1727aba97482e3e55024aede29ad6e12ed5b92ca147bef8d720a09b34939c04ac5e37642147aea5b1b7686ed4b2aaacdcf998f6d

diff --git a/dev-python/rq/files/rq-1.5.0-no-install-tests.patch 
b/dev-python/rq/files/rq-1.5.0-no-install-tests.patch
new file mode 100644
index 000..0c7aa7aacc4
--- /dev/null
+++ b/dev-python/rq/files/rq-1.5.0-no-install-tests.patch
@@ -0,0 +1,13 @@
+diff --git a/setup.py b/setup.py
+index ac40818..b67b25c 100644
+--- a/setup.py
 b/setup.py
+@@ -36,7 +36,7 @@ setup(
+ description='RQ is a simple, lightweight, library for creating background 
'
+ 'jobs, and processing them.',
+ long_description=__doc__,
+-packages=find_packages(exclude=['tests']),
++packages=find_packages(exclude=['tests*']),
+ include_package_data=True,
+ zip_safe=False,
+ platforms='any',

diff --git a/dev-python/rq/rq-1.3.0.ebuild b/dev-python/rq/rq-1.3.0.ebuild
deleted file mode 100644
index ee8ab52683f..000
--- a/dev-python/rq/rq-1.3.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 python3_7 )
-inherit distutils-r1
-
-DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
-HOMEPAGE="https://python-rq.org https://github.com/rq/rq;
-SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-
-DEPEND=" >=dev-python/click-5.0[${PYTHON_USEDEP}]
-   >=dev-python/redis-py-3.0.0[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-08-02 Thread Sam James
commit: 9db147ebe0bf8e4bff853332672f0f5c7fe645c5
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  2 20:22:55 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  2 20:22:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9db147eb

dev-python/rq: primary maintainership

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/metadata.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/rq/metadata.xml b/dev-python/rq/metadata.xml
index 0644efac63f..87176f9df31 100644
--- a/dev-python/rq/metadata.xml
+++ b/dev-python/rq/metadata.xml
@@ -1,6 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   s...@gentoo.org
+   Sam James
+   

pyt...@gentoo.org

@@ -8,10 +12,6 @@
willi...@gentoo.org
William Hubbs

-   
-   s...@gentoo.org
-   Sam James
-   

rq/rq
rq



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-08-02 Thread Sam James
commit: c246db6e9dc064e25e2f4dec44bd3af18dcd6062
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  2 20:22:51 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  2 20:22:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c246db6e

dev-python/rq: bump to 1.5.0

* Run tests
* Use Github tarball to have tests
* Drop ppc{,64} keyword temporarily for new test dep
  (dev-python/sentry-sdk)
* Tighten dev-python/redis-py dependency

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/Manifest|  1 +
 dev-python/rq/rq-1.5.0.ebuild | 62 +++
 2 files changed, 63 insertions(+)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index f6fb3743c42..165747160d9 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,2 +1,3 @@
 DIST rq-1.3.0.tar.gz 50906 BLAKE2B 
073ef65c90b2f4cab7505148133cf9e8652f6915bcb34d96b61fca2eb3096d5eb8fb506dfa3d22f402d4ef7ff8e5456faa3bdf7ad6586cfa563b7b2c2da8cb95
 SHA512 
3c7c3b63a7068ada14c39fa21631fa35d336955c8f5b7b5fbf3d75a99b046abacc2ff28a3a58fc03d587be8bf8e22eea33d31142d3be880afc49287a004ff782
 DIST rq-1.4.3.tar.gz 52258 BLAKE2B 
fd2bb19239ac3011005b34cf041e7736794a27b2097a7ff1808a716d45ad224ad349e316f172308175174f59ff0d3d2bbe0c6778bd66cdad6755da2740898c0d
 SHA512 
177c748148a109efaeddf14b3847e7980882f385ba0e346ccfa72983d584f1c739417383c6eec83370a66f1ceeb5f955de9d5ccf87e4136074aa52e2f9144bd3
+DIST rq-1.5.0.tar.gz 569320 BLAKE2B 
5349f6e806c5348e584513bf8fe8828c44909b8f4e53fcdfe40e0c617f162859dbc89d4595993c29227a25cef5b6ddbb758c51c3e50b442ada62eaca0585490a
 SHA512 
87eb83de529afe3a1e0a9f2b1727aba97482e3e55024aede29ad6e12ed5b92ca147bef8d720a09b34939c04ac5e37642147aea5b1b7686ed4b2aaacdcf998f6d

diff --git a/dev-python/rq/rq-1.5.0.ebuild b/dev-python/rq/rq-1.5.0.ebuild
new file mode 100644
index 000..a731f4cecab
--- /dev/null
+++ b/dev-python/rq/rq-1.5.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
+HOMEPAGE="https://python-rq.org https://github.com/rq/rq;
+SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+BDEPEND="
+   test? ( dev-python/sentry-sdk[${PYTHON_USEDEP}] )
+"
+DEPEND="
+   >=dev-python/click-5.0[${PYTHON_USEDEP}]
+   >=dev-python/redis-py-3.5.0[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.5.0-no-install-tests.patch"
+)
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+   local redis_test_config="daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   "
+
+   # Spawn Redis itself for testing purposes
+   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
+   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
+   elog "Spawning Redis"
+   elog "NOTE: Port ${redis_port} must be free"
+   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
+
+   # Run the actual tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}
+
+python_test() {
+   # Tests needing rqworker:
+   # TestWorkerSubprocess::test_run_access_self, test_run_empty_queue, 
test_run_scheduled_access_self
+   distutils_install_for_testing
+   PATH="${BUILD_DIR}/test/scripts/:${PATH}" pytest -vv || die "Testsuite 
failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-07-23 Thread Sam James
commit: 8f260dd1f2de6096f046d4c10e7b54891450
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 23 16:53:38 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 23 16:53:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f260dd1

dev-python/rq: add upstream information

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/metadata.xml| 4 
 dev-python/rq/rq-1.3.0.ebuild | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-python/rq/metadata.xml b/dev-python/rq/metadata.xml
index 1dc32337346..0644efac63f 100644
--- a/dev-python/rq/metadata.xml
+++ b/dev-python/rq/metadata.xml
@@ -12,4 +12,8 @@
s...@gentoo.org
Sam James

+   
+   rq/rq
+   rq
+   
 

diff --git a/dev-python/rq/rq-1.3.0.ebuild b/dev-python/rq/rq-1.3.0.ebuild
index b6e89273343..ee8ab52683f 100644
--- a/dev-python/rq/rq-1.3.0.ebuild
+++ b/dev-python/rq/rq-1.3.0.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_6 python3_7 )
 inherit distutils-r1
 
 DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
-HOMEPAGE="https://github.com/rq/rq;
+HOMEPAGE="https://python-rq.org https://github.com/rq/rq;
 SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-07-23 Thread Sam James
commit: 4f552d6bb6610257d078cd4ac0bcf0bbcc0c8faf
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 23 16:53:39 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 23 16:53:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f552d6b

dev-python/rq: bump to 1.4.3

Changes to ebuild:
* Add Python 3.8
* Fix setuptools dependency

Not doing tests yet, because they require running Redis,
which is tricky in sandbox.

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/Manifest|  1 +
 dev-python/rq/rq-1.4.3.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index b9c1385dab9..f6fb3743c42 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1 +1,2 @@
 DIST rq-1.3.0.tar.gz 50906 BLAKE2B 
073ef65c90b2f4cab7505148133cf9e8652f6915bcb34d96b61fca2eb3096d5eb8fb506dfa3d22f402d4ef7ff8e5456faa3bdf7ad6586cfa563b7b2c2da8cb95
 SHA512 
3c7c3b63a7068ada14c39fa21631fa35d336955c8f5b7b5fbf3d75a99b046abacc2ff28a3a58fc03d587be8bf8e22eea33d31142d3be880afc49287a004ff782
+DIST rq-1.4.3.tar.gz 52258 BLAKE2B 
fd2bb19239ac3011005b34cf041e7736794a27b2097a7ff1808a716d45ad224ad349e316f172308175174f59ff0d3d2bbe0c6778bd66cdad6755da2740898c0d
 SHA512 
177c748148a109efaeddf14b3847e7980882f385ba0e346ccfa72983d584f1c739417383c6eec83370a66f1ceeb5f955de9d5ccf87e4136074aa52e2f9144bd3

diff --git a/dev-python/rq/rq-1.4.3.ebuild b/dev-python/rq/rq-1.4.3.ebuild
new file mode 100644
index 000..64bbcfda25c
--- /dev/null
+++ b/dev-python/rq/rq-1.4.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
+HOMEPAGE="https://python-rq.org https://github.com/rq/rq;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+DEPEND="
+   >=dev-python/click-5.0[${PYTHON_USEDEP}]
+   >=dev-python/redis-py-3.0.0[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-07-23 Thread Sam James
commit: eab046455c3527a7edd351fd0234054b51c5ebdb
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 23 16:53:37 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 23 16:53:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eab04645

dev-python/rq: join as maintainer

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/rq/metadata.xml b/dev-python/rq/metadata.xml
index 5d3d9dc0e2a..1dc32337346 100644
--- a/dev-python/rq/metadata.xml
+++ b/dev-python/rq/metadata.xml
@@ -8,4 +8,8 @@
willi...@gentoo.org
William Hubbs

+   
+   s...@gentoo.org
+   Sam James
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-07-22 Thread Sam James
commit: 2736289ff368854616beaa256fd8f207e523dc55
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 22 19:45:41 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 22 19:45:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2736289f

dev-python/rq: ppc keyworded (bug #733600)

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/rq-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.3.0.ebuild b/dev-python/rq/rq-1.3.0.ebuild
index b8e6b56f738..72bfcafd440 100644
--- a/dev-python/rq/rq-1.3.0.ebuild
+++ b/dev-python/rq/rq-1.3.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64"
 
 DEPEND=" >=dev-python/click-5.0[${PYTHON_USEDEP}]
>=dev-python/redis-py-3.0.0[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-07-22 Thread Sam James
commit: f0878f2e573a3f013f612edb6bcb336016d3e7d2
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 22 19:47:39 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 22 19:47:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0878f2e

dev-python/rq: x86 keyworded (bug #733600)

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/rq-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.3.0.ebuild b/dev-python/rq/rq-1.3.0.ebuild
index 72bfcafd440..b6e89273343 100644
--- a/dev-python/rq/rq-1.3.0.ebuild
+++ b/dev-python/rq/rq-1.3.0.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"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 DEPEND=" >=dev-python/click-5.0[${PYTHON_USEDEP}]
>=dev-python/redis-py-3.0.0[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-07-22 Thread Sam James
commit: 842931bebc2712e04add11663c7ce7f6f23751f8
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 22 19:43:39 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 22 19:43:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=842931be

dev-python/rq: arm64 keyworded (bug #733600)

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/rq-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.3.0.ebuild b/dev-python/rq/rq-1.3.0.ebuild
index f2fca1a6be8..3e0d58058f3 100644
--- a/dev-python/rq/rq-1.3.0.ebuild
+++ b/dev-python/rq/rq-1.3.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~arm64"
 
 DEPEND=" >=dev-python/click-5.0[${PYTHON_USEDEP}]
>=dev-python/redis-py-3.0.0[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-07-22 Thread Sam James
commit: 83b8dbc9944a772a415251a2b4ed523669105f41
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 22 19:43:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 22 19:43:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b8dbc9

dev-python/rq: arm keyworded (bug #733600)

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/rq-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.3.0.ebuild b/dev-python/rq/rq-1.3.0.ebuild
index 8fe00a9e7b8..f2fca1a6be8 100644
--- a/dev-python/rq/rq-1.3.0.ebuild
+++ b/dev-python/rq/rq-1.3.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 
 DEPEND=" >=dev-python/click-5.0[${PYTHON_USEDEP}]
>=dev-python/redis-py-3.0.0[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-07-22 Thread Sam James
commit: 06dd4589adebe4fe0f4592e4c725d13ff57c8b94
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 22 19:45:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 22 19:45:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06dd4589

dev-python/rq: ppc64 keyworded (bug #733600)

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/rq-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.3.0.ebuild b/dev-python/rq/rq-1.3.0.ebuild
index 3e0d58058f3..b8e6b56f738 100644
--- a/dev-python/rq/rq-1.3.0.ebuild
+++ b/dev-python/rq/rq-1.3.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
 
 DEPEND=" >=dev-python/click-5.0[${PYTHON_USEDEP}]
>=dev-python/redis-py-3.0.0[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-03-29 Thread Michał Górny
commit: 34beab5e9fa20a959c0e765c6ffc2194f0b69951
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 29 07:19:17 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 29 07:31:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34beab5e

dev-python/rq: Remove redundant versions

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

 dev-python/rq/Manifest |  2 --
 dev-python/rq/rq-0.13.0.ebuild | 19 ---
 dev-python/rq/rq-1.0.ebuild| 19 ---
 3 files changed, 40 deletions(-)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index c36db5c71a8..b9c1385dab9 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,3 +1 @@
-DIST rq-0.13.0.tar.gz 45487 BLAKE2B 
1985a097d419b50b19771a5f1c1526c8b8b3e9b960f7ecb2817cd731a9af0c37dd38e215a556d35ae8107cc93c3da9c023d4e73eda90e776d62a994d74f5bbda
 SHA512 
f8cf5c3cf7360e0640a2ca97a42c85e67e59835317d04dc752008463224e073053c70ede17e179e1e8d287b3e4ed832971a0398636c49e2680f1183f0ebd2302
-DIST rq-1.0.tar.gz 45516 BLAKE2B 
10af545640c757671d2da4691d06b03fe0b61c82351824a51f8f382bb0e7380312d6902ceff86bb5fbfe06ac3bedca3275394063e6576db33e78d20610083527
 SHA512 
eb3040c5c312123ff99158d504f5fea8377c382a1067d923db29a9087e7e0f7d5214ca1ab1df190d3e9872d6d00917c2435730c121dee1a4c410e65d2875d918
 DIST rq-1.3.0.tar.gz 50906 BLAKE2B 
073ef65c90b2f4cab7505148133cf9e8652f6915bcb34d96b61fca2eb3096d5eb8fb506dfa3d22f402d4ef7ff8e5456faa3bdf7ad6586cfa563b7b2c2da8cb95
 SHA512 
3c7c3b63a7068ada14c39fa21631fa35d336955c8f5b7b5fbf3d75a99b046abacc2ff28a3a58fc03d587be8bf8e22eea33d31142d3be880afc49287a004ff782

diff --git a/dev-python/rq/rq-0.13.0.ebuild b/dev-python/rq/rq-0.13.0.ebuild
deleted file mode 100644
index 960c5fa04b3..000
--- a/dev-python/rq/rq-0.13.0.ebuild
+++ /dev/null
@@ -1,19 +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="simple, lightweight library for creating and processing 
background jobs"
-HOMEPAGE="https://github.com/rq/rq;
-SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=">=dev-python/click-5.0[${PYTHON_USEDEP}]
-   >=dev-python/redis-py-3.0.0[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"

diff --git a/dev-python/rq/rq-1.0.ebuild b/dev-python/rq/rq-1.0.ebuild
deleted file mode 100644
index 8fe00a9e7b8..000
--- a/dev-python/rq/rq-1.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 python3_7 )
-inherit distutils-r1
-
-DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
-HOMEPAGE="https://github.com/rq/rq;
-SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=" >=dev-python/click-5.0[${PYTHON_USEDEP}]
-   >=dev-python/redis-py-3.0.0[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-03-11 Thread William Hubbs
commit: cd6883ebd13ee64b8efaea4985893921c2c73ad4
Author: William Hubbs  sony  com>
AuthorDate: Wed Mar 11 22:16:06 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Mar 11 22:21:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd6883eb

dev-python/rq: 1.3.0 bump

Signed-off-by: William Hubbs  gentoo.org>

 dev-python/rq/Manifest|  1 +
 dev-python/rq/rq-1.3.0.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index 84fdbb34b29..c36db5c71a8 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,2 +1,3 @@
 DIST rq-0.13.0.tar.gz 45487 BLAKE2B 
1985a097d419b50b19771a5f1c1526c8b8b3e9b960f7ecb2817cd731a9af0c37dd38e215a556d35ae8107cc93c3da9c023d4e73eda90e776d62a994d74f5bbda
 SHA512 
f8cf5c3cf7360e0640a2ca97a42c85e67e59835317d04dc752008463224e073053c70ede17e179e1e8d287b3e4ed832971a0398636c49e2680f1183f0ebd2302
 DIST rq-1.0.tar.gz 45516 BLAKE2B 
10af545640c757671d2da4691d06b03fe0b61c82351824a51f8f382bb0e7380312d6902ceff86bb5fbfe06ac3bedca3275394063e6576db33e78d20610083527
 SHA512 
eb3040c5c312123ff99158d504f5fea8377c382a1067d923db29a9087e7e0f7d5214ca1ab1df190d3e9872d6d00917c2435730c121dee1a4c410e65d2875d918
+DIST rq-1.3.0.tar.gz 50906 BLAKE2B 
073ef65c90b2f4cab7505148133cf9e8652f6915bcb34d96b61fca2eb3096d5eb8fb506dfa3d22f402d4ef7ff8e5456faa3bdf7ad6586cfa563b7b2c2da8cb95
 SHA512 
3c7c3b63a7068ada14c39fa21631fa35d336955c8f5b7b5fbf3d75a99b046abacc2ff28a3a58fc03d587be8bf8e22eea33d31142d3be880afc49287a004ff782

diff --git a/dev-python/rq/rq-1.3.0.ebuild b/dev-python/rq/rq-1.3.0.ebuild
new file mode 100644
index 000..8fe00a9e7b8
--- /dev/null
+++ b/dev-python/rq/rq-1.3.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_6 python3_7 )
+inherit distutils-r1
+
+DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
+HOMEPAGE="https://github.com/rq/rq;
+SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=" >=dev-python/click-5.0[${PYTHON_USEDEP}]
+   >=dev-python/redis-py-3.0.0[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-02-05 Thread Michał Górny
commit: 99f08a70e64a28790ee34df7dd2e4df545ce6651
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb  6 05:42:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb  6 05:59:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f08a70

dev-python/rq: Remove py2

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

 dev-python/rq/rq-0.13.0.ebuild | 2 +-
 dev-python/rq/rq-1.0.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/rq/rq-0.13.0.ebuild b/dev-python/rq/rq-0.13.0.ebuild
index a3a8698d29f..960c5fa04b3 100644
--- a/dev-python/rq/rq-0.13.0.ebuild
+++ b/dev-python/rq/rq-0.13.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"

diff --git a/dev-python/rq/rq-1.0.ebuild b/dev-python/rq/rq-1.0.ebuild
index d58d830b9b0..8fe00a9e7b8 100644
--- a/dev-python/rq/rq-1.0.ebuild
+++ b/dev-python/rq/rq-1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 inherit distutils-r1
 
 DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-01-26 Thread William Hubbs
commit: 8107f2ff35b5380d12dd71ff224e557d346b7eb7
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Jan 26 19:36:20 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Jan 26 19:36:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8107f2ff

dev-python/rq: add python3_7

Signed-off-by: William Hubbs  gentoo.org>

 dev-python/rq/rq-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.0.ebuild b/dev-python/rq/rq-1.0.ebuild
index 1bef41becc1..d58d830b9b0 100644
--- a/dev-python/rq/rq-1.0.ebuild
+++ b/dev-python/rq/rq-1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
 inherit distutils-r1
 
 DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2019-07-15 Thread William Hubbs
commit: fd2eff46fe14d6efd8f35c56bdf2dea1401633b1
Author: William Hubbs  sony  com>
AuthorDate: Mon Jul 15 23:47:26 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Jul 15 23:55:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd2eff46

dev-python/rq: 1.0 bump

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: William Hubbs  gentoo.org>

 dev-python/rq/Manifest  |  1 +
 dev-python/rq/rq-1.0.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index 40dca80be02..84fdbb34b29 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1 +1,2 @@
 DIST rq-0.13.0.tar.gz 45487 BLAKE2B 
1985a097d419b50b19771a5f1c1526c8b8b3e9b960f7ecb2817cd731a9af0c37dd38e215a556d35ae8107cc93c3da9c023d4e73eda90e776d62a994d74f5bbda
 SHA512 
f8cf5c3cf7360e0640a2ca97a42c85e67e59835317d04dc752008463224e073053c70ede17e179e1e8d287b3e4ed832971a0398636c49e2680f1183f0ebd2302
+DIST rq-1.0.tar.gz 45516 BLAKE2B 
10af545640c757671d2da4691d06b03fe0b61c82351824a51f8f382bb0e7380312d6902ceff86bb5fbfe06ac3bedca3275394063e6576db33e78d20610083527
 SHA512 
eb3040c5c312123ff99158d504f5fea8377c382a1067d923db29a9087e7e0f7d5214ca1ab1df190d3e9872d6d00917c2435730c121dee1a4c410e65d2875d918

diff --git a/dev-python/rq/rq-1.0.ebuild b/dev-python/rq/rq-1.0.ebuild
new file mode 100644
index 000..41b1969f2d4
--- /dev/null
+++ b/dev-python/rq/rq-1.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_5 python3_6 )
+inherit distutils-r1
+
+DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
+HOMEPAGE="https://github.com/rq/rq;
+SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=" >=dev-python/click-5.0[${PYTHON_USEDEP}]
+   >=dev-python/redis-py-3.0.0[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2019-04-10 Thread William Hubbs
commit: dd584e0ff6c9f1155fb940a4cf216f5b70cbe233
Author: William Hubbs  sony  com>
AuthorDate: Wed Apr 10 18:25:41 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Apr 10 22:17:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd584e0f

dev-python/rq: library for creating and processing background jobs

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: William Hubbs  gentoo.org>

 dev-python/rq/Manifest |  1 +
 dev-python/rq/metadata.xml | 11 +++
 dev-python/rq/rq-0.13.0.ebuild | 19 +++
 3 files changed, 31 insertions(+)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
new file mode 100644
index 000..40dca80be02
--- /dev/null
+++ b/dev-python/rq/Manifest
@@ -0,0 +1 @@
+DIST rq-0.13.0.tar.gz 45487 BLAKE2B 
1985a097d419b50b19771a5f1c1526c8b8b3e9b960f7ecb2817cd731a9af0c37dd38e215a556d35ae8107cc93c3da9c023d4e73eda90e776d62a994d74f5bbda
 SHA512 
f8cf5c3cf7360e0640a2ca97a42c85e67e59835317d04dc752008463224e073053c70ede17e179e1e8d287b3e4ed832971a0398636c49e2680f1183f0ebd2302

diff --git a/dev-python/rq/metadata.xml b/dev-python/rq/metadata.xml
new file mode 100644
index 000..5d3d9dc0e2a
--- /dev/null
+++ b/dev-python/rq/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   
+   
+   willi...@gentoo.org
+   William Hubbs
+   
+

diff --git a/dev-python/rq/rq-0.13.0.ebuild b/dev-python/rq/rq-0.13.0.ebuild
new file mode 100644
index 000..e0b65c4fd2d
--- /dev/null
+++ b/dev-python/rq/rq-0.13.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_5 python3_6 )
+inherit distutils-r1
+
+DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
+HOMEPAGE="https://github.com/rq/rq;
+SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=">=dev-python/click-5.0[${PYTHON_USEDEP}]
+   >=dev-python/redis-py-3.0.0[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"