mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-edalize: Update to 0.6.1.
* gnu/packages/electronics.scm (python-edalize): Update to 0.6.1. [arguments]<#:test-flags>: Enable previously failing tests. [native-inputs]: Remove python-setuptools and python-wheel; add python-setuptools-next. Change-Id: I99e33582f4a4248f2ea6e9121dddf32e1e3f1b04 Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
This commit is contained in:
parent
2495ba43d9
commit
d0ebb9aa5d
1 changed files with 3 additions and 8 deletions
|
@ -764,7 +764,7 @@ and reusable bus interfaces to be used with @code{cocotb}.")
|
||||||
(define-public python-edalize
|
(define-public python-edalize
|
||||||
(package
|
(package
|
||||||
(name "python-edalize")
|
(name "python-edalize")
|
||||||
(version "0.6.0")
|
(version "0.6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -773,7 +773,7 @@ and reusable bus interfaces to be used with @code{cocotb}.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1gfysk6wj3mxndyzma604i3y2lkfn1im0bdmzxv5rn4x2nyk68sc"))))
|
(base32 "03mkzkmi96jkrpgcnawixvy832p3b8li8lrirdjhfp9dmp7d5kg5"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -782,18 +782,13 @@ and reusable bus interfaces to be used with @code{cocotb}.")
|
||||||
;; XXX: Tests failing with assertion not equal, find out
|
;; XXX: Tests failing with assertion not equal, find out
|
||||||
;; why.
|
;; why.
|
||||||
(list "not test_gatemate"
|
(list "not test_gatemate"
|
||||||
"test_gatemate_minimal"
|
|
||||||
"test_vcs_tool_options"
|
"test_vcs_tool_options"
|
||||||
"test_vcs_no_tool_options"
|
"test_vcs_no_tool_options"
|
||||||
"test_vcs_minimal"
|
"test_vcs_minimal"
|
||||||
"test_vivado_edif_netlist"
|
|
||||||
"test_vivado_edif_netlist_no_link_design"
|
|
||||||
"test_xcelium")
|
"test_xcelium")
|
||||||
" and not "))))
|
" and not "))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest
|
(list python-pytest python-setuptools-next))
|
||||||
python-setuptools
|
|
||||||
python-wheel))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-jinja2))
|
(list python-jinja2))
|
||||||
(home-page "https://github.com/olofk/edalize/")
|
(home-page "https://github.com/olofk/edalize/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue