[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
99/104: gnu: python-scikit-learn: Remove useless property "python2-varia
From: |
Hartmut Goebel |
Subject: |
99/104: gnu: python-scikit-learn: Remove useless property "python2-variant". |
Date: |
Tue, 15 Nov 2016 21:37:09 +0000 (UTC) |
htgoebel pushed a commit to branch python-build-system
in repository guix.
commit 1b5241c5153e0c3039f01f520c8cca28063bbaf6
Author: Hartmut Goebel <address@hidden>
Date: Sun Oct 23 20:25:22 2016 +0200
gnu: python-scikit-learn: Remove useless property "python2-variant".
The Python 2 packages does not change the definition, thus the
propery is useless.
* gnu/packages/python.scm (python-scikit-learn): [properties]:
Remove "python2-variant". (python2-scikit-learn): Remove
now needless "strip-python2-variant".
---
gnu/packages/python.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 48d75f0..589fd04 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2971,11 +2971,10 @@ and is very extensible.")
(description
"Scikit-learn provides simple and efficient tools for data
mining and data analysis.")
- (license license:bsd-3)
- (properties `((python2-variant . ,(delay python2-scikit-learn))))))
+ (license license:bsd-3)))
(define-public python2-scikit-learn
- (package-with-python2 (strip-python2-variant python-scikit-learn)))
+ (package-with-python2 python-scikit-learn))
(define-public python-scikit-image
(package
- 20/104: gnu: Fix python inputs, part 1: all inputs become propagated-inputs., (continued)
- 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, 2016/11/15
- 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 <=
- 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
- 67/104: gnu: python2-scikit-image: Remove needless propagated-input., Hartmut Goebel, 2016/11/15
- 75/104: gnu: python-configobj: Correct inputs., Hartmut Goebel, 2016/11/15
- 76/104: gnu: python-zope-security: Correct inputs., Hartmut Goebel, 2016/11/15