1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

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
This commit is contained in:
Yuri Victorovich 2018-09-20 03:15:14 +00:00
parent 55b0ba56c0
commit f4b64ae6b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480152

View File

@ -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>