Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2026 09:53:49 +0000
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: ad1660f18358 - main - math/py-PySCIPOpt: update 5.6.=?utf-8?Q?0 =E2=86=92 6.?=1.0
Message-ID:  <69d8c8ad.18c31.13a56629@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

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

commit ad1660f18358f6c7354b96e0ae5926f72fff7c6d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-04-10 09:53:27 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-04-10 09:53:45 +0000

    math/py-PySCIPOpt: update 5.6.0 → 6.1.0
---
 math/py-PySCIPOpt/Makefile | 10 +++-------
 math/py-PySCIPOpt/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/math/py-PySCIPOpt/Makefile b/math/py-PySCIPOpt/Makefile
index 513306fd394a..ddc548d73604 100644
--- a/math/py-PySCIPOpt/Makefile
+++ b/math/py-PySCIPOpt/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	PySCIPOpt
 DISTVERSIONPREFIX=	v
-DISTVERSION=	5.6.0
-PORTREVISION=	1
+DISTVERSION=	6.1.0
 CATEGORIES=	math python
 #MASTER_SITES=	PYPI # no tests
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +11,7 @@ WWW=		https://github.com/SCIP-Interfaces/PySCIPOpt
 
 LICENSE=	MIT
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy1>=1.16:math/py-numpy1@${PY_FLAVOR}
 LIB_DEPENDS=	libscip.so:math/SCIP
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy1>=1.16:math/py-numpy1@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR}
@@ -27,10 +27,6 @@ TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyscipopt/scip*.so
 
-# tests as of 5.6.0:
-# Results (26.54s):
-#      330 passed
-#       11 xfailed
-#      105 skipped
+# tests as of 6.1.0: 418 passed, 109 skipped, 11 xfailed, 12 warnings in 24.22s
 
 .include <bsd.port.mk>
diff --git a/math/py-PySCIPOpt/distinfo b/math/py-PySCIPOpt/distinfo
index a0f8230104e2..05a278848ec9 100644
--- a/math/py-PySCIPOpt/distinfo
+++ b/math/py-PySCIPOpt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1762943425
-SHA256 (scipopt-PySCIPOpt-v5.6.0_GH0.tar.gz) = 3e618046ead72a6c77e53a4d933682a8ff8432c79c149f8c924d99401aaa5eb4
-SIZE (scipopt-PySCIPOpt-v5.6.0_GH0.tar.gz) = 800942
+TIMESTAMP = 1775811548
+SHA256 (scipopt-PySCIPOpt-v6.1.0_GH0.tar.gz) = f1c588bd7d8da02f7d67f20e9e3e953acd6bc1d7f39209f1da45e1780fb6ed5f
+SIZE (scipopt-PySCIPOpt-v6.1.0_GH0.tar.gz) = 853645


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d8c8ad.18c31.13a56629>