Date: Fri, 12 Jun 2026 17:39:51 +0000 From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8a1c658dff81 - main - databases/py-squall-sql: fix depends Message-ID: <6a2c4467.4013b.84ae714@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a1c658dff81e87d71241214dffdf64455cc497f commit 8a1c658dff81e87d71241214dffdf64455cc497f Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2026-06-12 17:39:28 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2026-06-12 17:39:28 +0000 databases/py-squall-sql: fix depends --- databases/py-squall-sql/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/databases/py-squall-sql/Makefile b/databases/py-squall-sql/Makefile index de597ca27dac..e054ccf41dca 100644 --- a/databases/py-squall-sql/Makefile +++ b/databases/py-squall-sql/Makefile @@ -14,9 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.17.1:devel/py-hatchling@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= py311-rich>=14.3.2:textproc/py-rich@${PY_FLAVOR} \ - py311-sqlalchemy20>=2.0.46:databases/py-sqlalchemy20@${PY_FLAVOR} \ - py311-textual>=6.12.0:textproc/py-textual@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rich>=14.3.2:textproc/py-rich@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy20>=2.0.46:databases/py-sqlalchemy20@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}textual>=6.12.0:textproc/py-textual@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2c4467.4013b.84ae714>
