From 8c2f2f7f65441a3b66bc2d9b145cd9065461d0cc Mon Sep 17 00:00:00 2001 From: pjotrp Date: Thu, 25 Feb 2016 11:02:28 +0000 Subject: Fix python-piddle --- gn/packages/genenetwork.scm | 2 +- gn/packages/python.scm | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) (limited to 'gn/packages') diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index dea6eae..b77ccb4 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -178,7 +178,7 @@ ("python2-pandas" ,python2-pandas) ("python2-parallel" ,python2-parallel) ("python2-passlib" ,python2-passlib) - ("python2-piddle-gn2" ,python2-piddle-gn2) + ("python2-piddle-gn" ,python2-piddle-gn) ("python2-redis" ,python2-redis) ("python2-requests" ,python2-requests) ("python2-rpy2" ,python2-rpy2) diff --git a/gn/packages/python.scm b/gn/packages/python.scm index 61d186b..7781521 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -426,19 +426,20 @@ capabilities to the Python interpreter.") (method url-fetch) (uri (string-append "http://files.genenetwork.org/software/contrib/piddle-" -version "-gn.tgz")) +version ".tgz")) (sha256 (base32 - "0yl6frmhy94cmwzdks7ndc7nzh1ml2a4ch86gz2l7wcwpxjhwgmk")))) + "05gjnn31v7p0kh58qixrpcizcxqf3b7zv4a5kk8nsmqwgxh0c6gq")))) (build-system python-build-system) - ;; (native-inputs - ;; `(("python-setuptools" ,python-setuptools))) + (native-inputs + `(("python2-setuptools" ,python2-setuptools))) (arguments - `(#:python ,python-2 - #:tests? #f - )) ; no 'setup.py test' really! - (home-page "http://www.numpy.org/") + `( + #:python ,python-2 + #:tests? #f ; no 'setup.py test' really! + )) + (home-page #f) (synopsis "Canvas drawing library for python2 (old!)") (description #f) (license #f))) -- cgit v1.2.3