diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-11-17 16:13:12 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-11-17 16:13:29 -0800 |
commit | 99d928dbee48e0cf4cffd91e3522d2acbc2e2b8b (patch) | |
tree | b26a78c26fdfc7d79be07d9228d1c7e826c50a60 /math/py-PySCIPOpt | |
parent | math/py-Py-BOBYQA: update 1.4 → 1.5.0 (diff) |
math/py-PySCIPOpt: update 5.1.1 → 5.2.1
Diffstat (limited to 'math/py-PySCIPOpt')
-rw-r--r-- | math/py-PySCIPOpt/Makefile | 5 | ||||
-rw-r--r-- | math/py-PySCIPOpt/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/math/py-PySCIPOpt/Makefile b/math/py-PySCIPOpt/Makefile index 0d1660738c7f..fd46857187ff 100644 --- a/math/py-PySCIPOpt/Makefile +++ b/math/py-PySCIPOpt/Makefile @@ -1,7 +1,6 @@ PORTNAME= PySCIPOpt DISTVERSIONPREFIX= v -DISTVERSION= 5.1.1 -PORTREVISION= 1 +DISTVERSION= 5.2.1 CATEGORIES= math python #MASTER_SITES= PYPI # no tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,4 +24,6 @@ TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyscipopt/scip*.so +# tests as of 5.2.1: 292 passed, 107 skipped, 11 xfailed, 3 warnings in 106.41s (0:01:46) + .include <bsd.port.mk> diff --git a/math/py-PySCIPOpt/distinfo b/math/py-PySCIPOpt/distinfo index 134c6d9d7120..791f3da36aa0 100644 --- a/math/py-PySCIPOpt/distinfo +++ b/math/py-PySCIPOpt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1719203958 -SHA256 (scipopt-PySCIPOpt-v5.1.1_GH0.tar.gz) = 86632eb9bd1c536227e6c8362d072bdb8f42e5c45c3569376e7e9cc55d40df2c -SIZE (scipopt-PySCIPOpt-v5.1.1_GH0.tar.gz) = 283978 +TIMESTAMP = 1731882042 +SHA256 (scipopt-PySCIPOpt-v5.2.1_GH0.tar.gz) = 71c687ab603b512a960ba4f80d0f24f98c299569bac3e5c4a17d86224b0aca7c +SIZE (scipopt-PySCIPOpt-v5.2.1_GH0.tar.gz) = 771919 |