# Maintainer: Dan Trickey # Contributor: Dan Trickey # This file is automatically generated by Arch Nemesis pkgname=arch-nemesis pkgver=0.2.1 pkgrel=2 pkgdesc='AUR Package Automatic Maintainer' arch=('any') url="https://github.com/trickeydan/arch-nemesis" license=('MIT') depends=('python' 'python-pygithub>1.51' 'python-pydantic' 'python-ruamel-yaml' 'python-click' 'python-colorama' 'python-cached-property' 'python-requests' 'python-jinja>2' 'python-gitpython') makedepends=('python-setuptools' 'python-dephell') source=('https://api.github.com/repos/trickeydan/arch-nemesis/tarball/v0.2.1') sha512sums=('dbe82e667711cf06b52db5d80840ddb1e285ba1ad9cdcf12a1f0930e1fa017aa2db0677a2764188c675176a0ab3ddbc954ac1a7acbeff73d2d425ef713fa6c19') prepare() { cd $(ls ${srcdir} | grep arch-nemesis) dephell deps convert --from pyproject.toml --to setup.py } package() { cd $(ls ${srcdir} | grep arch-nemesis) python setup.py install --root="$pkgdir/" --optimize=1 }