GNU bug report logs - #53824
[PATCH] Add the python-databases package.

Previous Next

Package: guix-patches;

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

Date: Sun, 6 Feb 2022 16:10:02 UTC

Severity: normal

Tags: patch

Done: Vagrant Cascadian <vagrant <at> debian.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 53824 in the body.
You can then email your comments to 53824 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#53824; Package guix-patches. (Sun, 06 Feb 2022 16:10:02 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 16:10:02 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 the python-databases package.
Date: Sun,  6 Feb 2022 17:09:08 +0100
---
 gnu/packages/python-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7c1b5e8ed3..7049ce61fa 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28931,3 +28931,31 @@ (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-databases
+  (package
+    (name "python-databases")
+    (version "0.5.5")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "databases" version))
+              (sha256
+               (base32
+                "0dzb998kg35xmd50ih168320vih2w3ich798r8fc4lf9q4bb1ih2"))))
+    (build-system python-build-system)
+    (propagated-inputs (list python-aiocontextvars python-sqlalchemy))
+    (native-inputs (list python-aiosqlite python-asyncmy python-aiomysql
+                         python-asyncpg python-aiopg))
+    (home-page "https://github.com/encode/databases")
+    (synopsis "Async database support for Python")
+    (description
+     "Databases gives you simple asyncio support for a
+range of databases.
+
+It allows you to make queries using the SQLAlchemy Core expression language,
+and provides support for PostgreSQL, MySQL, and SQLite.
+
+Databases is suitable for integrating against any async Web framework,
+such as Starlette, Sanic, Responder, Quart, aiohttp, Tornado, or
+FastAPI.")
+    (license license:bsd-3)))
-- 
2.34.0





Information forwarded to guix-patches <at> gnu.org:
bug#53824; Package guix-patches. (Thu, 24 Mar 2022 22:30:03 GMT) Full text and rfc822 format available.

Message #8 received at 53824 <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: 53824 <at> debbugs.gnu.org
Subject: Re: bug#53824: [PATCH] Add the python-databases package.
Date: Thu, 24 Mar 2022 23:29:31 +0100
Pierre-Henry Fröhring <contact <at> phfrohring.com> skribis:

> +(define-public python-databases
> +  (package
> +    (name "python-databases")
> +    (version "0.5.5")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (pypi-uri "databases" version))
> +              (sha256
> +               (base32
> +                "0dzb998kg35xmd50ih168320vih2w3ich798r8fc4lf9q4bb1ih2"))))
> +    (build-system python-build-system)
> +    (propagated-inputs (list python-aiocontextvars python-sqlalchemy))
> +    (native-inputs (list python-aiosqlite python-asyncmy python-aiomysql
> +                         python-asyncpg python-aiopg))

All these are presumably used at run time; shouldn’t they be propagated?

Thanks in advance,
Ludo’.




Reply sent to Vagrant Cascadian <vagrant <at> debian.org>:
You have taken responsibility. (Fri, 01 Sep 2023 22:39:02 GMT) Full text and rfc822 format available.

Notification sent to Pierre-Henry Fröhring <contact <at> phfrohring.com>:
bug acknowledged by developer. (Fri, 01 Sep 2023 22:39:02 GMT) Full text and rfc822 format available.

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

From: Vagrant Cascadian <vagrant <at> debian.org>
To: Pierre-Henry Fröhring <contact <at> phfrohring.com>,
 53824-done <at> debbugs.gnu.org
Subject: Re: [bug#53824] [PATCH] Add the python-databases package.
Date: Fri, 01 Sep 2023 15:38:08 -0700
[Message part 1 (text/plain, inline)]
> +(define-public python-databases
> +  (package
> +    (name "python-databases")
> +    (version "0.5.5")

This was added in:

b4da7c213336342c2f345a45d7b2e9105a893638 gnu: Add python-databases.

And updated in:

8f01f084d33022a0341b98d5d0ec1d93d625846e gnu: python-databases: Update to 0.7.0.

Marking as done.

live well,
  vagrant
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 30 Sep 2023 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 202 days ago.

Previous Next


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