blob: b0464d97d622d3af3c097f87d6b0870de69a3d15 (
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
30
31
32
33
34
|
pkgbase = python-luna-usb-git
pkgdesc = Amaranth HDL framework for monitoring, hacking, and developing USB devices
pkgver = 0.2.0.post7+git.6c7c93d6
pkgrel = 1
url = https://github.com/greatscottgadgets/luna
arch = any
license = BSD-3-Clause
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-jschon
makedepends = python-pyproject-patcher
makedepends = python-setuptools
makedepends = python-setuptools-git-versioning
makedepends = python-sphinx
makedepends = python-sphinx_rtd_theme
makedepends = python-wheel
depends = python
depends = python-amaranth>=0.5
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
provides = python-luna-usb=0.2.0
conflicts = python-luna-usb
source = luna::git+https://github.com/greatscottgadgets/luna.git
sha512sums = SKIP
pkgname = python-luna-usb-git
|