guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: Add python-simplespectral.


From: guix-commits
Subject: 02/05: gnu: Add python-simplespectral.
Date: Wed, 28 Sep 2022 05:32:35 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 05c13b3149ecba94da30b4cac743f0c770171cf1
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Sep 28 09:49:52 2022 +0200

    gnu: Add python-simplespectral.
    
    * gnu/packages/python-science.scm (python-simplespectral): New variable.
---
 gnu/packages/python-science.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 30b75ca7f3..f2cbfb0043 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1290,6 +1290,26 @@ powerful visualization backend to facilitate rapid 
prototyping, analysis, and
 visual integration of spatially referenced datasets.")
     (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
   (package
     (name "python-traittypes")



reply via email to

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