Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Feb 2024 06:06:20 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: 98725ca5e53c - main - misc/py-cinder: Mark BROKEN
Message-ID:  <202402170606.41H66K4u054918@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=98725ca5e53c73f98fe41e417aaf4c9e5161603e

commit 98725ca5e53c73f98fe41e417aaf4c9e5161603e
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-17 05:36:32 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-17 06:05:53 +0000

    misc/py-cinder: Mark BROKEN
    
    pkg-static: py39-sqlalchemy12-1.2.19 conflicts with py39-sqlalchemy14-1.4.50
    (installs files into the same place).  Problematic file:
    /usr/local/share/doc/py39-sqlalchemy/_images/sqla_arch_small.png
---
 misc/py-cinder/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/misc/py-cinder/Makefile b/misc/py-cinder/Makefile
index b2131032fd42..87b02f7f8657 100644
--- a/misc/py-cinder/Makefile
+++ b/misc/py-cinder/Makefile
@@ -12,6 +12,8 @@ WWW=		https://docs.openstack.org/cinder/latest/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=	pkg-static: py39-sqlalchemy12-1.2.19 conflicts with py39-sqlalchemy14-1.4.50 (installs files into the same place).  Problematic file: /usr/local/share/doc/py39-sqlalchemy/_images/sqla_arch_small.png
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}castellan>=0.16.0:devel/py-castellan@${PY_FLAVOR} \



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