diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-11-18 17:38:39 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-11-18 17:38:40 +0100 |
| commit | 80aa8f683653f8a7cef492678a4f609a93def970 (patch) | |
| tree | d00f1c4dbabb030fb2dc4a590dd8d311730b6835 /gnu | |
| parent | 20436b9d324b71a3876bb5a274faee93d7d6d5e8 (diff) | |
gnu: Remove python-backports-csv.
* gnu/packages/python-xyz.scm (python-backports-csv): Delete variable.
Fixes: guix/guix#3622
Change-Id: I42a3af16e570319638fa156b22fcbbc0a5884961
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b90312e2b14..fba037764ef 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15652,27 +15652,6 @@ tie-resolvement is accelerated by numba.") 2.6-3.3.") (license license:expat))) -(define-public python-backports-csv - (package - (name "python-backports-csv") - (version "1.0.7") - (source - (origin - (method url-fetch) - (uri (pypi-uri "backports.csv" version)) - (sha256 - (base32 "0vdx5jlhs91iizc8j8l8811nqprwvdx39pgkdc82w2qkfgzxyxqj")))) - (build-system python-build-system) - (home-page "https://github.com/ryanhiebert/backports.csv") - (synopsis "Backport of Python 3's csv module for Python 2") - (description - "Provides a backport of Python 3's @code{csv} module for parsing -comma separated values. The API of the @code{csv} module in Python 2 -is drastically different from the @code{csv} module in Python 3. -This is due, for the most part, to the difference between str in -Python 2 and Python 3.") - (license license:psfl))) - (define-public python-pyzmq (package (name "python-pyzmq") |
