mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: Remove python-pyodbc-c.
Last updated 7 years ago, doesn't work with current python, with error: undefined symbol: PyUnicode_GetMax * gnu/packages/databases.scm (python-pyodbc-c): Remove variable. Change-Id: If51b6589c33129c7097e3219a4c96cb8d95a0edf
This commit is contained in:
parent
2b311b24e6
commit
a6f6f5a993
1 changed files with 0 additions and 28 deletions
|
@ -3609,34 +3609,6 @@ development.")
|
||||||
;; source files are in the public domain.
|
;; source files are in the public domain.
|
||||||
(license (list license:public-domain license:bsd-3))))
|
(license (list license:public-domain license:bsd-3))))
|
||||||
|
|
||||||
(define-public python-pyodbc-c
|
|
||||||
(package
|
|
||||||
(name "python-pyodbc-c")
|
|
||||||
(version "3.1.5")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://gitlab.com/daym/pyodbc-c/")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32 "08y60c5sx0k953zfx0s2a155l8py968sb17ap9a9fg8bjnj783k8"))))
|
|
||||||
(build-system python-build-system)
|
|
||||||
(inputs
|
|
||||||
(list unixodbc))
|
|
||||||
(arguments
|
|
||||||
`(;; The tests require a running SQL server that they don't help set up.
|
|
||||||
#:tests? #f))
|
|
||||||
(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, 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
|
(define-public python-pyodbc
|
||||||
(package
|
(package
|
||||||
(name "python-pyodbc")
|
(name "python-pyodbc")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue