Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2024 16:02:33 GMT
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: f8b4d5fed331 - main - www/py-dash: Allow build with py-flask 3.1.0+
Message-ID:  <202412311602.4BVG2X7x093671@gitrepo.freebsd.org>

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

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

commit f8b4d5fed33110e72c761db264481f1ff768d4a6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-12-31 15:50:45 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-12-31 15:50:45 +0000

    www/py-dash: Allow build with py-flask 3.1.0+
    
    - Bump PORTREVISION for package change
---
 www/py-dash/Makefile                             | 3 ++-
 www/py-dash/files/patch-requirements-install.txt | 5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/www/py-dash/Makefile b/www/py-dash/Makefile
index 46230bdd381c..41ac2bfb0a45 100644
--- a/www/py-dash/Makefile
+++ b/www/py-dash/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	dash
 PORTVERSION=	2.18.2
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flask>=1.0.4<3.1:www/py-flask@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flask>=1.0.4:www/py-flask@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}nest-asyncio>=0:devel/py-nest-asyncio@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}plotly>=5.0.0:graphics/py-plotly@${PY_FLAVOR} \
diff --git a/www/py-dash/files/patch-requirements-install.txt b/www/py-dash/files/patch-requirements-install.txt
index 9132603d8fd0..61111f8fb2a3 100644
--- a/www/py-dash/files/patch-requirements-install.txt
+++ b/www/py-dash/files/patch-requirements-install.txt
@@ -1,8 +1,9 @@
 --- requirements/install.txt.orig	2024-09-09 21:47:15 UTC
 +++ requirements/install.txt
-@@ -1,9 +1,6 @@ Flask>=1.0.4,<3.1
- Flask>=1.0.4,<3.1
+@@ -1,9 +1,6 @@
+-Flask>=1.0.4,<3.1
 -Werkzeug<3.1
++Flask>=1.0.4
 +Werkzeug
  plotly>=5.0.0
 -dash_html_components==2.0.0



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