diff --git a/devel/py-gyp-next/Makefile b/devel/py-gyp-next/Makefile index 7c12ab8b01ac..85560218a8db 100644 --- a/devel/py-gyp-next/Makefile +++ b/devel/py-gyp-next/Makefile @@ -1,26 +1,26 @@ PORTNAME= gyp-next -PORTVERSION= 0.22.1 +PORTVERSION= 0.22.2 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/nodejs/gyp-next/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= gyp_next-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fork of the GYP build system for use in the Node.js projects WWW= https://github.com/nodejs/gyp-next LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=24.0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/devel/py-gyp-next/distinfo b/devel/py-gyp-next/distinfo index 3a0765b265c3..5b445d484478 100644 --- a/devel/py-gyp-next/distinfo +++ b/devel/py-gyp-next/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1777252626 -SHA256 (gyp_next-0.22.1.tar.gz) = b1cd89cbee064d09b509dd0470b7ed1cc3b9c0628ab72e65eee0bde4665ad3ba -SIZE (gyp_next-0.22.1.tar.gz) = 320269 +TIMESTAMP = 1778677910 +SHA256 (gyp_next-0.22.2.tar.gz) = e1568ff5d0cdf5b2fbb1e9adb38d9c5b9d27d6fca02edc8e0907247dfae3e514 +SIZE (gyp_next-0.22.2.tar.gz) = 318930 diff --git a/devel/py-gyp-next/files/patch-pyproject.toml b/devel/py-gyp-next/files/patch-pyproject.toml index 332edab5f387..55ee5c639bd4 100644 --- a/devel/py-gyp-next/files/patch-pyproject.toml +++ b/devel/py-gyp-next/files/patch-pyproject.toml @@ -1,11 +1,15 @@ ---- pyproject.toml.orig 2026-04-21 07:23:16 UTC +--- pyproject.toml.orig 2026-05-13 02:28:12 UTC +++ pyproject.toml -@@ -12,7 +12,7 @@ requires-python = ">=3.9" +@@ -10,10 +10,9 @@ readme = "README.md" + ] + description = "A fork of the GYP build system for use in the Node.js projects" readme = "README.md" - license = { file="LICENSE" } +-license = "BSD-3-Clause" +-license-files = ["LICENSE"] ++license = { file="LICENSE" } requires-python = ">=3.9" --dependencies = ["packaging>=24.0", "setuptools>=69.5.1"] +-dependencies = ["packaging>=24.0", "setuptools>=77.0.3"] +dependencies = ["packaging>=24.0", "setuptools>=61.0"] classifiers = [ "Development Status :: 3 - Alpha", "Environment :: Console",