[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
208/217: gnu: Add python-asyncpg.
From: |
guix-commits |
Subject: |
208/217: gnu: Add python-asyncpg. |
Date: |
Sun, 14 Nov 2021 19:21:29 -0500 (EST) |
vagrantc pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 04780bba9a735c0774d617ad909a7c7f7b25f455
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Nov 4 21:43:12 2021 -0400
gnu: Add python-asyncpg.
* gnu/packages/databases.scm (python-asyncpg): New variable.
---
gnu/packages/databases.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index c066b03..85b2fad 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2629,6 +2629,36 @@ for many database kinds that tortoise-orm doesn't need,
for example.")
coroutine-specific markup.")
(license license:asl2.0)))
+(define-public python-asyncpg
+ (package
+ (name "python-asyncpg")
+ (version "0.24.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "asyncpg" version))
+ (sha256
+ (base32 "1in0q6iffpl8ag6ady4bvwnn40igh10cpp4xgm426j1lqdis0byx"))))
+ (build-system python-build-system)
+ (propagated-inputs (list python-typing-extensions))
+ (native-inputs
+ (list postgresql
+ python-cython
+ python-flake8
+ python-pycodestyle
+ python-pytest
+ python-sphinx
+ python-sphinx-rtd-theme
+ python-sphinxcontrib-asyncio
+ python-uvloop))
+ (home-page "https://github.com/MagicStack/asyncpg")
+ (synopsis "Fast PostgreSQL database client library for Python")
+ (description "@code{asyncpg} is a database interface library designed
+specifically for PostgreSQL and Python/asyncio. @code{asyncpg} is an
+efficient, clean implementation of PostgreSQL server binary protocol for use
+with Python's asyncio framework.")
+ (license license:asl2.0)))
+
(define-public python-tortoise-orm
(package
(name "python-tortoise-orm")
- 159/217: gnu: gstreamer: Disable the pipelines-seek test., (continued)
- 159/217: gnu: gstreamer: Disable the pipelines-seek test., guix-commits, 2021/11/14
- 158/217: gnu: gdk-pixbuf: Remove obsolete jasper support., guix-commits, 2021/11/14
- 168/217: gnu: Add cling., guix-commits, 2021/11/14
- 170/217: gnu: gtkmm-3: Update to 3.24.5., guix-commits, 2021/11/14
- 178/217: gnu: duktape: Install a pkg-config file., guix-commits, 2021/11/14
- 180/217: gnu: network-manager: Update to 1.32.12., guix-commits, 2021/11/14
- 187/217: gnu: Add webkitgtk-with-libsoup2, guix-commits, 2021/11/14
- 198/217: gnu: ansible: Update to 4.7.0., guix-commits, 2021/11/14
- 207/217: gnu: Add python-sphinxcontrib-asyncio., guix-commits, 2021/11/14
- 195/217: gnu: openblas: Update to 0.3.18., guix-commits, 2021/11/14
- 208/217: gnu: Add python-asyncpg.,
guix-commits <=
- 210/217: gnu: Add python-aiomysql., guix-commits, 2021/11/14
- 215/217: gnu: python-urllib3: Update to 1.26.7., guix-commits, 2021/11/14
- 41/217: gnu: gst-plugins-base: Update to 1.19.2., guix-commits, 2021/11/14
- 82/217: gnu: curl: Honor #:tests?., guix-commits, 2021/11/14
- 164/217: gnu: gdb: Update to 11.1 and remove gdb-9.2., guix-commits, 2021/11/14
- 162/217: gnu: zxing-cpp: Update to 1.2.0-0.00783db., guix-commits, 2021/11/14
- 160/217: gnu: mesa: Replace obsolete vulkan-overlay-layer build option., guix-commits, 2021/11/14
- 166/217: gnu: python2-lit: Remove package., guix-commits, 2021/11/14
- 172/217: gnu: dconf: Update to 0.40.0., guix-commits, 2021/11/14
- 179/217: gnu: Add polkit-duktape., guix-commits, 2021/11/14