# Maintainer: Dan Trickey # Contributor: Dan Trickey # This file is automatically generated by Arch Nemesis pkgname=python-sbot pkgver=0.8.0 pkgrel=1 pkgdesc='SourceBots Robot API' arch=('any') url="https://github.com/sourcebots/sbot" license=('MIT') depends=('python' 'python-j5') optdepends=('python-zoloto') makedepends=('python-setuptools' 'python-dephell') source=("") sha512sums=('') prepare() { cd $(ls ${srcdir} | grep sbot) dephell deps convert --from pyproject.toml --to setup.py } package() { cd $(ls ${srcdir} | grep sbot) python setup.py install --root="$pkgdir/" --optimize=1 }