* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/queuelib/
@ 2021-11-15 19:59 Aisha Tammy
0 siblings, 0 replies; 8+ messages in thread
From: Aisha Tammy @ 2021-11-15 19:59 UTC (permalink / raw
To: gentoo-commits
commit: 68c9ad6407ebedcf6e507cf5f185017cdd27cf9d
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Mon Nov 15 15:47:02 2021 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Mon Nov 15 15:47:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=68c9ad64
dev-python/queuelib: collection of persistent queues for scrapy
dependency of dev-python/scrapy
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-python/queuelib/Manifest | 1 +
dev-python/queuelib/metadata.xml | 8 ++++++++
dev-python/queuelib/queuelib-1.6.2.ebuild | 20 ++++++++++++++++++++
3 files changed, 29 insertions(+)
diff --git a/dev-python/queuelib/Manifest b/dev-python/queuelib/Manifest
new file mode 100644
index 000000000..4f843198e
--- /dev/null
+++ b/dev-python/queuelib/Manifest
@@ -0,0 +1 @@
+DIST queuelib-1.6.2.tar.gz 11732 BLAKE2B 6a007c29a13e21a137eb4042d8c588298a68432c05423e5ce6382bffb15692e7f85bab6b8af720a60193848256c04da897665291aff81f66f1342a49946f8abb SHA512 f474fd5cc24b72e4d6b0ddcb64ef775c06a213abb7a5b11b101671e27db46655f8debd9a3f438a1eaad0c0bb0d223d3151bde9132bdf3b6e9b19bff28b43a091
diff --git a/dev-python/queuelib/metadata.xml b/dev-python/queuelib/metadata.xml
new file mode 100644
index 000000000..65ac1f205
--- /dev/null
+++ b/dev-python/queuelib/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>gentoo@aisha.cc</email>
+ <name>Aisha Tammy</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-python/queuelib/queuelib-1.6.2.ebuild b/dev-python/queuelib/queuelib-1.6.2.ebuild
new file mode 100644
index 000000000..10f08b130
--- /dev/null
+++ b/dev-python/queuelib/queuelib-1.6.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_9 )
+inherit distutils-r1
+
+DESCRIPTION="Collection of persistent and non-persistent queues for Python"
+HOMEPAGE="https://scrapy.org/"
+SRC_URI="https://github.com/scrapy/queuelib/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT=0
+KEYWORDS="~amd64"
+
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/queuelib/
@ 2022-08-14 2:06 Aisha Tammy
0 siblings, 0 replies; 8+ messages in thread
From: Aisha Tammy @ 2022-08-14 2:06 UTC (permalink / raw
To: gentoo-commits
commit: 144e30f845d943b31deef85cb7f33ab3ab348cc2
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Aug 14 02:03:32 2022 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sun Aug 14 02:06:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=144e30f8
dev-python/queuelib: enable py3.10, py3.11
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-python/queuelib/queuelib-1.6.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/queuelib/queuelib-1.6.2.ebuild b/dev-python/queuelib/queuelib-1.6.2.ebuild
index 10f08b130..a30c8170e 100644
--- a/dev-python/queuelib/queuelib-1.6.2.ebuild
+++ b/dev-python/queuelib/queuelib-1.6.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_9 )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Collection of persistent and non-persistent queues for Python"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/queuelib/
@ 2023-12-30 20:39 Lucio Sauer
0 siblings, 0 replies; 8+ messages in thread
From: Lucio Sauer @ 2023-12-30 20:39 UTC (permalink / raw
To: gentoo-commits
commit: eb428b335c5cad6cb0e8d7dde8ed61bf2a6061d2
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sat Dec 30 20:28:42 2023 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Sat Dec 30 20:28:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb428b33
dev-python/queuelib: update EAPI 7 -> 8
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
dev-python/queuelib/queuelib-1.6.2.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-python/queuelib/queuelib-1.6.2.ebuild b/dev-python/queuelib/queuelib-1.6.2.ebuild
index 676abda744..6edc5200bc 100644
--- a/dev-python/queuelib/queuelib-1.6.2.ebuild
+++ b/dev-python/queuelib/queuelib-1.6.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
@@ -14,7 +14,4 @@ LICENSE="BSD"
SLOT=0
KEYWORDS="~amd64"
-RDEPEND="${PYTHON_DEPS}"
-DEPEND="${RDEPEND}"
-
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/queuelib/
@ 2023-12-30 20:39 Lucio Sauer
0 siblings, 0 replies; 8+ messages in thread
From: Lucio Sauer @ 2023-12-30 20:39 UTC (permalink / raw
To: gentoo-commits
commit: 4907b77dc3b0d06cc15e07d87bf78b8d2d22b5be
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sat Dec 30 20:33:46 2023 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Sat Dec 30 20:33:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4907b77d
dev-python/queuelib: enable py3.12
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
dev-python/queuelib/queuelib-1.6.2.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-python/queuelib/queuelib-1.6.2.ebuild b/dev-python/queuelib/queuelib-1.6.2.ebuild
index 6edc5200bc..a6b81e366a 100644
--- a/dev-python/queuelib/queuelib-1.6.2.ebuild
+++ b/dev-python/queuelib/queuelib-1.6.2.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
inherit distutils-r1
DESCRIPTION="Collection of persistent and non-persistent queues for Python"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/queuelib/
@ 2025-04-07 14:27 Rui Huang
0 siblings, 0 replies; 8+ messages in thread
From: Rui Huang @ 2025-04-07 14:27 UTC (permalink / raw
To: gentoo-commits
commit: 376224387730bedba9e28a3c044a74ba69ca7ad7
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Apr 7 12:27:37 2025 +0000
Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Mon Apr 7 14:26:53 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=37622438
dev-python/queuelib: add pypi upstream metadata
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
dev-python/queuelib/metadata.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/queuelib/metadata.xml b/dev-python/queuelib/metadata.xml
index f37733f16..3ee7d600f 100644
--- a/dev-python/queuelib/metadata.xml
+++ b/dev-python/queuelib/metadata.xml
@@ -7,5 +7,7 @@
</maintainer>
<upstream>
<remote-id type="github">scrapy/queuelib</remote-id>
+ <remote-id type="pypi">queuelib</remote-id>
+ <bugs-to>https://github.com/scrapy/queuelib/issues</bugs-to>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/queuelib/
@ 2025-04-07 14:27 Rui Huang
0 siblings, 0 replies; 8+ messages in thread
From: Rui Huang @ 2025-04-07 14:27 UTC (permalink / raw
To: gentoo-commits
commit: d4459bd4effb2f01dc812e6fdee5c825b26b957b
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Apr 7 12:28:08 2025 +0000
Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Mon Apr 7 14:26:53 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d4459bd4
dev-python/queuelib: drop 1.6.2
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
dev-python/queuelib/Manifest | 1 -
dev-python/queuelib/queuelib-1.6.2.ebuild | 19 -------------------
2 files changed, 20 deletions(-)
diff --git a/dev-python/queuelib/Manifest b/dev-python/queuelib/Manifest
index eef198dd9..8883cd5ef 100644
--- a/dev-python/queuelib/Manifest
+++ b/dev-python/queuelib/Manifest
@@ -1,2 +1 @@
-DIST queuelib-1.6.2.tar.gz 11732 BLAKE2B 6a007c29a13e21a137eb4042d8c588298a68432c05423e5ce6382bffb15692e7f85bab6b8af720a60193848256c04da897665291aff81f66f1342a49946f8abb SHA512 f474fd5cc24b72e4d6b0ddcb64ef775c06a213abb7a5b11b101671e27db46655f8debd9a3f438a1eaad0c0bb0d223d3151bde9132bdf3b6e9b19bff28b43a091
DIST queuelib-1.8.0.tar.gz 11675 BLAKE2B 7f8105c5351d7643121716ae29590099397ac629a966e0762391cbf94aaa39c513849483c8c1732d80b3ee5438bc1a7b73f7c91c6aa60786ebaf6b4904a612dc SHA512 46f227615a9cf06bbffef378c965d6cfa677b09cb99737b8520975a2e9d01626e8886675f52ccbb845cf67e16649f97d772068476b7c863345edecd416eddbcc
diff --git a/dev-python/queuelib/queuelib-1.6.2.ebuild b/dev-python/queuelib/queuelib-1.6.2.ebuild
deleted file mode 100644
index 1e691009f..000000000
--- a/dev-python/queuelib/queuelib-1.6.2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of persistent and non-persistent queues for Python"
-HOMEPAGE="https://scrapy.org/"
-SRC_URI="https://github.com/scrapy/queuelib/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT=0
-KEYWORDS="~amd64"
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/queuelib/
@ 2025-04-07 14:27 Rui Huang
0 siblings, 0 replies; 8+ messages in thread
From: Rui Huang @ 2025-04-07 14:27 UTC (permalink / raw
To: gentoo-commits
commit: 90cabbe49128dc5eabd6dd3f1bb952221d14dfbe
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Apr 7 12:27:55 2025 +0000
Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Mon Apr 7 14:26:53 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=90cabbe4
dev-python/queuelib: add 1.8.0
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
dev-python/queuelib/Manifest | 1 +
dev-python/queuelib/queuelib-1.8.0.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/dev-python/queuelib/Manifest b/dev-python/queuelib/Manifest
index 4f843198e..eef198dd9 100644
--- a/dev-python/queuelib/Manifest
+++ b/dev-python/queuelib/Manifest
@@ -1 +1,2 @@
DIST queuelib-1.6.2.tar.gz 11732 BLAKE2B 6a007c29a13e21a137eb4042d8c588298a68432c05423e5ce6382bffb15692e7f85bab6b8af720a60193848256c04da897665291aff81f66f1342a49946f8abb SHA512 f474fd5cc24b72e4d6b0ddcb64ef775c06a213abb7a5b11b101671e27db46655f8debd9a3f438a1eaad0c0bb0d223d3151bde9132bdf3b6e9b19bff28b43a091
+DIST queuelib-1.8.0.tar.gz 11675 BLAKE2B 7f8105c5351d7643121716ae29590099397ac629a966e0762391cbf94aaa39c513849483c8c1732d80b3ee5438bc1a7b73f7c91c6aa60786ebaf6b4904a612dc SHA512 46f227615a9cf06bbffef378c965d6cfa677b09cb99737b8520975a2e9d01626e8886675f52ccbb845cf67e16649f97d772068476b7c863345edecd416eddbcc
diff --git a/dev-python/queuelib/queuelib-1.8.0.ebuild b/dev-python/queuelib/queuelib-1.8.0.ebuild
new file mode 100644
index 000000000..10840dc9f
--- /dev/null
+++ b/dev-python/queuelib/queuelib-1.8.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=hatchling
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Collection of persistent and non-persistent queues for Python"
+HOMEPAGE="https://scrapy.org/"
+
+LICENSE="BSD"
+SLOT=0
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+# Tests requires network(tox), can't work inside network sandbox
+RESTRICT="test"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/queuelib/
@ 2025-04-07 14:27 Rui Huang
0 siblings, 0 replies; 8+ messages in thread
From: Rui Huang @ 2025-04-07 14:27 UTC (permalink / raw
To: gentoo-commits
commit: ea3126901ae3501979e50b79f08c25fc7a5b42c8
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Apr 7 13:33:55 2025 +0000
Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Mon Apr 7 14:26:53 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ea312690
dev-python/queuelib: enable pytest
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
dev-python/queuelib/queuelib-1.8.0.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-python/queuelib/queuelib-1.8.0.ebuild b/dev-python/queuelib/queuelib-1.8.0.ebuild
index 10840dc9f..70e92a4b9 100644
--- a/dev-python/queuelib/queuelib-1.8.0.ebuild
+++ b/dev-python/queuelib/queuelib-1.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,5 +15,4 @@ LICENSE="BSD"
SLOT=0
KEYWORDS="~amd64 ~arm64 ~x86"
-# Tests requires network(tox), can't work inside network sandbox
-RESTRICT="test"
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-04-07 14:27 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-30 20:39 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/queuelib/ Lucio Sauer
-- strict thread matches above, loose matches on Subject: below --
2025-04-07 14:27 Rui Huang
2025-04-07 14:27 Rui Huang
2025-04-07 14:27 Rui Huang
2025-04-07 14:27 Rui Huang
2023-12-30 20:39 Lucio Sauer
2022-08-14 2:06 Aisha Tammy
2021-11-15 19:59 Aisha Tammy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox