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

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

bug#53824: closed ([PATCH] Add the python-databases package.)


From: GNU bug Tracking System
Subject: bug#53824: closed ([PATCH] Add the python-databases package.)
Date: Fri, 01 Sep 2023 22:39:02 +0000

Your message dated Fri, 01 Sep 2023 15:38:08 -0700
with message-id <87r0nhr033.fsf@wireframe>
and subject line Re: [bug#53824] [PATCH] Add the python-databases package.
has caused the debbugs.gnu.org bug report #53824,
regarding [PATCH] Add the python-databases package.
to be marked as done.

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


-- 
53824: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=53824
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#53824] [PATCH] Add the python-databases package. Date: Fri, 01 Sep 2023 15:38:08 -0700
> +(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

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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