~dricottone/huttese-apk

daf650947170c709ada5d3d5ba0db8df0c906e06 — Drew DeVault 5 years ago 7b5191e
Remove check from py3-amqp
1 files changed, 1 insertions(+), 5 deletions(-)

M sr.ht/py3-amqp/APKBUILD
M sr.ht/py3-amqp/APKBUILD => sr.ht/py3-amqp/APKBUILD +1 -5
@@ 11,17 11,13 @@ depends="python3 py3-vine"
makedepends="py-setuptools"
source="https://files.pythonhosted.org/packages/source/a/${_name}/${_name}-${pkgver}.tar.gz"
builddir="$srcdir/${_name}-${pkgver}"
options="!check"

build() {
	cd "$builddir"
	python3 setup.py build
}

check() {
	cd "$builddir"
	pytest-3
}

package() {
	cd "$builddir"
	python3 setup.py install --root="$pkgdir" --optimize=1