From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 8LYUNQBDYGKfKAAAbAwnHQ (envelope-from ) for ; Wed, 20 Apr 2022 19:29:36 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id MGb9NABDYGLbNQAA9RJhRA (envelope-from ) for ; Wed, 20 Apr 2022 19:29:36 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9F124388A8 for ; Wed, 20 Apr 2022 19:29:36 +0200 (CEST) Received: from localhost ([::1]:35708 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nhE91-0008NZ-NC for larch@yhetil.org; Wed, 20 Apr 2022 13:29:35 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43650) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nhE8V-0007Of-Ky for guix-patches@gnu.org; Wed, 20 Apr 2022 13:29:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53464) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nhE8V-0003Cb-CJ for guix-patches@gnu.org; Wed, 20 Apr 2022 13:29:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nhE8V-0006JO-9Y for guix-patches@gnu.org; Wed, 20 Apr 2022 13:29:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#55044] [PATCH 3/8] gnu: Add python-queuelib. Resent-From: Felix Gruber Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 20 Apr 2022 17:29:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55044 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 55044@debbugs.gnu.org Cc: Felix Gruber Received: via spool by 55044-submit@debbugs.gnu.org id=B55044.165047570924127 (code B ref 55044); Wed, 20 Apr 2022 17:29:03 +0000 Received: (at 55044) by debbugs.gnu.org; 20 Apr 2022 17:28:29 +0000 Received: from localhost ([127.0.0.1]:47335 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nhE7x-0006H4-Gd for submit@debbugs.gnu.org; Wed, 20 Apr 2022 13:28:29 -0400 Received: from mout02.posteo.de ([185.67.36.66]:39183) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nhE7u-0006GQ-TS for 55044@debbugs.gnu.org; Wed, 20 Apr 2022 13:28:27 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 522FA240109 for <55044@debbugs.gnu.org>; Wed, 20 Apr 2022 19:28:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1650475701; bh=eorsd4WVZKtSBjaRwFMwl9bwSvb1lFrhTUzAmp5ZrM4=; h=From:To:Cc:Subject:Date:From; b=o0Q02gw46nXvXqmMon+XV7wGRmOaA4xgpfAfO7GXPSS4PSS4y3MCJRB5YToNFmTAT 1wxTzuX+85YkRxCfdT1KSbhXoHUXoqW3oUZ16dkRv9jicAFqNVsgiV/mLt/U5cabmS PbP9BL66xyKR1AsP9okEeENjzlztBerRKp7Gc9A2AeFyAZFG1+G5EmU/nD+GsAgDD9 0KciaC+fqdxXn7K5h5GJ70VoldkGt9+MlYJAg4Qx/ucftWyatWU5ZbAkg3baY1diJt oc3PA007zp5APgq72j+JWssEIHO4UxJGp+aM3qAIgh083WXOBA85e4bi5cAoKgxzWv JiuwA+xbW02Gg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Kk71J5zxDz6tmX; Wed, 20 Apr 2022 19:28:20 +0200 (CEST) From: Felix Gruber Date: Wed, 20 Apr 2022 17:27:59 +0000 Message-Id: <20220420172804.8849-3-felgru@posteo.net> In-Reply-To: <20220420172518.8609-1-felgru@posteo.net> References: <20220420172518.8609-1-felgru@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1650475776; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=rrAtk4QFIY084cpLZ4MSkRrRGN7eXqNCI76kF26N3Ik=; b=bL6neBaKba8TfzS+dE9ZhbfTrm9nJlSNPGlWq1AOi1l2CevGWQHttPWFgE/FPYF5Ffwy6q L1Tzv+BQc3ShEswiD28TjL9lsZe4Z5/5tToUvRpJqTfSLPIdf4EpnzeLHle40JHcqtSuVu fsKquuQDCNW2+WHSVHRfAmEkDANdWPRcY8BHqvavihdPvhw7hv1qHlc5WFwU5edBeCK+K1 Cf1YiT6tEhvQ+3EpBlYvp9ARroWt9olc0cCljkw0Rd42RDU69iywTLlLhQrk72Hw2u0KYp QUQrdVbI5Zs957UVDc9pva1eS5KIM6w+BsLeUgC8xOwJBKD/h8r0W263+7HOBA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1650475776; a=rsa-sha256; cv=none; b=kpjvYixmVjEM7104tM22SOKXpFhgVYtTGe2ivam5l9OftwVU3tcy1aSSPTdWfDw+l2JaKJ 25INhlDuasiT4gF5YOevppKvujhbz6M7VpvnfiQXs3G0UXnWbO8Y2WIMO/eF+MGbJDtb27 fTr9UQljVL0Pz4KSXau9ebrG8WDM8p40FtJg7df6c/wPRgmj9KB9NrP4y7UrVraQcSsBon ODg8hv6Rh8XCG++k4EjX7S8gChzqv2AH7/7cuT4/8CMvAIzvAGzGKg/prOjQe7hspwKiEj nS3rtGa125fbqg3Ps08R5l/thN7+kVjgZydQh42RbpWKMK55X6N3YPtr3gd7SQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=o0Q02gw4; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 6.46 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=o0Q02gw4; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 9F124388A8 X-Spam-Score: 6.46 X-Migadu-Scanner: scn0.migadu.com X-TUID: UTqOkXDbLmwt * gnu/packages/python-xyz.scm (python-queuelib): New variable. --- gnu/packages/python-xyz.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 78310e373a..6c1aee8695 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -29565,3 +29565,27 @@ Included in the package are the robustapply and saferef modules, which provide the ability to selectively apply arguments to callable objects and to reference instance methods using weak-references.") (license license:bsd-3))) + +(define-public python-queuelib + (package + (name "python-queuelib") + (version "1.6.2") + (source + (origin + (method url-fetch) + (uri (pypi-uri "queuelib" version)) + (sha256 + (base32 "1lpwq8wx3025i14y5h0hbald2ypbarf081pql6cqcak4y9kp482b")))) + (build-system python-build-system) + (native-inputs (list python-pytest)) + (home-page "https://github.com/scrapy/queuelib") + (synopsis + "Collection of persistent (disk-based) and non-persistent (memory-based) queues") + (description "Queuelib is a Python library that implements object +collections which are stored in memory or persisted to disk, provide a +simple API, and run fast. + +Queuelib provides collections for queues (FIFO), stacks (LIFO), queues +sorted by priority and queues that are emptied in a round-robin +fashion.") + (license license:bsd-3))) -- 2.30.2