gnu: python2-pysnptools: Update to 0.3.9.
* gnu/packages/python.scm (python2-pysnptools): Update to 0.3.9. [propagated-inputs]: Add python2-pytz. Move python2-pandas ... [inputs]: ... to here. Add python2-dateutil-2, python2-six.
This commit is contained in:
parent
783fb0a3a2
commit
a800018e03
|
@ -3419,22 +3419,26 @@ toolkits.")
|
||||||
(define-public python2-pysnptools
|
(define-public python2-pysnptools
|
||||||
(package
|
(package
|
||||||
(name "python2-pysnptools")
|
(name "python2-pysnptools")
|
||||||
(version "0.3.5")
|
(version "0.3.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pysnptools" version ".zip"))
|
(uri (pypi-uri "pysnptools" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15f4j4w5q603i7mlphb5r6mb1mn33pqg81595fpjp158140yqx7b"))))
|
"1wybggjzz8zw7aav4pjsg2h22xp17a1lghrprza1pxwlm7wf96y2"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:python ,python-2)) ; only Python 2.7 is supported
|
`(#:python ,python-2)) ; only Python 2.7 is supported
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python2-numpy" ,python2-numpy)
|
`(("python2-numpy" ,python2-numpy)
|
||||||
("python2-scipy" ,python2-scipy)
|
("python2-scipy" ,python2-scipy)
|
||||||
("python2-pandas" ,python2-pandas)
|
("python2-pytz" ,python2-pytz)
|
||||||
("python2-cython" ,python2-cython)))
|
("python2-cython" ,python2-cython)))
|
||||||
|
(inputs
|
||||||
|
`(("python2-dateutil-2" ,python2-dateutil-2)
|
||||||
|
("python2-pandas" ,python2-pandas)
|
||||||
|
("python2-six" ,python2-six)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("unzip" ,unzip)
|
`(("unzip" ,unzip)
|
||||||
("python2-setuptools" ,python2-setuptools)))
|
("python2-setuptools" ,python2-setuptools)))
|
||||||
|
|
Loading…
Reference in New Issue