# Contributor: Fabian Affolter # Maintainer: Fabian Affolter pkgname=py3-doit _pkgname=doit pkgver=0.31.1 pkgrel=0 pkgdesc="A Python Automation Tool" url="https://pydoit.org/" arch="noarch" license="MIT" depends="py3-cloudpickle py3-inotify py3-six" makedepends="py3-setuptools" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver replaces="py-doit" # Backwards compatibility provides="py-doit=$pkgver-r$pkgrel" # Backwards compatibility build() { python3 setup.py build } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="31235cb46a73adc2d3e726dce24dd9632f5b1ef00d313bf1c42ff895a03eff41be0ec7ae14a004e742d50003c2da17f29bd3392a49d80e73cfb59c12bd152d9d doit-0.31.1.tar.gz"