guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/21: gnu: python2-pysnptools: Update to 0.3.13.


From: guix-commits
Subject: 02/21: gnu: python2-pysnptools: Update to 0.3.13.
Date: Wed, 23 Jan 2019 12:13:47 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 5d1ade85c424c7bac7aff36becf53f30fbe97e15
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 23 16:56:37 2019 +0100

    gnu: python2-pysnptools: Update to 0.3.13.
    
    * gnu/packages/python-xyz.scm (python2-pysnptools): Update to 0.3.13.
    [native-inputs]: Remove unzip; add python2-cython.
    [arguments]: Disable tests.
---
 gnu/packages/python-xyz.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3c5298a..cdeb63c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3376,23 +3376,24 @@ toolkits.")
 (define-public python2-pysnptools
   (package
     (name "python2-pysnptools")
-    (version "0.3.9")
+    (version "0.3.13")
     (source
      (origin
        (method url-fetch)
-       (uri (pypi-uri "pysnptools" version ".zip"))
+       (uri (pypi-uri "pysnptools" version))
        (sha256
         (base32
-         "1wybggjzz8zw7aav4pjsg2h22xp17a1lghrprza1pxwlm7wf96y2"))))
+         "0lnis5xsl7bi0hz4f7gbicahzi5zlxkc21nk3g374xv8fb5hb3qm"))))
     (build-system python-build-system)
     (arguments
-     `(#:python ,python-2)) ; only Python 2.7 is supported
+     `(#:python ,python-2 ; only Python 2.7 is supported
+       #:tests? #f))      ; test files (e.g. examples/toydata.bim) not included
     (propagated-inputs
      `(("python2-numpy" ,python2-numpy)
        ("python2-scipy" ,python2-scipy)
        ("python2-pandas" ,python2-pandas)))
     (native-inputs
-     `(("unzip" ,unzip)))
+     `(("python2-cython" ,python2-cython)))
     (home-page "http://microsoftgenomics.github.io/PySnpTools/";)
     (synopsis "Library for reading and manipulating genetic data")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]