mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
dev-python/queuelib: add 1.8.0
Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
|||||||
DIST queuelib-1.6.2.tar.gz 11732 BLAKE2B 6a007c29a13e21a137eb4042d8c588298a68432c05423e5ce6382bffb15692e7f85bab6b8af720a60193848256c04da897665291aff81f66f1342a49946f8abb SHA512 f474fd5cc24b72e4d6b0ddcb64ef775c06a213abb7a5b11b101671e27db46655f8debd9a3f438a1eaad0c0bb0d223d3151bde9132bdf3b6e9b19bff28b43a091
|
DIST queuelib-1.6.2.tar.gz 11732 BLAKE2B 6a007c29a13e21a137eb4042d8c588298a68432c05423e5ce6382bffb15692e7f85bab6b8af720a60193848256c04da897665291aff81f66f1342a49946f8abb SHA512 f474fd5cc24b72e4d6b0ddcb64ef775c06a213abb7a5b11b101671e27db46655f8debd9a3f438a1eaad0c0bb0d223d3151bde9132bdf3b6e9b19bff28b43a091
|
||||||
|
DIST queuelib-1.8.0.tar.gz 11675 BLAKE2B 7f8105c5351d7643121716ae29590099397ac629a966e0762391cbf94aaa39c513849483c8c1732d80b3ee5438bc1a7b73f7c91c6aa60786ebaf6b4904a612dc SHA512 46f227615a9cf06bbffef378c965d6cfa677b09cb99737b8520975a2e9d01626e8886675f52ccbb845cf67e16649f97d772068476b7c863345edecd416eddbcc
|
||||||
|
|||||||
19
dev-python/queuelib/queuelib-1.8.0.ebuild
Normal file
19
dev-python/queuelib/queuelib-1.8.0.ebuild
Normal file
@@ -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"
|
||||||
Reference in New Issue
Block a user