git: ece2c86f8877 - main - math/py-Pyomo: Update 6.4.2 → 6.5.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Feb 2023 17:33:26 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ece2c86f8877e8a5509c8582e52a17efddce53fd
commit ece2c86f8877e8a5509c8582e52a17efddce53fd
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-02-18 10:08:35 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-02-18 17:33:23 +0000
math/py-Pyomo: Update 6.4.2 → 6.5.0
Reported by: portscout
---
math/py-Pyomo/Makefile | 6 +++---
math/py-Pyomo/distinfo | 6 +++---
misc/py-xgboost/Makefile | 4 ++--
misc/py-xgboost/distinfo | 6 +++---
misc/xgboost/Makefile | 2 +-
misc/xgboost/distinfo | 6 +++---
6 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/math/py-Pyomo/Makefile b/math/py-Pyomo/Makefile
index 519c542adc2b..4b89fa6f184c 100644
--- a/math/py-Pyomo/Makefile
+++ b/math/py-Pyomo/Makefile
@@ -1,5 +1,5 @@
PORTNAME= Pyomo
-DISTVERSION= 6.4.2
+DISTVERSION= 6.5.0
CATEGORIES= math python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -8,7 +8,7 @@ COMMENT= Python Optimization Modeling Objects
WWW= https://github.com/Pyomo/pyomo
LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \
@@ -16,7 +16,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-parallel>0:devel/py-pytest-parallel@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.7+
USE_PYTHON= distutils cython concurrent autoplist pytest # 1 test fails, see https://github.com/Pyomo/pyomo/issues/2547
USE_GITHUB= yes
diff --git a/math/py-Pyomo/distinfo b/math/py-Pyomo/distinfo
index 89524a0fe12c..f7ef993f8497 100644
--- a/math/py-Pyomo/distinfo
+++ b/math/py-Pyomo/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1664132994
-SHA256 (Pyomo-pyomo-6.4.2_GH0.tar.gz) = f0af50ca40f19a1522c00531384ca21dcb0c2bcb2bcbc05c381a292ed23796e4
-SIZE (Pyomo-pyomo-6.4.2_GH0.tar.gz) = 12377206
+TIMESTAMP = 1676711717
+SHA256 (Pyomo-pyomo-6.5.0_GH0.tar.gz) = 8a531fc372e2723c942fb7e4c201f13615100acee460d5748c16a2306813f29b
+SIZE (Pyomo-pyomo-6.5.0_GH0.tar.gz) = 14528209
diff --git a/misc/py-xgboost/Makefile b/misc/py-xgboost/Makefile
index 77444de017ac..94945f758d33 100644
--- a/misc/py-xgboost/Makefile
+++ b/misc/py-xgboost/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xgboost
DISTVERSIONPREFIX= v
-DISTVERSION= 1.7.3
+DISTVERSION= 1.7.4
CATEGORIES= misc # machine-learning
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ LIB_DEPENDS= libdmlc.so:devel/dmlc-core \
libxgboost.so:misc/xgboost
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scikit-learn>0:science/py-scikit-learn@${PY_FLAVOR}
USES= compiler:c11 python:3.5+ localbase:ldflags
USE_PYTHON= distutils pytest # Python tests are broken because py-scikit-learn is missing the py-threadpoolctl dependency which is also currently broken
diff --git a/misc/py-xgboost/distinfo b/misc/py-xgboost/distinfo
index a8517cad54a4..94a9d49f4c29 100644
--- a/misc/py-xgboost/distinfo
+++ b/misc/py-xgboost/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1673176848
-SHA256 (dmlc-xgboost-v1.7.3_GH0.tar.gz) = ed5487c81627e7401924e881398c9bda6efc12ee329bcd1aea20866434f4d98a
-SIZE (dmlc-xgboost-v1.7.3_GH0.tar.gz) = 1867653
+TIMESTAMP = 1676715264
+SHA256 (dmlc-xgboost-v1.7.4_GH0.tar.gz) = bedf9b61564c80f28a7ca8e74d71357539b6c81a0e5a548db10a48530a07424a
+SIZE (dmlc-xgboost-v1.7.4_GH0.tar.gz) = 1871424
diff --git a/misc/xgboost/Makefile b/misc/xgboost/Makefile
index 0dc7eb35e432..dbae2d075093 100644
--- a/misc/xgboost/Makefile
+++ b/misc/xgboost/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xgboost
DISTVERSIONPREFIX= v
-DISTVERSION= 1.7.3
+DISTVERSION= 1.7.4
CATEGORIES= misc # machine-learning
MAINTAINER= yuri@FreeBSD.org
diff --git a/misc/xgboost/distinfo b/misc/xgboost/distinfo
index ce410cc50f0d..24dd2d47fa8d 100644
--- a/misc/xgboost/distinfo
+++ b/misc/xgboost/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1673176237
-SHA256 (dmlc-xgboost-v1.7.3_GH0.tar.gz) = ed5487c81627e7401924e881398c9bda6efc12ee329bcd1aea20866434f4d98a
-SIZE (dmlc-xgboost-v1.7.3_GH0.tar.gz) = 1867653
+TIMESTAMP = 1676714941
+SHA256 (dmlc-xgboost-v1.7.4_GH0.tar.gz) = bedf9b61564c80f28a7ca8e74d71357539b6c81a0e5a548db10a48530a07424a
+SIZE (dmlc-xgboost-v1.7.4_GH0.tar.gz) = 1871424
SHA256 (NVlabs-cub-af39ee2_GH0.tar.gz) = 3444f1d0af16d3680bf5089c1a91e707769d946580b80f12463860366fb6884b
SIZE (NVlabs-cub-af39ee2_GH0.tar.gz) = 413215
SHA256 (rapidsai-gputreeshap-acb5be3_GH0.tar.gz) = c2b67f8f398000570cac6b9d82a0bdab251105391602a3e07fd497c5e61534c4