Date: Tue, 17 Feb 2026 16:55:40 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 70a5a1197aba - main - print/py-glyphsets: Change BUILD_DEPENDS from py-setuptools-scm8 to py-setuptools-scm Message-ID: <69949d8c.26913.20e675a2@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=70a5a1197aba95ad4c72a3532aaf86a353ed78ca commit 70a5a1197aba95ad4c72a3532aaf86a353ed78ca Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-02-17 16:50:31 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-02-17 16:53:41 +0000 print/py-glyphsets: Change BUILD_DEPENDS from py-setuptools-scm8 to py-setuptools-scm - Update version requirement of BUILD_DEPENDS - Bump PORTREVISION for package change --- print/py-glyphsets/Makefile | 3 ++- print/py-glyphsets/files/patch-setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/print/py-glyphsets/Makefile b/print/py-glyphsets/Makefile index 8b0504f9b347..98f61a87c246 100644 --- a/print/py-glyphsets/Makefile +++ b/print/py-glyphsets/Makefile @@ -1,5 +1,6 @@ PORTNAME= glyphsets PORTVERSION= 1.1.0 +#PORTREVISION= 1 CATEGORIES= print python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools-scm8>=8.0.4<8.2:devel/py-setuptools-scm8@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8.1.0:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defcon>=0:x11-fonts/py-defcon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fonttools>=0:print/py-fonttools@${PY_FLAVOR} \ diff --git a/print/py-glyphsets/files/patch-setup.py b/print/py-glyphsets/files/patch-setup.py index b98ecdc4a070..63f02e9c2655 100644 --- a/print/py-glyphsets/files/patch-setup.py +++ b/print/py-glyphsets/files/patch-setup.py @@ -5,7 +5,7 @@ ], python_requires=">=3.8", - setup_requires=["setuptools_scm>=8.1.0,<8.2"], -+ setup_requires=["setuptools_scm>=8.0.4,<8.2"], ++ setup_requires=["setuptools_scm>=8.1.0"], install_requires=[ "requests", "setuptools",home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69949d8c.26913.20e675a2>
