emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#53822: closed ([PATCH] Add python-aiopg package.)


From: GNU bug Tracking System
Subject: bug#53822: closed ([PATCH] Add python-aiopg package.)
Date: Thu, 24 Mar 2022 22:27:02 +0000

Your message dated Thu, 24 Mar 2022 23:26:23 +0100
with message-id <87tubn7zsg.fsf@gnu.org>
and subject line Re: bug#53822: [PATCH] Add python-aiopg package.
has caused the debbugs.gnu.org bug report #53822,
regarding [PATCH] Add python-aiopg package.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
53822: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53822
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] Add python-aiopg package. Date: Sun, 6 Feb 2022 15:47:23 +0100
---
 gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7c1b5e8ed3..a28a050480 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28931,3 +28931,24 @@ (define-public python-types-dataclasses
      "This packages provides a collection of library stubs for Python, with
 static types.")
     (license license:asl2.0)))
+
+(define-public python-aiopg
+  (package
+    (name "python-aiopg")
+    (version "1.3.3")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "aiopg" version))
+              (sha256
+               (base32
+                "1mwmypsfzh8adjbyvf7kqv9h3k1kf5ykhi1g3ahw4wqdxaj6nz2l"))))
+    (build-system python-build-system)
+    (native-inputs (list python-sqlalchemy))
+    (propagated-inputs (list python-async-timeout python-psycopg2-binary))
+    (home-page "https://aiopg.readthedocs.io";)
+    (synopsis "Postgres integration with asyncio")
+    (description
+     "aiopg is a library for accessing a PostgreSQL
+database from the asyncio (PEP-3156/tulip) framework.  It wraps
+asynchronous features of the Psycopg database driver.")
+    (license license:bsd-3)))
-- 
2.34.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#53822: [PATCH] Add python-aiopg package. Date: Thu, 24 Mar 2022 23:26:23 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Pierre-Henry Fröhring <contact@phfrohring.com> skribis:

> +(define-public python-aiopg

Added a commit log and applied, thanks!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]