GNU bug report logs - #48429
[PATCH 4/5] gnu: Add python-aiofiles-0.5.0.

Previous Next

Package: guix-patches;

Reported by: Stefan Reichör <stefan <at> xsteve.at>

Date: Fri, 14 May 2021 21:19:04 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Stefan Reichör <stefan <at> xsteve.at>
Subject: bug#48429: closed ([PATCH 4/5] gnu: Add python-aiofiles-0.5.0.)
Date: Wed, 05 Feb 2025 19:43:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#48429: [PATCH 4/5] gnu: Add python-aiofiles-0.5.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 48429 <at> debbugs.gnu.org.

-- 
48429: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=48429
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 48429-done <at> debbugs.gnu.org
Subject: [PATCH 4/5] gnu: Add python-aiofiles-0.5.0.
Date: Wed, 05 Feb 2025 19:42:03 +0000
[Message part 3 (text/plain, inline)]
Hi,

Closing as not applied, see <https://issues.guix.gnu.org/48430>.

--
Oleg
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Stefan Reichör <stefan <at> xsteve.at>
To: guix-patches <at> gnu.org
Cc: Stefan Reichör <stefan <at> xsteve.at>
Subject: [PATCH 4/5] gnu: Add python-aiofiles-0.5.0.
Date: Fri, 14 May 2021 23:17:45 +0200
* gnu/packages/python-xyz.scm (python-aiofiles-0.5.0): New variable.
---
 gnu/packages/python-xyz.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8e769c08f2..431f2aa85d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25113,6 +25113,19 @@ process.")
 disk files in asyncio applications.")
     (license license:asl2.0)))
 
+;; Used by python-multiplex
+(define-public python-aiofiles-0.5.0
+  (package (inherit python-aiofiles)
+    (name "python-aiofiles-0.5.0")
+    (version "0.5.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "aiofiles" version))
+        (sha256
+          (base32
+            "1bqmv019x16qa3zah0z915cw6z4va3fjs60fk2s7vyah3gyvrrlq"))))))
+
 (define-public python-pyre-extensions
   (package
     (name "python-pyre-extensions")
-- 
2.25.1




This bug report was last modified 106 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.