git: 402d8f067f85 - main - www/py-freenit: Mark broken
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Apr 2025 17:56:24 UTC
The branch main has been updated by uzsolt: URL: https://cgit.FreeBSD.org/ports/commit/?id=402d8f067f850b4bdab714ba114408da4d5c2488 commit 402d8f067f850b4bdab714ba114408da4d5c2488 Author: Goran Mekić <meka@tilda.center> AuthorDate: 2025-04-12 17:55:30 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2025-04-12 17:56:18 +0000 www/py-freenit: Mark broken Freenit's dependencies require sqlalchemy 1 and some require sqlalchemy 2, and those two versions can not co-exist on the same system. --- www/py-freenit/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/py-freenit/Makefile b/www/py-freenit/Makefile index 4d5a6fd327e8..5323302063d6 100644 --- a/www/py-freenit/Makefile +++ b/www/py-freenit/Makefile @@ -11,6 +11,8 @@ WWW= https://github.com/freenit-framework/backend LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= depends on sqalchemy 1 and 2 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}email-validator>=0:mail/py-email-validator@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fastapi>=0:www/py-fastapi@${PY_FLAVOR} \