Date: Thu, 27 Apr 2023 08:36:55 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: 739e53ed4440 - main - =?utf-8?Q?devel/py-hunter:=20Update=203.5.1=20=E2=86=92=203.6.0?= Message-ID: <202304270836.33R8atum000596@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=739e53ed4440114dea9292b0d1519c55dc452404 commit 739e53ed4440114dea9292b0d1519c55dc452404 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-04-27 06:50:10 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-04-27 08:36:48 +0000 devel/py-hunter: Update 3.5.1 → 3.6.0 Reported by: portscout --- devel/py-hunter/Makefile | 5 ++--- devel/py-hunter/distinfo | 6 +++--- devel/py-hunter/files/patch-pyproject.toml | 10 ++++++++++ 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/devel/py-hunter/Makefile b/devel/py-hunter/Makefile index 1852f571e292..0ff10e4943cd 100644 --- a/devel/py-hunter/Makefile +++ b/devel/py-hunter/Makefile @@ -1,6 +1,5 @@ PORTNAME= hunter -DISTVERSION= 3.5.1 -PORTREVISION= 1 +DISTVERSION= 3.6.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +11,7 @@ WWW= https://github.com/ionelmc/python-hunter LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=30.3.0:devel/py-setuptools@${PY_FLAVOR} \ +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} diff --git a/devel/py-hunter/distinfo b/devel/py-hunter/distinfo index 896a62491b44..9b77302f9fc6 100644 --- a/devel/py-hunter/distinfo +++ b/devel/py-hunter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1675631477 -SHA256 (hunter-3.5.1.tar.gz) = cdf094a5f3c85b1f95bb9d4f508d505225984ae03fc1ad9c364866584b1dbc95 -SIZE (hunter-3.5.1.tar.gz) = 561530 +TIMESTAMP = 1682577735 +SHA256 (hunter-3.6.0.tar.gz) = 88a4599aa58a02e8b3c2c48d4a3f690d32ab2876a08aa4721b4c2f47f548c0a7 +SIZE (hunter-3.6.0.tar.gz) = 644129 diff --git a/devel/py-hunter/files/patch-pyproject.toml b/devel/py-hunter/files/patch-pyproject.toml new file mode 100644 index 000000000000..f7abe2f37aeb --- /dev/null +++ b/devel/py-hunter/files/patch-pyproject.toml @@ -0,0 +1,10 @@ +--- pyproject.toml.orig 2023-04-27 06:43:19 UTC ++++ pyproject.toml +@@ -1,6 +1,6 @@ + [build-system] + requires = [ +- "setuptools>=64.0.0", ++ "setuptools", + "wheel", + "setuptools_scm>=3.3.1,!=4.0.0", + ]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304270836.33R8atum000596>