diff options
Diffstat (limited to 'gnu/packages/python-compression.scm')
| -rw-r--r-- | gnu/packages/python-compression.scm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index 70abc7bad18..7924479185b 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | ;;; Copyright © 2017 Julien Lepiller <julien@lepiller.eu> | 5 | ;;; Copyright © 2017 Julien Lepiller <julien@lepiller.eu> |
| 6 | ;;; Copyright © 2018, 2019 Efraim Flashner <efraim@flashner.co.il> | 6 | ;;; Copyright © 2018, 2019 Efraim Flashner <efraim@flashner.co.il> |
| 7 | ;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr> | 7 | ;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr> |
| 8 | ;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com> | ||
| 8 | ;;; | 9 | ;;; |
| 9 | ;;; This file is part of GNU Guix. | 10 | ;;; This file is part of GNU Guix. |
| 10 | ;;; | 11 | ;;; |
| @@ -243,6 +244,17 @@ wrapper. It provides a backport of the @code{Path} object.") | |||
| 243 | ("python-unittest2" ,python2-unittest2) | 244 | ("python-unittest2" ,python2-unittest2) |
| 244 | ,@(package-native-inputs base)))))) | 245 | ,@(package-native-inputs base)))))) |
| 245 | 246 | ||
| 247 | ;; This package is used to bootstrap pytest, via importlib-metadata. | ||
| 248 | (define-public python2-zipp-bootstrap | ||
| 249 | (hidden-package | ||
| 250 | (package/inherit | ||
| 251 | python2-zipp | ||
| 252 | (arguments | ||
| 253 | `(#:tests? #f | ||
| 254 | ,@(package-arguments python2-zipp))) | ||
| 255 | (native-inputs | ||
| 256 | `(("python-setuptools-scm" ,python2-setuptools-scm)))))) | ||
| 257 | |||
| 246 | (define-public python-zstandard | 258 | (define-public python-zstandard |
| 247 | (package | 259 | (package |
| 248 | (name "python-zstandard") | 260 | (name "python-zstandard") |
