~alpine/aports

[alpine-aports] [PATCH] main/py-cparser: enable tests

alpine-mips-patches <info@mobile-stream.com>
Details
Message ID
<20190206103233.DBE6F5EFE1@mx12.valuehost.ru>
Sender timestamp
1549447813
DKIM signature
missing
Download raw message
Patch: +7 -1
Built-in unit tests pass on x86_64 and mipseln8hf at least.

---
 main/py-cparser/APKBUILD | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/main/py-cparser/APKBUILD b/main/py-cparser/APKBUILD
index 83e7f35fc9..53d9c58d98 100644
--- a/main/py-cparser/APKBUILD
+++ b/main/py-cparser/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py-cparser
_pkgname=pycparser
pkgver=2.19
pkgrel=0
pkgrel=1
pkgdesc="A C parser written in Python"
url="https://github.com/eliben/pycparser"
arch="noarch"
@@ -20,6 +20,12 @@ build() {
	python3 setup.py build || return 1
}

check() {
	cd "$builddir"
	python2 tests/all_tests.py
	python3 tests/all_tests.py
}

package() {
	mkdir -p "$pkgdir"
}
-- 
2.20.1




---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)