Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Feb 2024 06:06:22 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 707f4fc06989 - main - www/py-freenit: Mark BROKEN
Message-ID:  <202402170606.41H66MgX054996@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=707f4fc06989b03ec7115c9cb52cf51772778ba2

commit 707f4fc06989b03ec7115c9cb52cf51772778ba2
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-17 05:48:04 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-17 06:05:54 +0000

    www/py-freenit: Mark BROKEN
    
    Fails to build:
    py39-pydantic-1.10.14,1 conflicts with py39-pydantic2-2.5.3 (installs files
    into the same place)
---
 www/py-freenit/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/py-freenit/Makefile b/www/py-freenit/Makefile
index 29f244df64ee..365f371b2480 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=		py39-pydantic-1.10.14,1 conflicts with py39-pydantic2-2.5.3 (installs files into the same place)
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}email-validator>=0:mail/py-email-validator@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}fastapi>=0:www/py-fastapi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}passlib>=0:security/py-passlib@${PY_FLAVOR} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402170606.41H66MgX054996>