summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 579bef9ce3040d9336972987bae6187ed01659bd (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
# Maintainer: Dan Trickey
# Contributor: Dan Trickey
# This file is automatically generated by Arch Nemesis
pkgname=python-j5
pkgver=0.12.0
pkgrel=1
pkgdesc='j5 Robotics Framework'
arch=('any')
url="https://github.com/j5api/j5"
license=('MIT')
depends=('python' 'python-pyusb' 'python-pyserial' 'python-cached-property' 'python-typing_extensions' 'python-pyquaternion')
optdepends=('python-zoloto')
makedepends=('python-setuptools' 'python-dephell')
source=('https://api.github.com/repos/j5api/j5/tarball/v0.12.0')
sha512sums=('205c07c3f07123b9a51c1d2a15f2826dba75b29c7612e62c347bad2f5e71b31a0870916ab54ba8f678196862a379afd666c551227e5dd38a7596b689017c61de')

prepare() {
    cd $(ls ${srcdir} | grep j5)
    dephell deps convert --from pyproject.toml --to setup.py
}

package() {
  cd $(ls ${srcdir} | grep j5)
  python setup.py install --root="$pkgdir/" --optimize=1
}