mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: python-brian2tools: Switch to pyproject.
* gnu/packages/machine-learning.scm (python-brian2tools): [build-system]: Switch to pyproject-build-system. [propagated-inputs]: Remove python-setuptools and python-setuptools-scm. [native-inputs]: Remove python-pytest; add python-setuptools, python-setuptools-scm. Change-Id: Idfa91dcf22f79aba09ce2191ac89f0e2772dfbf5
This commit is contained in:
parent
60522ee6b9
commit
ef593ec6c7
1 changed files with 2 additions and 4 deletions
|
|
@ -6741,7 +6741,7 @@ easily extensible.")
|
|||
(sha256
|
||||
(base32
|
||||
"0fn028mfy3qlzjkadd0wr5d7rcplijd5jphln414xifvvsb9jcc2"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
;; Both pypi tarball and git repo lack test files.
|
||||
(arguments (list #:tests? #f))
|
||||
(propagated-inputs (list python-brian2
|
||||
|
|
@ -6749,10 +6749,8 @@ easily extensible.")
|
|||
python-markdown-strings
|
||||
python-matplotlib
|
||||
python-pylems
|
||||
python-setuptools
|
||||
python-setuptools-scm
|
||||
python-tables))
|
||||
(native-inputs (list python-pytest))
|
||||
(native-inputs (list python-setuptools python-setuptools-scm))
|
||||
(home-page "https://github.com/brian-team/brian2tools")
|
||||
(synopsis "Tools for the Brian 2 simulator")
|
||||
(description "Visualization and NeuroML import/export tools for the
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue