blob: 82967ef8d0acdd38e9fd1f0d564252ae97de44f4 (
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
|
pkgbase = python-cfclient
pkgdesc = Host applications and library for Crazyflie written in Python.
pkgver = 2021.6.1
pkgrel = 1
url = https://github.com/bitcraze/crazyflie-clients-python
arch = any
license = GPL-2.0
makedepends = python
makedepends = python-setuptools
makedepends = python-cx_freeze
depends = python
depends = python-cflib
depends = python-appdirs
depends = python-pyzmq
depends = python-pyqtgraph
depends = python-pyaml
depends = python-quamash
depends = python-qtm
depends = python-numpy
depends = python-vispy
depends = python-pyserial
depends = python-pyqt5
optdepends = crazyflie-udev
optdepends = crazyradio-udev
source = python-cfclient-2021.6.1.tar.gz::https://github.com/bitcraze/crazyflie-clients-python/archive/2021.6.1.tar.gz
sha256sums = f0df15f48bf0c638cbf50ade479fb7c243d8ca5b015128b0a95c26fbc02c5462
pkgname = python-cfclient
|