git: 6afcc4f74c7c - main - devel/py-setuptools-scm8: switch two consumers
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Feb 2026 09:34:58 UTC
The branch main has been updated by vishwin:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6afcc4f74c7c50883d8d98f2673ffe0378a58a15
commit 6afcc4f74c7c50883d8d98f2673ffe0378a58a15
Author: Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2026-02-12 08:18:23 +0000
Commit: Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2026-02-12 09:34:04 +0000
devel/py-setuptools-scm8: switch two consumers
- print/py-glyphsets: setuptools_scm>=8.1.0,<8.2
- sysutils/py-ansible-runner: setuptools-scm[toml]>=6.2, <=8.1.0
PR: 286779
---
print/py-glyphsets/Makefile | 2 +-
sysutils/py-ansible-runner/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/print/py-glyphsets/Makefile b/print/py-glyphsets/Makefile
index aea419a0725c..8b0504f9b347 100644
--- a/print/py-glyphsets/Makefile
+++ b/print/py-glyphsets/Makefile
@@ -12,7 +12,7 @@ LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8.0.4<8.2:devel/py-setuptools-scm@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools-scm8>=8.0.4<8.2:devel/py-setuptools-scm8@${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/sysutils/py-ansible-runner/Makefile b/sysutils/py-ansible-runner/Makefile
index 12ca49f28cdc..8ea07c01d851 100644
--- a/sysutils/py-ansible-runner/Makefile
+++ b/sysutils/py-ansible-runner/Makefile
@@ -16,7 +16,7 @@ BROKEN_armv7= fails to build: Child process terminated abnormally: Segmentation
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0:devel/py-pbr@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools-scm8>0:devel/py-setuptools-scm8@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansible>2.0:sysutils/ansible@${PY_FLAVOR} \