From 64d4814f6e81de1fbe052aa8aa72fa43655a6c61 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Thu, 7 Jan 2016 11:16:14 +0000 Subject: [PATCH] - Add NO_ARCH - Use do-test --- net-mgmt/py-ipy/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-mgmt/py-ipy/Makefile b/net-mgmt/py-ipy/Makefile index 149e535a00a9..24c02a866ffe 100644 --- a/net-mgmt/py-ipy/Makefile +++ b/net-mgmt/py-ipy/Makefile @@ -13,8 +13,9 @@ COMMENT= Python module for handling IPv4 and IPv6 Addresses and Networks USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes -test: install +do-test: ${PYTHON_CMD} ${WRKSRC}/test/test_IPy.py .include