Search Criteria
Package Details: python-cocotb-bus 0.2.1-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-3-Clause |
Submitter: | csantosb |
Maintainer: | bcb |
Last Packager: | bcb |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-05-22 10:28 (UTC) |
Last Updated: | 2024-08-25 15:30 (UTC) |
Dependencies (7)
- python-cocotbAUR (python-cocotb-gitAUR)
- python-scapy (python-scapy-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
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' .