mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-joblib: Update to 0.10.3.
* gnu/packages/python.scm (python-joblib): Update to 0.10.3. [native-inputs]: Add python-sphinx, python-docutils, python-numpydoc.
This commit is contained in:
parent
593dfdc33b
commit
f34ef3317e
1 changed files with 7 additions and 5 deletions
|
@ -2749,18 +2749,20 @@ logic-free templating system Mustache.")
|
||||||
(define-public python-joblib
|
(define-public python-joblib
|
||||||
(package
|
(package
|
||||||
(name "python-joblib")
|
(name "python-joblib")
|
||||||
(version "0.9.0b4")
|
(version "0.10.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://pypi.python.org/packages/source/"
|
(uri (pypi-uri "joblib" version))
|
||||||
"j/joblib/joblib-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dvw3f8jgj6h0fxkghbgyclvdzc7l0ig7n0vis70awb5kczb9bs3"))))
|
"0787k919zlfmgymprz5bzv0v1df5bbirlf3awrghmjgvkrd9dci9"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)
|
`(("python-setuptools" ,python-setuptools)
|
||||||
("python-nose" ,python-nose)))
|
("python-nose" ,python-nose)
|
||||||
|
("python-sphinx" ,python-sphinx)
|
||||||
|
("python-docutils" ,python-docutils)
|
||||||
|
("python-numpydoc" ,python-numpydoc)))
|
||||||
(home-page "http://pythonhosted.org/joblib/")
|
(home-page "http://pythonhosted.org/joblib/")
|
||||||
(synopsis "Using Python functions as pipeline jobs")
|
(synopsis "Using Python functions as pipeline jobs")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue