aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-zope-testrunner/APKBUILD
blob: c1bce2d2d3cb7e9467b5c860173c4b376f7d3b85 (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
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer:
pkgname=py3-zope-testrunner
_pkgname=zope.testrunner
pkgver=5.0
pkgrel=0
pkgdesc="Zope testrunner script"
options="!check" # Fails to run
url="https://github.com/zopefoundation/zope.testrunner"
arch="all"
license="ZPL-2.1"
depends="python3 py3-setuptools py3-six py3-zope-exceptions py3-zope-interface"
makedepends="python3-dev"
checkdepends="py3-zope-testing"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

build() {
	python3 setup.py build
}

package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="9422b7ce945f076f6351c3cbd9db799ac892e094038c305c53ffc53c5f5cbe0317fb0e2e84777613be640b42fba37316ff4bb7fca1821c853ad40b6c31ed7762  zope.testrunner-5.0.tar.gz"