Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Dec 2020 22:20:44 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558031 - head/math/py-nevergrad
Message-ID:  <202012132220.0BDMKiBW043189@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Dec 13 22:20:43 2020
New Revision: 558031
URL: https://svnweb.freebsd.org/changeset/ports/558031

Log:
  Add math/py-Pyomo back (followup of r554782)
  
  - Bump PORTREVISION for dependency change

Modified:
  head/math/py-nevergrad/Makefile

Modified: head/math/py-nevergrad/Makefile
==============================================================================
--- head/math/py-nevergrad/Makefile	Sun Dec 13 22:20:39 2020	(r558030)
+++ head/math/py-nevergrad/Makefile	Sun Dec 13 22:20:43 2020	(r558031)
@@ -4,7 +4,7 @@
 PORTNAME=	nevergrad
 PORTVERSION=	0.4.2
 DISTVERSIONSUFFIX=	.post2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -35,6 +35,7 @@ BENCHMARK_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gym>=0.1
 			${PYTHON_PKGNAMEPREFIX}mixsimulator>=0.2.9.5:math/py-mixsimulator@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}pandas>=0.23.4,1:math/py-pandas@${PY_FLAVOR} \
 			${PY_PILLOW} \
+			${PYTHON_PKGNAMEPREFIX}Pyomo>=5.7:math/py-Pyomo@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}pyproj>=2.6.1:graphics/py-pyproj@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}requests>=2.21.0:www/py-requests@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR} \



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