mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: Add python-simplespectral.
* gnu/packages/python-science.scm (python-simplespectral): New variable.
This commit is contained in:
parent
6262801bb2
commit
05c13b3149
1 changed files with 20 additions and 0 deletions
|
@ -1290,6 +1290,26 @@ (define-public python-pyvista
|
||||||
visual integration of spatially referenced datasets.")
|
visual integration of spatially referenced datasets.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-simplespectral
|
||||||
|
(package
|
||||||
|
(name "python-simplespectral")
|
||||||
|
(version "1.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "SimpleSpectral" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0qh3xwdv9cwcqdamvglrhm586p4yaq1hd291py1fvykhk2a2d4w6"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
(list python-numpy python-scipy))
|
||||||
|
(home-page "https://github.com/xmikos/simplespectral")
|
||||||
|
(synopsis "FFT module for Python")
|
||||||
|
(description
|
||||||
|
"This package provides a simplified @code{scipy.signal.spectral} module
|
||||||
|
to do spectral analysis in Python.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-traittypes
|
(define-public python-traittypes
|
||||||
(package
|
(package
|
||||||
(name "python-traittypes")
|
(name "python-traittypes")
|
||||||
|
|
Loading…
Reference in a new issue