summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 60c399e036259331e20df1a701df9bea44e43fe6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Octopus118 <idlansdowne at gmail dot com>
pkgname=python-moteus-gui
_name=${pkgname#python-}
pkgver=0.3.72
pkgrel=1
pkgdesc="moteus brushless controller graphical user interfaces"
url="https://pypi.org/project/moteus-gui/"
arch=('any')
license=('Apache-2.0')
depends=('pyside2' 'python-asyncqt' 'python-matplotlib' 'python-moteus' 'python-numpy' 'python-qtconsole' 'python-qtpy')
makedepends=('python-installer')

source=("https://files.pythonhosted.org/packages/py3/${_name::1}/$_name/${_name//-/_}-$pkgver-py3-none-any.whl")

sha256sums=('c0045dc5c5fbcb678805d4af96005fc9c4c8c05387c17ae1d7ca62272db07892')

package() {
    python -m installer --destdir="$pkgdir" "${_name//-/_}-$pkgver-py3-none-any.whl"
}