guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: python-pyodbc-c: Fix metadata.


From: guix-commits
Subject: 06/07: gnu: python-pyodbc-c: Fix metadata.
Date: Sat, 11 Jun 2022 15:00:56 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c794df84907cbfff85ecd8c0b054583ffbeae38f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 5 02:00:04 2022 +0200

    gnu: python-pyodbc-c: Fix metadata.
    
    It appears to have been copied from python-pyodbc, a different project.
    
    * gnu/packages/databases.scm (python-pyodbc-c)[synopsis, description]:
    Describe this project instead, and how it differs.
    [home-page]: Point elsewhere.
---
 gnu/packages/databases.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 41cca7184b..bf00c9d23d 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3034,10 +3034,13 @@ development.")
     (arguments
      `(;; No unit tests exist.
        #:tests? #f))
-    (home-page "https://github.com/mkleehammer/pyodbc";)
-    (synopsis "Python ODBC Library")
+    (home-page "https://gitlab.com/daym/pyodbc-c";)
+    (synopsis "Python ODBC Library written in C")
     (description "@code{python-pyodbc-c} provides a Python DB-API driver
-for ODBC.")
+for ODBC, similar to python-pyodbc but written in C.
+
+It's designed to stand alone and not have other dependencies on other packages
+or languages.  It uses only Python's built-in data types.")
     (license (license:x11-style "file://LICENSE.TXT"))))
 
 (define-public python-pyodbc



reply via email to

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