[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/104: gnu: python-h5py: Remove needless "python2-variant" property.
From: |
Hartmut Goebel |
Subject: |
31/104: gnu: python-h5py: Remove needless "python2-variant" property. |
Date: |
Tue, 15 Nov 2016 21:37:02 +0000 (UTC) |
htgoebel pushed a commit to branch python-build-system
in repository guix.
commit 9820a02858840d6f0aef6d13541aaf7148e50651
Author: Hartmut Goebel <address@hidden>
Date: Wed Sep 28 14:38:54 2016 +0200
gnu: python-h5py: Remove needless "python2-variant" property.
* gnu/packages/python.scm (python-h5py) [python2-variant]: Remove
property. (python2-h5py): Don't strip property "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 bdcd1e3..defec49 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -757,11 +757,10 @@ HDF5 library from Python. The low-level interface is
intended to be a
complete wrapping of the HDF5 API, while the high-level component supports
access to HDF5 files, datasets and groups using established Python and NumPy
concepts.")
- (license license:bsd-3)
- (properties `((python2-variant . ,(delay python2-h5py))))))
+ (license license:bsd-3)))
(define-public python2-h5py
- (package-with-python2 (strip-python2-variant python-h5py)))
+ (package-with-python2 python-h5py))
(define-public python-lockfile
(package
- 33/104: gnu: python-fixture: Correct inputs., (continued)
- 33/104: gnu: python-fixture: Correct inputs., Hartmut Goebel, 2016/11/15
- 26/104: gnu: scons: Do not use setuptools for building., Hartmut Goebel, 2016/11/15
- 30/104: gnu: python-ccm: Update synopsis and description., Hartmut Goebel, 2016/11/15
- 25/104: gnu: Fix python inputs, part 7: Ensure python-cython is a native-input., Hartmut Goebel, 2016/11/15
- 32/104: gnu: python-hdf5: Correct inputs., Hartmut Goebel, 2016/11/15
- 24/104: gnu: Fix python inputs, part 6: some inputs become native-inputs., Hartmut Goebel, 2016/11/15
- 16/104: gnu: Remove python-setuptools and python2-setuptools from inputs (part 4a), Hartmut Goebel, 2016/11/15
- 34/104: gnu: python-fixture: Enable tests., Hartmut Goebel, 2016/11/15
- 39/104: gnu: python-pytest-flakes: Fix build., Hartmut Goebel, 2016/11/15
- 13/104: gnu: Remove python-setuptools and python2-setuptools from inputs (part 1b), Hartmut Goebel, 2016/11/15
- 31/104: gnu: python-h5py: Remove needless "python2-variant" property.,
Hartmut Goebel <=
- 23/104: gnu: Fix python inputs, part 5: some inputs become propagated-inputs, Hartmut Goebel, 2016/11/15
- 19/104: gnu: Remove work-arounds for bug 20765 (ensure uncompressed eggs)., Hartmut Goebel, 2016/11/15
- 38/104: gnu: python-pillow: Fix build., Hartmut Goebel, 2016/11/15
- 41/104: gnu: python-zope-testing: Remove needless input., Hartmut Goebel, 2016/11/15
- 35/104: gnu: python-testrepositoryfixture: Correct inputs., Hartmut Goebel, 2016/11/15
- 37/104: gnu: python-singledispatch: correct inputs., Hartmut Goebel, 2016/11/15
- 36/104: gnu: python-pbr: Rework bootstrapping., Hartmut Goebel, 2016/11/15
- 57/104: gnu: pytest-mock: remove needless propagated input "python-py"., Hartmut Goebel, 2016/11/15
- 49/104: gnu: thefuck: Fix build., Hartmut Goebel, 2016/11/15
- 51/104: gnu: python-pandas: Fix build., Hartmut Goebel, 2016/11/15