Search Criteria
Package Details: python-luna-usb 0.1.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-luna-usb.git (read-only, click to copy) |
---|---|
Package Base: | python-luna-usb |
Description: | Amaranth HDL framework for monitoring, hacking, and developing USB devices |
Upstream URL: | https://github.com/greatscottgadgets/luna |
Licenses: | BSD-3-Clause |
Submitter: | Auerhuhn |
Maintainer: | Auerhuhn |
Last Packager: | Auerhuhn |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-06-13 08:04 (UTC) |
Last Updated: | 2025-03-22 15:21 (UTC) |
Dependencies (19)
- python (python37AUR, python311AUR, python310AUR)
- python-amaranthAUR (python-amaranth-gitAUR, python-amaranth0.4.5AUR, python-amaranthAUR)
- python-apolloAUR
- python-pyserial (python-pyserial-labgrid-gitAUR)
- python-pyusb (python-pyusb-gitAUR)
- python-pyvcdAUR
- python-usb-protocolAUR
- python-build (make)
- python-installer (make)
- python-jschonAUR (make)
- python-pyproject-patcherAUR (make)
- python-setuptools (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-sphinx_rtd_theme (make)
- python-wheel (make)
- python-cynthionAUR (optional) – connect to Cynthion hardware
- python-libusb1 (optional) – to use the bulk_speed_test applet
- python-luna-boards (optional) – connect to Luna boards
- python-prompt_toolkit (optional) – to use the included applets
Latest Comments
Auerhuhn commented on 2025-03-25 23:03 (UTC)
@thierer Glad to help and happy that you managed to figure out the root cause!
thierer commented on 2025-03-25 18:58 (UTC)
You're right, that worked. So the problem was that apparently I missed to update
python-usb-protocol
for the python 3.13 migration. Sorry for the noise!Auerhuhn commented on 2025-03-23 17:17 (UTC) (edited on 2025-03-23 17:17 (UTC) by Auerhuhn)
Hi @thierer, thanks for the kind feedback. I added the
-W
deliberately because warnings are a sign that something’s not working as intended. Can you reproduce those warnings when you build in a clean chroot?thierer commented on 2025-03-23 09:38 (UTC)
FYI, I had to remove the
W
flag from bothsphinx-build
calls to get this to build.There are 2 warnings
WARNING: autodoc: failed to import module 'control' from module 'luna.gateware.usb.usb2'
; no idea what's causing this.Btw. thanks a lot for maintaining
cython
and related packages; managing the dependencies seems like hell...