diff --git a/devel/py-hunter/Makefile b/devel/py-hunter/Makefile index 0ff10e4943cd..843edeadb31a 100644 --- a/devel/py-hunter/Makefile +++ b/devel/py-hunter/Makefile @@ -1,26 +1,26 @@ PORTNAME= hunter -DISTVERSION= 3.6.0 +DISTVERSION= 3.6.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Flexible code tracing toolkit WWW= https://github.com/ionelmc/python-hunter LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.3.1:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} USES= python:3.6+ -USE_PYTHON= pep517 cython autoplist pytest # tests fail to run, see https://github.com/ionelmc/python-hunter/issues/114 +USE_PYTHON= pep517 cython autoplist pytest # tests depend on a non-existent module, see https://github.com/ionelmc/python-hunter/issues/116 TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: @${FIND} ${STAGEDIR}${PREFIX} -name "*.so" | ${XARGS} ${STRIP_CMD} .include diff --git a/devel/py-hunter/distinfo b/devel/py-hunter/distinfo index 9b77302f9fc6..afa9d5d1020f 100644 --- a/devel/py-hunter/distinfo +++ b/devel/py-hunter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682577735 -SHA256 (hunter-3.6.0.tar.gz) = 88a4599aa58a02e8b3c2c48d4a3f690d32ab2876a08aa4721b4c2f47f548c0a7 -SIZE (hunter-3.6.0.tar.gz) = 644129 +TIMESTAMP = 1687071920 +SHA256 (hunter-3.6.1.tar.gz) = 16fbea3d6a67d474e13ee726bdf464211613ddddde338345338c3a5cd942585b +SIZE (hunter-3.6.1.tar.gz) = 644202