[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/51: gnu: python2-importlib-resources: Drop 'wheel' dependency.
From: |
guix-commits |
Subject: |
24/51: gnu: python2-importlib-resources: Drop 'wheel' dependency. |
Date: |
Fri, 24 Jan 2020 14:48:17 -0500 (EST) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 5e7202bbdf407470bbb72cf0a74dea6961c2507a
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Jan 15 23:23:00 2020 +0100
gnu: python2-importlib-resources: Drop 'wheel' dependency.
* gnu/packages/python-xyz.scm (python2-importlib-resources)[native-inputs]:
Remove.
[arguments]: Add #:phases.
---
gnu/packages/python-xyz.scm | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d9b17fc..e44696e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4983,9 +4983,17 @@ older Python versions.")
"0y3hg12iby1qyaspnbisz4s4vxax7syikk3skznwqizqyv89y9yk"))))
(build-system python-build-system)
(arguments
- `(#:python ,python-2))
- (native-inputs
- `(("python-wheel" ,python2-wheel)))
+ `(#:python ,python-2
+ #:phases (modify-phases %standard-phases
+ ;; The build system tests for python-wheel, but it is
+ ;; not required for Guix nor the test suite. Just drop
+ ;; it to make bootstrapping pytest easier.
+ (add-after 'unpack 'drop-wheel-dependency
+ (lambda _
+ (substitute* "setup.cfg"
+ (("^[[:blank:]]+wheel")
+ ""))
+ #t)))))
(propagated-inputs
`(("python-pathlib2" ,python2-pathlib2)
("python-typing" ,python2-typing)))
- 27/51: gnu: python-mako: Do not use pytest nose compatibility layer., (continued)
- 27/51: gnu: python-mako: Do not use pytest nose compatibility layer., guix-commits, 2020/01/24
- 30/51: gnu: python-pygobject: Update to 3.34.0., guix-commits, 2020/01/24
- 42/51: gnu: python-pytest-runner: Update to 5.2., guix-commits, 2020/01/24
- 48/51: gnu: meson: Update to 0.53.1., guix-commits, 2020/01/24
- 08/51: gnu: python-py: Update to 1.8.1., guix-commits, 2020/01/24
- 26/51: gnu: python2-pytest: Update to 4.6.9., guix-commits, 2020/01/24
- 33/51: gnu: libimobiledevice: Fix build with Python 3.8., guix-commits, 2020/01/24
- 45/51: gnu: util-linux: Update to 2.35., guix-commits, 2020/01/24
- 23/51: gnu: python2-flake8: Add missing input., guix-commits, 2020/01/24
- 25/51: gnu: python2-pluggy: Update to 0.13.1., guix-commits, 2020/01/24
- 24/51: gnu: python2-importlib-resources: Drop 'wheel' dependency.,
guix-commits <=
- 29/51: gnu: python-pycairo: Update to 1.18.2., guix-commits, 2020/01/24
- 31/51: gnu: python-dateutil: Add missing input., guix-commits, 2020/01/24
- 15/51: gnu: python-mock: Update to 3.0.5., guix-commits, 2020/01/24
- 39/51: gnu: python-setuptools-scm: Update to 3.4.3., guix-commits, 2020/01/24
- 43/51: gnu: python-fonttools: Update to 4.2.4., guix-commits, 2020/01/24
- 44/51: gnu: libuv: Update to 1.34.2., guix-commits, 2020/01/24
- 46/51: gnu: sqlite: Update to 3.31.0., guix-commits, 2020/01/24
- 47/51: gnu: pciutils: Update to 3.6.3., guix-commits, 2020/01/24
- 49/51: gnu: bison: Update to 3.5.1., guix-commits, 2020/01/24
- 50/51: gnu: qmapshack: Remove sqlite-with-column-metadata workaround., guix-commits, 2020/01/24