Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2024 00:09:26 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6e4e59a9310c - main - math/py-Pyomo: update 6.7.1 =?utf-8?Q?=E2=86=92?= 6.7.2
Message-ID:  <202405270009.44R09Qfe036242@gitrepo.freebsd.org>

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

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

commit 6e4e59a9310ccc821810908b69b714a5215c3f47
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-05-27 00:03:05 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-05-27 00:03:05 +0000

    math/py-Pyomo: update 6.7.1 → 6.7.2
    
    Reported by:    portscout
---
 math/py-Pyomo/Makefile | 7 ++++---
 math/py-Pyomo/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/math/py-Pyomo/Makefile b/math/py-Pyomo/Makefile
index 1dae52ec6ab5..8f7852e81108 100644
--- a/math/py-Pyomo/Makefile
+++ b/math/py-Pyomo/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	Pyomo
-DISTVERSION=	6.7.1
+DISTVERSION=	6.7.2
 CATEGORIES=	math python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -10,14 +10,15 @@ WWW=		https://github.com/Pyomo/pyomo
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${PY_FLAVOR} \
+		glpsol:math/glpk
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}parameterized>0:devel/py-parameterized@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-parallel>0:devel/py-pytest-parallel@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils cython concurrent autoplist pytest # 1 test fails but it is known to be broken by the upstream, see https://github.com/Pyomo/pyomo/issues/2547
+USE_PYTHON=	distutils cython concurrent autoplist pytest # tests fail to run, see https://github.com/Pyomo/pyomo/issues/3274
 
 USE_GITHUB=	yes
 GH_PROJECT=	pyomo
diff --git a/math/py-Pyomo/distinfo b/math/py-Pyomo/distinfo
index aae0ce57a72e..7f4b4138f763 100644
--- a/math/py-Pyomo/distinfo
+++ b/math/py-Pyomo/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712868706
-SHA256 (Pyomo-pyomo-6.7.1_GH0.tar.gz) = 242278c1ad98be9874fc27cb7ff78b2b03207c64657e88f2aec0514a50d6dbc4
-SIZE (Pyomo-pyomo-6.7.1_GH0.tar.gz) = 15087119
+TIMESTAMP = 1716762457
+SHA256 (Pyomo-pyomo-6.7.2_GH0.tar.gz) = 2b173872c87885cf66fbd2b0d33f0e54911bbdbc8caafab2417f7d257ee9edf4
+SIZE (Pyomo-pyomo-6.7.2_GH0.tar.gz) = 15167686



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