diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2020-01-16 00:45:53 +0100 |
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-24 20:44:33 +0100 |
| commit | 0ae97f5dd1c6cc2ad8e9f27f62e5a72e0d5fbb4c (patch) | |
| tree | 1d9d64be060162ea5c256b14d8136a692b3c1169 /gnu/packages/python-compression.scm | |
| parent | db6fb90a1fc29ab8a5fb61483e0e30d74c4eb8d8 (diff) | |
gnu: python2-pytest: Update to 4.6.9.
* gnu/packages/check.scm (python2-pytest): Update to 4.6.9.
(python2-pytest-bootstrap)[propagated-inputs]: Add
PYTHON2-IMPORTLIB-METADATA-BOOTSTRAP, PYTHON2-PACKAGING-BOOTSTRAP, and
PYTHON2-WCWIDTH. Replace PYTHON2-PLUGGY with PYTHON2-PLUGGY-BOOTSTRAP.
* gnu/packages/python-compression.scm (python2-zipp-bootstrap): New public variable.
* gnu/packages/python-xyz.scm (python2-importlib-resources-bootstrap): New
public variable.
(python-importlib-metadata)[native-inputs]: Change from PYTHON-PACKAGING to
PYTHON-PACKAGING-BOOTSTRAP.
[properties]: New field.
(python2-importlib-metadata-bootstrap, python2-contextlib2-bootstrap,
python2-pluggy-bootstrap): New public variables.
(python-packaging)[arguments]: Allow overriding #:tests?.
(python2-packaging-bootstrap): New public variable.
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") |
