guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: Add python-pylems.


From: guix-commits
Subject: 02/04: gnu: Add python-pylems.
Date: Tue, 21 Mar 2023 09:08:10 -0400 (EDT)

lbraun pushed a commit to branch master
in repository guix.

commit 9f882daf1194993716b3064f549a9f8d3a97277e
Author: Lars-Dominik Braun <ldb@leibniz-psychology.org>
AuthorDate: Tue Mar 21 13:54:06 2023 +0100

    gnu: Add python-pylems.
    
    * gnu/packages/python-science.scm (python-pylems): 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 58d127277c..6061b432a7 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1687,6 +1687,26 @@ Out-of-Core DataFrames (similar to Pandas), to visualize 
and explore big
 tabular datasets.  This package provides the core modules of Vaex.")
     (license license:expat)))
 
+(define-public python-pylems
+  (package
+    (name "python-pylems")
+    (version "0.6.0")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "PyLEMS" version))
+              (sha256
+               (base32
+                "074azbyivjbwi61fs5p8z9n6d8nk8xw6fmln1www13z1dccb3740"))))
+    (build-system python-build-system)
+    (propagated-inputs (list python-lxml))
+    (home-page "https://github.com/LEMS/pylems";)
+    (synopsis
+     "Python support for the Low Entropy Model Specification language (LEMS)")
+    (description
+     "A LEMS simulator written in Python which can be used to run
+NeuroML2 models.")
+    (license license:lgpl3)))
+
 ;;;
 ;;; Avoid adding new packages to the end of this file. To reduce the chances
 ;;; of a merge conflict, place them above by existing packages with similar



reply via email to

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