[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/43: gnu: python2-scikit-image: Remove needless inputs. 2 REWORD
From: |
Hartmut Goebel |
Subject: |
12/43: gnu: python2-scikit-image: Remove needless inputs. 2 REWORD |
Date: |
Tue, 18 Oct 2016 11:20:07 +0000 (UTC) |
htgoebel pushed a commit to branch wip-python-build-system
in repository guix.
commit 193ce2d03c2eb241e38444cdbbc1a65013284a25
Author: Hartmut Goebel <address@hidden>
Date: Sun Oct 16 20:37:14 2016 +0200
gnu: python2-scikit-image: Remove needless inputs. 2 REWORD
Remove last additional [native-inputs] python-mock, thus there is no
need to inherit python-scikit-image package. Simply use
package-with-python2.
* gnu/packages/python.scm: (python-scikit-image): [properties]: Remove
python2-variant. (python2-scikit-image) Use simply
"package-with-python2" after removing last [native-inputs] python-mock.
---
gnu/packages/python.scm | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 4d00a49..708bfaf 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2884,16 +2884,10 @@ mining and data analysis.")
(synopsis "Image processing in Python")
(description
"Scikit-image is a collection of algorithms for image processing.")
- (license license:bsd-3)
- (properties `((python2-variant . ,(delay python2-scikit-image))))))
+ (license license:bsd-3)))
(define-public python2-scikit-image
- (let ((scikit-image (package-with-python2
- (strip-python2-variant python-scikit-image))))
- (package (inherit scikit-image)
- (native-inputs
- `(("python2-mock" ,python2-mock)
- ,@(package-native-inputs scikit-image))))))
+ (package-with-python2 python-scikit-image))
(define-public python-redis
(package
- 35/43: python-sphinxcontrib-programoutput: Remove needless input, already propagated., (continued)
- 35/43: python-sphinxcontrib-programoutput: Remove needless input, already propagated., Hartmut Goebel, 2016/10/18
- 21/43: add TODO comment, Hartmut Goebel, 2016/10/18
- 42/43: python-nautilus: Correct inouts, Hartmut Goebel, 2016/10/18
- 28/43: python-wsgi-intercept: Correct inputs., Hartmut Goebel, 2016/10/18
- 38/43: python-prompt-toolkit: Correct inputs, Hartmut Goebel, 2016/10/18
- 29/43: CLEAN: python-sphinxcontrib-newsfeed REmove needlass input, Hartmut Goebel, 2016/10/18
- 08/43: python-blinker: No longer disable tests., Hartmut Goebel, 2016/10/18
- 39/43: python-consul correct inputs, Hartmut Goebel, 2016/10/18
- 04/43: python-oauthlib: Correct inputs. REWORD, Hartmut Goebel, 2016/10/18
- 06/43: gnu: python-joblib: Add comment., Hartmut Goebel, 2016/10/18
- 12/43: gnu: python2-scikit-image: Remove needless inputs. 2 REWORD,
Hartmut Goebel <=
- 22/43: TODO: Remove .pyc, Hartmut Goebel, 2016/10/18
- 43/43: gnu: python-2.7: Add all guix prefixes in PYTHONPATH to site-prefixes., Hartmut Goebel, 2016/10/18
- 09/43: FIXUP oauthlib, Hartmut Goebel, 2016/10/18
- 30/43: python-urllib3: update comment, Hartmut Goebel, 2016/10/18
- 36/43: python-responses: Correct inputs, Hartmut Goebel, 2016/10/18
- 37/43: python-pika: Correct input, Hartmut Goebel, 2016/10/18
- 16/43: python-rst.linker, python2-rst.linker MOVE REWORD, Hartmut Goebel, 2016/10/18
- 25/43: python-configobj: Correct inputs., Hartmut Goebel, 2016/10/18
- 14/43: gnu: python-numpydoc: Correct inputs., Hartmut Goebel, 2016/10/18