Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Feb 2026 16:55:44 +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: 88be59d7d237 - main - textproc/py-youseedee: Update version requirement of BUILD_DEPENDS
Message-ID:  <69949d90.25aae.1aaf13be@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=88be59d7d237c8142fdfd302adf8d8f8655ecd27

commit 88be59d7d237c8142fdfd302adf8d8f8655ecd27
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-02-17 16:50:33 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-02-17 16:53:42 +0000

    textproc/py-youseedee: Update version requirement of BUILD_DEPENDS
---
 textproc/py-youseedee/Makefile                   | 2 +-
 textproc/py-youseedee/files/patch-pyproject.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/textproc/py-youseedee/Makefile b/textproc/py-youseedee/Makefile
index 0525f406dc08..13b29c426a84 100644
--- a/textproc/py-youseedee/Makefile
+++ b/textproc/py-youseedee/Makefile
@@ -11,7 +11,7 @@ WWW=		https://github.com/simoncozens/youseedee
 LICENSE=	MIT
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8.0.4:devel/py-setuptools-scm@${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}filelock>=0:sysutils/py-filelock@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}platformdirs>=4.3:devel/py-platformdirs@${PY_FLAVOR} \
diff --git a/textproc/py-youseedee/files/patch-pyproject.toml b/textproc/py-youseedee/files/patch-pyproject.toml
index adbb815963de..c82babe1e587 100644
--- a/textproc/py-youseedee/files/patch-pyproject.toml
+++ b/textproc/py-youseedee/files/patch-pyproject.toml
@@ -5,7 +5,7 @@
  
  [build-system]
 -requires = ["setuptools>=74.1.0", "setuptools_scm[toml]>=8.1.0"]
-+requires = ["setuptools>=61", "setuptools_scm[toml]>=8.0.4"]
++requires = ["setuptools>=61", "setuptools_scm[toml]>=8.1.0"]
  build-backend = "setuptools.build_meta"
  
  [tool.setuptools.packages.find]


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69949d90.25aae.1aaf13be>