Search Criteria
Package Details: python-cocotb-bus 0.2.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-cocotb-bus.git (read-only, click to copy) |
---|---|
Package Base: | python-cocotb-bus |
Description: | Pre-packaged testbenching tools and reusable bus interfaces for cocotb |
Upstream URL: | https://github.com/cocotb/cocotb-bus/ |
Licenses: | BSD |
Submitter: | csantosb |
Maintainer: | None |
Last Packager: | csantosb |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-05-22 10:28 (UTC) |
Last Updated: | 2022-09-19 08:25 (UTC) |
Dependencies (6)
- python (python36, python32, python37, python39, python38, python310, python312)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- python-setuptools-scm (make)
- ghdl (ghdl-gcc-git, ghdl-mcode-git, ghdl-llvm-git) (optional) – for simulating VHDL designs
- gtkwave (gtkwave-gtk3-tcl, gtkwave-tcl, gtkwave-gtk3) (optional) – for visualizing waveforms
- iverilog (iverilog-git) (optional) – for simulating verilog designs
Latest Comments
alex.forencich commented on 2021-06-03 21:07 (UTC)
Nice, it seems to be working now.
csantosb commented on 2021-06-03 10:59 (UTC)
Ok, fixed. I included setuptools-scm as a makedepends.
csantosb commented on 2021-06-03 09:16 (UTC)
Yes, you refer to this, right ?
https://gitlab.com/aur-packages/python-cocotb-bus/-/jobs/1311664332
This is related to this issue
https://github.com/cocotb/cocotb-bus/issues/21
No idea of how to fix it, though, other than calling pip from within the PKGBUILD, which doesn't make sense to me.
alex.forencich commented on 2021-06-03 05:58 (UTC)
There seems to be an issue with how this package is built. Not sure what the correct solution is, but when the package is built, it fails to write out _version.py. As a result, it is not possible to import cocotb_bus as it fails with ModuleNotFoundError: No module named 'cocotb_bus._version' .