diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-04-21 19:39:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-04-21 19:39:20 +0000 |
commit | e7ddd4bff0be841ee942a1dc54320b504119b964 (patch) | |
tree | 054adf98d551bfa22860ae5cc02d46d1493fa7ca /math/py-cma | |
parent | Update to 1.2.4 (diff) |
Update to 3.0.0
Changes: https://github.com/CMA-ES/pycma/releases
Notes
Notes:
svn path=/head/; revision=532345
Diffstat (limited to 'math/py-cma')
-rw-r--r-- | math/py-cma/Makefile | 5 | ||||
-rw-r--r-- | math/py-cma/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/math/py-cma/Makefile b/math/py-cma/Makefile index b705ca8c2f84..dff6bc8f1462 100644 --- a/math/py-cma/Makefile +++ b/math/py-cma/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cma -PORTVERSION= 2.7.0 -PORTREVISION= 1 +PORTVERSION= 3.0.0 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +11,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= CMA-ES for non-linear numerical optimization in Python LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/cma/LICENSE RUN_DEPENDS= ${PYNUMPY} diff --git a/math/py-cma/distinfo b/math/py-cma/distinfo index a397b0112b60..86c7e29df2e1 100644 --- a/math/py-cma/distinfo +++ b/math/py-cma/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1556288822 -SHA256 (cma-2.7.0.tar.gz) = f4630d405efdbf4d85ba42b6bdfe5708b716bb088880b938b60c3bfbf1c1cd59 -SIZE (cma-2.7.0.tar.gz) = 225548 +TIMESTAMP = 1587445402 +SHA256 (cma-3.0.0.tar.gz) = 67e7a6460469bdda4d402030179c5503899d860dae1a9622f87cd9dc996cb550 +SIZE (cma-3.0.0.tar.gz) = 232172 |