aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-doit/APKBUILD
blob: 91f79053bdf05e13a086912505f7fd6269b926db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
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"