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.
This commit is contained in:
parent
89c7a2c891
commit
c794df8490
1 changed files with 6 additions and 3 deletions
|
@ -3034,10 +3034,13 @@ development.")
|
||||||
(arguments
|
(arguments
|
||||||
`(;; No unit tests exist.
|
`(;; No unit tests exist.
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(home-page "https://github.com/mkleehammer/pyodbc")
|
(home-page "https://gitlab.com/daym/pyodbc-c")
|
||||||
(synopsis "Python ODBC Library")
|
(synopsis "Python ODBC Library written in C")
|
||||||
(description "@code{python-pyodbc-c} provides a Python DB-API driver
|
(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"))))
|
(license (license:x11-style "file://LICENSE.TXT"))))
|
||||||
|
|
||||||
(define-public python-pyodbc
|
(define-public python-pyodbc
|
||||||
|
|
Reference in a new issue