svn commit: r480152 - head/math/py-secp256k1

Yuri Victorovich yuri at FreeBSD.org
Thu Sep 20 03:15:15 UTC 2018


Author: yuri
Date: Thu Sep 20 03:15:14 2018
New Revision: 480152
URL: https://svnweb.freebsd.org/changeset/ports/480152

Log:
  math/py-secp256k1: Remove test target and depends because tests aren't defined
  
  Revert my commit r480150 because tests only exist in the github version, but not in the CHEESESHOP version.
  
  Approved by:	portmgr blanket

Modified:
  head/math/py-secp256k1/Makefile

Modified: head/math/py-secp256k1/Makefile
==============================================================================
--- head/math/py-secp256k1/Makefile	Thu Sep 20 02:47:24 2018	(r480151)
+++ head/math/py-secp256k1/Makefile	Thu Sep 20 03:15:14 2018	(r480152)
@@ -14,12 +14,8 @@ LICENSE=	MIT
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.8.0:devel/py-cffi@${PY_FLAVOR}
 LIB_DEPENDS=	libsecp256k1.so:math/secp256k1
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.11.1:devel/py-pytest-runner@${PY_FLAVOR}
 
 USES=		localbase python pkgconfig
 USE_PYTHON=	autoplist distutils
-
-do-test: # some tests fail: https://github.com/ludbb/secp256k1-py/issues/31
-	@cd ${WRKSRC} && ${PYTHON_CMD} -m test
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list