diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-03-12 13:41:50 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-03-12 13:41:50 +0000 |
commit | 85dabfd2a145b302831063b38e5a55e897b2a670 (patch) | |
tree | 28a2ea64854a47d137837421a99e79f435aaa737 | |
parent | 8d68c1dae436dee74a11634b7343dc3e0f82abb8 (diff) | |
download | ports-85dabfd2a145b302831063b38e5a55e897b2a670.tar.gz ports-85dabfd2a145b302831063b38e5a55e897b2a670.zip |
Notes
-rw-r--r-- | security/py-pyvex/Makefile | 8 | ||||
-rw-r--r-- | security/py-pyvex/distinfo | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/security/py-pyvex/Makefile b/security/py-pyvex/Makefile index f2c638ec43cd..e860fe0b8bd1 100644 --- a/security/py-pyvex/Makefile +++ b/security/py-pyvex/Makefile @@ -26,12 +26,15 @@ RUN_DEPENDS= ${_MY_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}bitstring>0:devel/py-bitstring@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycparser>0:devel/py-pycparser@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}angr==${DISTVERSION}:security/py-angr@${PY_FLAVOR} \ + z3>=0:math/z3 USES= gmake localbase python:3.5+ USE_CSTD= c99 USE_GITHUB= nodefault -GH_TUPLE= angr:${PORTNAME}:4fa68d58618a7635b281c9d06263c75fb9bf357f:tests +GH_TUPLE= angr:${PORTNAME}:4fa68d58618a7635b281c9d06263c75fb9bf357f:tests \ + angr:binaries:f2de6d7a0474d22130ffadd042327536a6fda114:binaries USE_PYTHON= autoplist distutils MAKE_ENV= EXTRA_CFLAGS="${CFLAGS}" @@ -50,6 +53,7 @@ post-install: pre-test: @${LN} -Fs ${WRKSRC_tests}/tests ${WRKSRC}/tests + @${LN} -Fs ${WRKSRC_binaries} ${WRKDIR}/binaries do-test: @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} nosetests-${PYTHON_VER} tests/*) diff --git a/security/py-pyvex/distinfo b/security/py-pyvex/distinfo index c563a0143773..6cd6acf9849c 100644 --- a/security/py-pyvex/distinfo +++ b/security/py-pyvex/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1583535389 +TIMESTAMP = 1584020289 SHA256 (pyvex-8.20.1.7.tar.gz) = 16d84ffb61d70d735861599d9f8cb21c33a22cbc9852de4acaa6569991a2e1ce SIZE (pyvex-8.20.1.7.tar.gz) = 1729320 SHA256 (angr-pyvex-4fa68d58618a7635b281c9d06263c75fb9bf357f_GH0.tar.gz) = 33e76741d598319c00a8d0c70d8e7151985e3e397cd97d45c5f64c8cb548dbb1 SIZE (angr-pyvex-4fa68d58618a7635b281c9d06263c75fb9bf357f_GH0.tar.gz) = 85478 +SHA256 (angr-binaries-f2de6d7a0474d22130ffadd042327536a6fda114_GH0.tar.gz) = 7bdc710d10db37d3105038eb4efda1b39e9d1149ecfaf35b1157381fe7275a4a +SIZE (angr-binaries-f2de6d7a0474d22130ffadd042327536a6fda114_GH0.tar.gz) = 56385140 |