Date: Sun, 18 Jun 2023 07:36:20 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e81b9d06830d - main - =?utf-8?Q?devel/py-hunter:=20Update=203.6.0=20=E2=86=92=203.6.1?= Message-ID: <202306180736.35I7aKBY018146@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e81b9d06830da20eb5c61237d6a1baf5e43d4d1b commit e81b9d06830da20eb5c61237d6a1baf5e43d4d1b Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-06-18 07:10:38 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-06-18 07:36:15 +0000 devel/py-hunter: Update 3.6.0 → 3.6.1 Reported by: portscout --- devel/py-hunter/Makefile | 4 ++-- devel/py-hunter/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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,5 +1,5 @@ PORTNAME= hunter -DISTVERSION= 3.6.0 +DISTVERSION= 3.6.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAV ${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} 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306180736.35I7aKBY018146>