[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
208/227: gnu: Add python-asyncmy.
From: |
guix-commits |
Subject: |
208/227: gnu: Add python-asyncmy. |
Date: |
Thu, 11 Nov 2021 12:30:50 -0500 (EST) |
apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit 0f67d46524b6048598effd3ddc2c6c7a06c633fb
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Nov 4 21:58:48 2021 -0400
gnu: Add python-asyncmy.
* gnu/packages/databases.scm (python-asyncmy): New variable.
---
gnu/packages/databases.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 1546f82..eb44141 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2658,6 +2658,25 @@ efficient, clean implementation of PostgreSQL server
binary protocol for use
with Python's asyncio framework.")
(license license:asl2.0)))
+(define-public python-asyncmy
+ (package
+ (name "python-asyncmy")
+ (version "0.2.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "asyncmy" version))
+ (sha256
+ (base32 "19p81jd4w7m7v2x1jdrwibp67wzqx1a7rdw5n4qqmch3iffp97vn"))))
+ (build-system python-build-system)
+ (native-inputs (list python-cython))
+ (home-page "https://github.com/long2ice/asyncmy")
+ (synopsis "Fast MySQL driver for Python")
+ (description "@code{asyncmy} is a fast @code{asyncio} MySQL driver, which
+reuses most of @code{pymysql} and @code{aiomysql} but rewrites the core
+protocol with Cython for performance.")
+ (license license:asl2.0)))
+
(define-public python-tortoise-orm
(package
(name "python-tortoise-orm")
- 200/227: gnu: gvfs: Use meson-0.59 to workaround faulty meson., (continued)
- 200/227: gnu: gvfs: Use meson-0.59 to workaround faulty meson., guix-commits, 2021/11/11
- 209/227: gnu: Add python-aiomysql., guix-commits, 2021/11/11
- 215/227: gnu: conan: Update to 1.42.0., guix-commits, 2021/11/11
- 225/227: gnu: Add binutils-next., guix-commits, 2021/11/11
- 226/227: gnu: binutils-gold: Inherit from binutils-next., guix-commits, 2021/11/11
- 178/227: gnu: xorg-server: Fix indentation., guix-commits, 2021/11/11
- 206/227: gnu: Add python-sphinxcontrib-asyncio., guix-commits, 2021/11/11
- 204/227: gnu: icecat: Enable geckodriver., guix-commits, 2021/11/11
- 133/227: gnu: python-flit: Update to 3.3.0., guix-commits, 2021/11/11
- 214/227: gnu: python-urllib3: Update to 1.26.7., guix-commits, 2021/11/11
- 208/227: gnu: Add python-asyncmy.,
guix-commits <=
- 219/227: gnu: geocode-glib: Use libsoup 2., guix-commits, 2021/11/11
- 123/227: gnu: pango: Update to 1.48.10., guix-commits, 2021/11/11
- 143/227: gnu: elogind: Update to 246.10., guix-commits, 2021/11/11
- 197/227: gnu: ansible-core: Use GUIX_PYTHONPATH to fix build., guix-commits, 2021/11/11
- 207/227: gnu: Add python-asyncpg., guix-commits, 2021/11/11
- 213/227: gnu: python-wmctrl: Add missing python-attrs propagated inputs., guix-commits, 2021/11/11
- 222/227: gnu: glade3: Use meson-0.59., guix-commits, 2021/11/11