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"

Reply via email to