[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
68/104: gnu: python2-scikit-image: Remove needless native-input and inhe
From: |
Hartmut Goebel |
Subject: |
68/104: gnu: python2-scikit-image: Remove needless native-input and inheritance. |
Date: |
Tue, 15 Nov 2016 21:37:05 +0000 (UTC) |
htgoebel pushed a commit to branch python-build-system
in repository guix.
commit 1273359455379895e2ae29ddeb9bcaf3f5001a6d
Author: Hartmut Goebel <address@hidden>
Date: Sun Oct 16 20:37:14 2016 +0200
gnu: python2-scikit-image: Remove needless native-input and inheritance.
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 00a323f..2da510a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2974,16 +2974,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
- 48/104: gnu: vdirsyncer: Fix build by setting correct PYTHONPATH., (continued)
- 48/104: gnu: vdirsyncer: Fix build by setting correct PYTHONPATH., Hartmut Goebel, 2016/11/15
- 59/104: gnu: python-cov-core: Fix imports., Hartmut Goebel, 2016/11/15
- 62/104: gnu: python-joblib: Remove python byte-code files from source., Hartmut Goebel, 2016/11/15
- 20/104: gnu: Fix python inputs, part 1: all inputs become propagated-inputs., Hartmut Goebel, 2016/11/15
- 78/104: gnu: python-wsgi-intercept: Correct inputs., Hartmut Goebel, 2016/11/15
- 74/104: gnu: python-zope-location: Correct inputs., Hartmut Goebel, 2016/11/15
- 79/104: gnu: python-urllib3: update comment., Hartmut Goebel, 2016/11/15
- 66/104: gnu: python-scikit-image: Correct inputs., Hartmut Goebel, 2016/11/15
- 86/104: gnu: python-prompt-toolkit: Correct inputs, Hartmut Goebel, 2016/11/15
- 87/104: gnu: python-consul: Correct inputs., Hartmut Goebel, 2016/11/15
- 68/104: gnu: python2-scikit-image: Remove needless native-input and inheritance.,
Hartmut Goebel <=
- 89/104: gnu: python-nautilus: Correct inputs, Hartmut Goebel, 2016/11/15
- 96/104: gnu: python-flake8: Remove python byte-code files from source., Hartmut Goebel, 2016/11/15
- 99/104: gnu: python-scikit-learn: Remove useless property "python2-variant"., Hartmut Goebel, 2016/11/15
- 100/104: gnu: python-betamax: fix inputs., Hartmut Goebel, 2016/11/15
- 12/104: gnu: Remove python-setuptools and python2-setuptools from inputs (part 1a), Hartmut Goebel, 2016/11/15
- 17/104: gnu: Remove python-setuptools and python2-setuptools from inputs (part 4b), Hartmut Goebel, 2016/11/15
- 46/104: gnu: python-scipy: Fix build., Hartmut Goebel, 2016/11/15
- 53/104: gnu: python-subunit, python-testrepository: Fix inputs, Hartmut Goebel, 2016/11/15
- 44/104: gnu: python-numpy-bootstrap, python-numpy: Fix build., Hartmut Goebel, 2016/11/15
- 64/104: gnu: python-feedgenerator: Remove python byte-code files from source., Hartmut Goebel, 2016/11/15