summaryrefslogtreecommitdiff
path: root/testing/py3-zope-testrunner/APKBUILD
blob: 7c4b7aa6af621c79d337b1f4d95c442cb2ae6373 (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
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Justin Berthault <justin.berthault@zaclys.net>
pkgname=py3-zope-testrunner
_pkgname=zope.testrunner
pkgver=5.6
pkgrel=0
pkgdesc="Zope testrunner script"
options="!check" # Fails to run
url="https://github.com/zopefoundation/zope.testrunner"
arch="noarch"
license="ZPL-2.1"
depends="python3 py3-setuptools py3-six py3-zope-exceptions py3-zope-interface"
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 --skip-build --root="$pkgdir"
}

sha512sums="
602e8878664c9df3d1a6247397dbaf22d3c604d8be0fddf3ae836a8bd7ef404c2fb404b48d26a201adcfd6d081fb22044eef9f3193a339d7f2ca54762b88e3cd  zope.testrunner-5.6.tar.gz
"