blob: 1f168939962dd6ed8c8da052949480528af2cce2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
pkgbase = python-luna-usb
pkgdesc = Amaranth HDL framework for monitoring, hacking, and developing USB devices
pkgver = 0.1.1
pkgrel = 1
url = https://github.com/greatscottgadgets/luna
arch = any
license = BSD-3-Clause
makedepends = python-build
makedepends = python-installer
makedepends = python-pyproject-patcher
makedepends = python-setuptools
makedepends = python-sphinx
makedepends = python-sphinx_rtd_theme
makedepends = python-wheel
depends = python
depends = python-amaranth
depends = python-apollo
depends = python-pyserial
depends = python-pyusb
depends = python-pyvcd
depends = python-usb-protocol
optdepends = python-cynthion: connect to Cynthion hardware
optdepends = python-libusb1: to use the bulk_speed_test applet
optdepends = python-luna-boards: connect to Luna boards
optdepends = python-prompt_toolkit: to use the included applets
source = luna-0.1.1.tar.gz::https://github.com/greatscottgadgets/luna/archive/0.1.1.tar.gz
sha512sums = 09e8df0f62ddcfbcf41cee48255f5c5c18e732f9011e0dacaef48cc80c6223f45092eaafe348632661f79a6033818d2af7fded8ef9b46cbd673af5579d708009
pkgname = python-luna-usb
|