From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.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 oEgoF9PTsmO6fAAAbAwnHQ (envelope-from ) for ; Mon, 02 Jan 2023 13:53:39 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id uN1TFtPTsmPRgwAAG6o9tA (envelope-from ) for ; Mon, 02 Jan 2023 13:53:39 +0100 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 56C3BF765 for ; Mon, 2 Jan 2023 13:53:38 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pCKJO-00042c-Vd; Mon, 02 Jan 2023 07:53:06 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pCKJL-00041t-D8 for guix-patches@gnu.org; Mon, 02 Jan 2023 07:53:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pCKJL-0005o4-4a for guix-patches@gnu.org; Mon, 02 Jan 2023 07:53:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pCKJL-00026T-0R for guix-patches@gnu.org; Mon, 02 Jan 2023 07:53:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#60493] [PATCH 1/3] gnu: Add python-async-lru. References: <428f3d79be8e236db047148bedd44e40@autistici.org> In-Reply-To: <428f3d79be8e236db047148bedd44e40@autistici.org> Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 02 Jan 2023 12:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60493 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 60493@debbugs.gnu.org Cc: Giacomo Leidi Received: via spool by 60493-submit@debbugs.gnu.org id=B60493.16726639437989 (code B ref 60493); Mon, 02 Jan 2023 12:53:02 +0000 Received: (at 60493) by debbugs.gnu.org; 2 Jan 2023 12:52:23 +0000 Received: from localhost ([127.0.0.1]:42708 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pCKIh-00024h-2B for submit@debbugs.gnu.org; Mon, 02 Jan 2023 07:52:23 -0500 Received: from confino.investici.org ([93.190.126.19]:48539) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pCKIe-00024H-Vd for 60493@debbugs.gnu.org; Mon, 02 Jan 2023 07:52:21 -0500 Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4NlwkB6VPGz10wP; Mon, 2 Jan 2023 12:52:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1672663938; bh=qg4KmvAoOya4VJ0oql2pLwvw3lbLeaCfxeWO6aWwlYQ=; h=From:To:Cc:Subject:Date:From; b=fzlpkpMEhB23mRCmxDX3yFkhv2A4y3mpopzzJfMRtN8Ydg7V2iLWGz92RRiWPJQFO 7YR/Fou6ERGr1TIO0IW9Uv9NOWVabLLCrobqWyTe7c9gHiNdMn0evF11yJFDG3BgXD KmkVO+BHRobqWiuT+sJfPI4QwK0qAAkb+RNp7jSc= Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4NlwkB5z9fz10wM; Mon, 2 Jan 2023 12:52:18 +0000 (UTC) Date: Mon, 2 Jan 2023 13:52:05 +0100 Message-Id: <20230102125207.16014-1-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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: , Reply-to: Giacomo Leidi X-ACL-Warn: , Giacomo Leidi via Guix-patches From: Giacomo Leidi via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1672664018; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: 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=qg4KmvAoOya4VJ0oql2pLwvw3lbLeaCfxeWO6aWwlYQ=; b=PMac6CSk0Zul5dDW/1q2zGEzx9AmGxqiqbKN6isfgupuJErQF/VD7ASbI0aCERQDEz4UEU 9swQXhJ7vu9qA+i6fmcSbW9FyZAWrFZTJa1oAGObWfYcs7VLViFKntYS4WzBpfNIwLBCqv Tje0umDDzb2YHpNSRD1aeCdvRIDPb8iB+Jz9g/q0GHc88AGRJr1YLtvdiFKyMcf3dtsCRz 2WkbMrT6/eaCp7itNcSMcPu5wIOlzaTp89EWMI1H/pzWO+3mpYIosQaGJDjKC2dqMn3tjt tXrbGiStHfDnkS6VUAMsvN0ACeY5IO2MmTucgqlgmaiXC0gTEdnTbHklmUXubg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=autistici.org header.s=stigmate header.b=fzlpkpME; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1672664018; a=rsa-sha256; cv=none; b=Rv19W8swbfVB8buTD19aS3V8X5e9Rpl4m5mbdTntDJLuXPDForktJgdQQnjmsT+b4fFks4 yeYI+FBIbi+zQGYwMFkjcJuEjraKo0SdBvwk2x8lxVfdb95xRuFYsgji13ikI7a4j1R6NN 6O40cy1a0yuXwc6WkeZ3DZYpD2nljpuRnJrDyKJGrJzp96w+xOEr3Df55uspBbdt9EAz3/ jvWL6WzrAfHRYduCNyc7jkDWN6wkbPLZ78A2doARx+N1xKTmACuPkMW0kvtMIAPB9ikz4W 1dlOIOfVpSdoj0QC1+NqTW4QSNYkH8v1AX4pvlB1qLNg/qfshYsc6C1QCewB7w== X-Spam-Score: -3.55 X-Migadu-Queue-Id: 56C3BF765 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=autistici.org header.s=stigmate header.b=fzlpkpME; 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"; dmarc=pass (policy=none) header.from=gnu.org X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: -3.55 X-TUID: 6d4qbRDmhA8a * gnu/packages/python-xyz.scm (python-async-lru): New variable. --- gnu/packages/python-xyz.scm | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3bdd1e00d6..10898be92d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -63,7 +63,7 @@ ;;; Copyright © 2019, 2020 Alex Griffin ;;; Copyright © 2019, 2020, 2021, 2022 Pierre Langlois ;;; Copyright © 2019 Jacob MacDonald -;;; Copyright © 2019, 2020, 2021 Giacomo Leidi +;;; Copyright © 2019-2021, 2023 Giacomo Leidi ;;; Copyright © 2019 Wiktor Żelazny ;;; Copyright © 2019, 2020, 2021, 2022 Tanguy Le Carrour ;;; Copyright © 2019, 2021, 2022 Mădălin Ionel Patrașcu @@ -22728,6 +22728,23 @@ (define-public python-async-timeout manager compatible with @code{asyncio}.") (license license:asl2.0))) +(define-public python-async-lru + (package + (name "python-async-lru") + (version "1.0.3") + (source (origin + (method url-fetch) + (uri (pypi-uri "async-lru" version)) + (sha256 + (base32 + "0ankphghvzdgfwv64wvdb47gjnvi1ys58wbi7v7yc57b2llrpjy2")))) + (build-system python-build-system) + (home-page "https://github.com/aio-libs/async_lru") + (synopsis "Simple lru_cache for asyncio") + (description "This package provides a simple @code{lru_cache} for Python's +asyncio.") + (license license:expat))) + (define-public python-glob2 (package (name "python-glob2") base-commit: d7a9d72bb02a2a3b1a99183655bf878547116032 -- 2.38.1