all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Giacomo Leidi via Guix-patches via <guix-patches@gnu.org>
To: 60493@debbugs.gnu.org
Cc: Giacomo Leidi <goodoldpaul@autistici.org>, lars@6xq.net
Subject: [bug#60493] [v2 1/3] gnu: Add python-async-lru.
Date: Wed, 12 Apr 2023 22:52:51 +0200	[thread overview]
Message-ID: <20230412205253.25395-1-goodoldpaul@autistici.org> (raw)
In-Reply-To: <428f3d79be8e236db047148bedd44e40@autistici.org>

* 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 06eae3d62d..1f9fdb79c6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -63,7 +63,7 @@
 ;;; Copyright © 2019, 2020 Alex Griffin <a@ajgrf.com>
 ;;; Copyright © 2019, 2020, 2021, 2022 Pierre Langlois <pierre.langlois@gmx.com>
 ;;; Copyright © 2019 Jacob MacDonald <jaccarmac@gmail.com>
-;;; Copyright © 2019, 2020, 2021 Giacomo Leidi <goodoldpaul@autistici.org>
+;;; Copyright © 2019-2021, 2023 Giacomo Leidi <goodoldpaul@autistici.org>
 ;;; Copyright © 2019 Wiktor Żelazny <wzelazny@vurv.cz>
 ;;; Copyright © 2019, 2020, 2021, 2022 Tanguy Le Carrour <tanguy@bioneland.org>
 ;;; Copyright © 2019, 2021, 2022 Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
@@ -23082,6 +23082,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: dd3e5e71104a2bcbad80e52e062a144ea96b8c6a
-- 
2.39.2





  parent reply	other threads:[~2023-04-12 20:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-02 12:50 [bug#60493] [PATCHES] update python-tweepy to 4.12.1 goodoldpaul--- via Guix-patches via
2023-01-02 12:52 ` [bug#60493] [PATCH 1/3] gnu: Add python-async-lru Giacomo Leidi via Guix-patches via
2023-01-02 12:52   ` [bug#60493] [PATCH 2/3] gnu: Update python-oauthlib to 3.2.2 Giacomo Leidi via Guix-patches via
2023-01-02 12:52   ` [bug#60493] [PATCH 3/3] gnu: Update python-tweepy to 4.12.1 Giacomo Leidi via Guix-patches via
2023-04-12 20:52 ` [bug#60493] [PATCHES] update " goodoldpaul--- via Guix-patches via
2023-04-12 20:52 ` Giacomo Leidi via Guix-patches via [this message]
2023-04-12 20:52   ` [bug#60493] [v2 2/3] gnu: Update python-oauthlib to 3.2.2 Giacomo Leidi via Guix-patches via
2023-04-12 20:52   ` [bug#60493] [v2 3/3] gnu: Update python-tweepy to 4.12.1 Giacomo Leidi via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230412205253.25395-1-goodoldpaul@autistici.org \
    --to=guix-patches@gnu.org \
    --cc=60493@debbugs.gnu.org \
    --cc=goodoldpaul@autistici.org \
    --cc=lars@6xq.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.