mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-supersmoother: Update to 0.4-0.0a81544.
* gnu/packages/python-science.scm (python-supersmoother): Update to 0.4-0.0a81544. [native-inputs]: Remove python-wheel. Change-Id: I0adc29c7d6c5aba9547227f307c7bf41c8d6293a
This commit is contained in:
parent
c51a6bb807
commit
90db33ad57
1 changed files with 28 additions and 25 deletions
|
@ -5470,24 +5470,27 @@ data.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-supersmoother
|
(define-public python-supersmoother
|
||||||
|
;; 0.4 was release in 2017, there a lot of changes on master branch
|
||||||
|
;; providing tests fixtures.
|
||||||
|
(let ((commit "0a81544ac6bb33bdb08deeba69e97a4ceebcebcf")
|
||||||
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "python-supersmoother")
|
(name "python-supersmoother")
|
||||||
(version "0.4")
|
(version (git-version "0.4" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch) ; no package in PyPI
|
(method git-fetch) ; no package in PyPI
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/jakevdp/supersmoother")
|
(url "https://github.com/jakevdp/supersmoother")
|
||||||
(commit (string-append "v" version))))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1lkj8l2mpki6x2pxcwlrplx63lhi8h9v2rzxgjfb0cppsfr8m1wp"))))
|
(base32 "1r79nssw4a44zizvqg8y685nv3asdfj440s227phfww6kz33s3la"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest
|
(list python-pytest
|
||||||
python-scipy
|
python-scipy
|
||||||
python-setuptools
|
python-setuptools))
|
||||||
python-wheel))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-numpy))
|
(list python-numpy))
|
||||||
(home-page "http://github.com/jakevdp/supersmoother")
|
(home-page "http://github.com/jakevdp/supersmoother")
|
||||||
|
@ -5497,7 +5500,7 @@ data.")
|
||||||
@url{https://www.slac.stanford.edu/pubs/slacpubs/3250/slac-pub-3477.pdf,
|
@url{https://www.slac.stanford.edu/pubs/slacpubs/3250/slac-pub-3477.pdf,
|
||||||
Friedman's SuperSmoother} based in Python. It makes use of numpy for fast
|
Friedman's SuperSmoother} based in Python. It makes use of numpy for fast
|
||||||
numerical computation.")
|
numerical computation.")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2))))
|
||||||
|
|
||||||
(define-public python-pylems
|
(define-public python-pylems
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue