mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-cocotb-bus: Update to 0.2.1-1.c3541f1.
* gnu/packages/electronics.scm (python-cocotb-bus): Update to 0.2.1-1.c3541f1. [arguments]: Disable tests. [native-inputs]: Remove python-setuptools and python-wheel; add python-setuptools-next. Change-Id: I7dbe913786b1937c18700af3b811d0ac064f3262
This commit is contained in:
parent
261211ca15
commit
da7023ce10
1 changed files with 6 additions and 5 deletions
|
@ -778,10 +778,11 @@ and Verilog RTL using Python.")
|
||||||
(define-public python-cocotb-bus
|
(define-public python-cocotb-bus
|
||||||
;; XXX: The latest tagged release (2.6.1) was placed on <2023-07-01>, switch
|
;; XXX: The latest tagged release (2.6.1) was placed on <2023-07-01>, switch
|
||||||
;; to tag when the fresh release is available.
|
;; to tag when the fresh release is available.
|
||||||
(let ((commit "8269cbdacdc26e676eace4e19fc753c96ac9a059")
|
(let ((commit "c3541f15c43c914d8cf3e57ecf92c5d256c97e6c")
|
||||||
(revision "0"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "python-cocotb-bus")
|
(name "python-cocotb-bus")
|
||||||
|
;; Version from src/cocotb_bus/_version.py
|
||||||
(version (git-version "0.2.1" revision commit))
|
(version (git-version "0.2.1" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -791,11 +792,12 @@ and Verilog RTL using Python.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "12762rdg630dq5qyvnv1g9kc36g0997nx8c5qndl34v6s9fc2152"))))
|
(base32 "1xx0w9g8psn4f8qlv7jzdwwr2ivvlaxi3flgp1v0qybzzhz6l1k3"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
;; TODO: Build documentation from <docs>.
|
;; TODO: Build documentation from <docs>.
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:tests? #f ;not compatible with cocotb 2.0
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
|
@ -807,8 +809,7 @@ and Verilog RTL using Python.")
|
||||||
(list iverilog
|
(list iverilog
|
||||||
nvc
|
nvc
|
||||||
python-pytest
|
python-pytest
|
||||||
python-setuptools
|
python-setuptools-next))
|
||||||
python-wheel))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-cocotb
|
(list python-cocotb
|
||||||
python-packaging
|
python-packaging
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue