[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
210/217: gnu: Add python-aiomysql.
From: |
guix-commits |
Subject: |
210/217: gnu: Add python-aiomysql. |
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 368fd473d4a7448b0e0c1613449ab078b9ecaf3e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Nov 4 22:13:15 2021 -0400
gnu: Add python-aiomysql.
* gnu/packages/databases.scm (python-aiomysql): New variable.
---
gnu/packages/databases.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index ff78b42..911c103 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2678,6 +2678,27 @@ reuses most of @code{pymysql} and @code{aiomysql} but
rewrites the core
protocol with Cython for performance.")
(license license:asl2.0)))
+(define-public python-aiomysql
+ (package
+ (name "python-aiomysql")
+ (version "0.0.21")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "aiomysql" version))
+ (sha256
+ (base32 "0b442d0jb82z3lk19ylmm64ix88ppz7gay08bxld538ivg06j5c1"))))
+ (build-system python-build-system)
+ (arguments '(#:tests? #f)) ;test suite requires docker
+ (propagated-inputs (list python-pymysql))
+ (home-page "https://github.com/aio-libs/aiomysql")
+ (synopsis "MySQL driver for Python")
+ (description "@code{aiomysql} is a driver for accessing a MySQL database
+from the @code{asyncio} Python framework. It depends on and reuses most parts
+of PyMySQL. @code{aiomysql} tries to preserve the same API as the
+@code{aiopg} library.")
+ (license license:expat)))
+
(define-public python-tortoise-orm
(package
(name "python-tortoise-orm")
- 158/217: gnu: gdk-pixbuf: Remove obsolete jasper support., (continued)
- 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, 2021/11/14
- 210/217: gnu: Add python-aiomysql.,
guix-commits <=
- 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
- 190/217: gnu: python-requests: Update to 2.26.0., guix-commits, 2021/11/14