From dd3ee6073e4f6e9eb86be2eaa847885da1131908 Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Sat, 18 Mar 2023 09:48:02 +0100 Subject: [PATCH] gnu: python-databases: Revise description. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/databases.scm (python-databases)[synopsis]: Spell out “Asynchronous”. [description]: Mention that it's a wrapper around other libraries using SQLAlchemy. --- gnu/packages/databases.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index fc0d8d6ae7..56b971206a 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -3763,8 +3763,9 @@ (define-public python-databases python-asyncmy python-sqlalchemy)) (home-page "https://github.com/encode/databases") - (synopsis "Async database support for Python") - (description "This package implements async database support for Python.") + (synopsis "Asynchronous database abstraction library") + (description "Databases provides a wrapper around asynchronous database +libraries with SQLALchemy.") (license license:bsd-3))) (define-public python-psycopg2