# Contributor: Fabian Affolter # Maintainer: Fabian Affolter pkgname=py3-doit _pkgname=doit pkgver=0.32.0 pkgrel=0 pkgdesc="A Python Automation Tool" url="https://pydoit.org/" # aarch64: Fails to find py3-inotify arch="noarch !aarch64" 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="d5c28a0c6a38648aeef58027b2246fc26360e133e91933f2244bd484f70d6d26110acbfec19c74d53c796e0bbae07a4bf6d76542d45e8b1a6b503c186bf2a68a doit-0.32.0.tar.gz"