30/57: gnu: python-h5py: Remove needless "python2-variant" property.

2016-10-15 Thread Hartmut Goebel
htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit 965204d673a5e5b954dd526989df50d51e5ab73e
Author: Hartmut Goebel 
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 f70062d..ec7ef8d 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -730,11 +730,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



30/57: gnu: python-h5py: Remove needless "python2-variant" property.

2016-10-13 Thread Hartmut Goebel
htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit 01edecf1c56af878ba9a18dfa7377d9e433e2928
Author: Hartmut Goebel 
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 37f7958..ca2093d 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -730,11 +730,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