# Maintainer: Radim Sückr pkgname=developers-chamber pkgver=0.0.26 pkgrel=1 pkgdesc='Python developers utility library' arch=('any') url='https://github.com/druids/developers-chamber' license=('MIT') depends=('python' 'python-boto3' 'python-docker' 'python-click' 'python-gitpython' 'python-requests' 'python-click-completion' 'python-hosts' 'python-coloredlogs' 'python-dotenv' 'python-isort' 'python-jira' 'python-unidecode' 'python-attrdict' 'python-togglpy') makedepends=('python-setuptools') source=('git+https://github.com/druids/developers-chamber.git') sha512sums=('SKIP') prepare() { cd ${pkgname} python setup.py build } package() { cd ${pkgname} python setup.py install --root=${pkgdir} --optimize=1 --skip-build }