Archived
1
0
Fork 0

gnu: Remove python2-unicodecsv.

* gnu/packages/python-xyz.scm (python2-unicodecsv): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:43:38 -04:00
parent 9352fc5347
commit d09044194d
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -16600,33 +16600,6 @@ ambiguities (forward vs. backward slashes, etc.).
encoding algorithms to do fuzzy string matching.") encoding algorithms to do fuzzy string matching.")
(license license:bsd-2))) (license license:bsd-2)))
(define-public python2-unicodecsv
(package
(name "python2-unicodecsv")
(version "0.14.1")
(source (origin
(method git-fetch)
;; The test suite is not included in the PyPi release.
;; https://github.com/jdunck/python-unicodecsv/issues/19
(uri (git-reference
(url "https://github.com/jdunck/python-unicodecsv")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"15hx2k41a2lpv4hcml9zp4cvlx1171mnb5s4s13xc1pxkq3vgdjy"))))
(build-system python-build-system)
(arguments
`(;; It supports Python 3, but Python 3 can already do Unicode CSV.
#:python ,python-2))
(native-inputs
(list python2-unittest2))
(home-page "https://github.com/jdunck/python-unicodecsv")
(synopsis "Unicode CSV module for Python 2")
(description "Unicodecsv is a drop-in replacement for Python 2.7's CSV
module, adding support for Unicode strings.")
(license license:bsd-2)))
(define-public python-pdfminer-six (define-public python-pdfminer-six
(package (package
(name "python-pdfminer-six") (name "python-pdfminer-six")