GNU bug report logs - #53822
[PATCH] Add python-aiopg package.

Previous Next

Package: guix-patches;

Reported by: Pierre-Henry Fröhring <contact <at> phfrohring.com>

Date: Sun, 6 Feb 2022 14:49:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 53822 in the body.
You can then email your comments to 53822 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#53822; Package guix-patches. (Sun, 06 Feb 2022 14:49:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Pierre-Henry Fröhring <contact <at> phfrohring.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 06 Feb 2022 14:49:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Pierre-Henry Fröhring <contact <at> phfrohring.com>
To: guix-patches <at> gnu.org
Cc: Pierre-Henry Fröhring <contact <at> phfrohring.com>
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





Information forwarded to guix-patches <at> gnu.org:
bug#53822; Package guix-patches. (Sun, 06 Feb 2022 14:55:02 GMT) Full text and rfc822 format available.

Message #8 received at 53822 <at> debbugs.gnu.org (full text, mbox):

From: Maxime Devos <maximedevos <at> telenet.be>
To: Pierre-Henry Fröhring <contact <at> phfrohring.com>, 
 53822 <at> debbugs.gnu.org
Subject: Re: [bug#53822] [PATCH] Add python-aiopg package.
Date: Sun, 06 Feb 2022 15:54:23 +0100
[Message part 1 (text/plain, inline)]
Pierre-Henry Fröhring schreef op zo 06-02-2022 om 15:47 [+0100]:
> +    (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.")

Given that python-aiopg is a SQL library, python-sqlalchemy looks like
a (runtime) dependency of 'python-aiopg' to me.  Or perhaps it's only
for tests, then putting it in native-inputs is correct.

Greetings,
MMaxime.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Thu, 24 Mar 2022 22:27:02 GMT) Full text and rfc822 format available.

Notification sent to Pierre-Henry Fröhring <contact <at> phfrohring.com>:
bug acknowledged by developer. (Thu, 24 Mar 2022 22:27:02 GMT) Full text and rfc822 format available.

Message #13 received at 53822-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Pierre-Henry Fröhring <contact <at> phfrohring.com>
Cc: 53822-done <at> debbugs.gnu.org
Subject: Re: bug#53822: [PATCH] Add python-aiopg package.
Date: Thu, 24 Mar 2022 23:26:23 +0100
Pierre-Henry Fröhring <contact <at> phfrohring.com> skribis:

> +(define-public python-aiopg

Added a commit log and applied, thanks!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 22 Apr 2022 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 117 days ago.

Previous Next


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