pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-cryptodomex: Do not redefine do-test:



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Fri Apr 5 13:44:17 2019 +0200
Changeset:	3afd17ecfcbff0b0d0e59524696633fc0d253419

Modified Files:
	py-cryptodomex/Makefile

Log Message:
py-cryptodomex: Do not redefine do-test:

do-test: is already defined by lang/python/extension.mk, no need
to redefine it.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3afd17ecfcbff0b0d0e59524696633fc0d253419

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-cryptodomex/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diffs:
diff --git a/py-cryptodomex/Makefile b/py-cryptodomex/Makefile
index 40f689dfa6..d166696c57 100644
--- a/py-cryptodomex/Makefile
+++ b/py-cryptodomex/Makefile
@@ -15,9 +15,6 @@ CFLAGS.SunOS+=	-std=c99 -D_XOPEN_SOURCE=600
 
 CHECK_PORTABILITY_SKIP+=	appveyor/get_wheels.sh
 
-do-test:
-	${RUN}cd ${WRKSRC};${SETENV} ${TEST_ENV} ${PYTHONBIN} ${PYSETUP} test
-
 BUILDLINK_API_DEPENDS.gmp+=     gmp>=5.0
 .include "../../devel/gmp/buildlink3.mk"
 .include "../../lang/python/egg.mk"


Home | Main Index | Thread Index | Old Index