diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-06 22:56:50 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-06 22:56:50 +0800 |
commit | f1f1c85ed2af563e4bb8b694c09b80456d89ee85 (patch) | |
tree | 46a6007ea1c36018bd28aee8f87be570932702bf | |
parent | 24300305d97ac2e4bc3e35694219344bb0cc503e (diff) | |
download | freebsd-ports-f1f1c85ed2af563e4bb8b694c09b80456d89ee85.zip |
math/py-cmaes: Update to 0.8.2
- Fix *_DEPENDS
- Remove PYNUMPY
- Update WWW
Changes: https://github.com/CyberAgent/cmaes/releases
-rw-r--r-- | math/py-cmaes/Makefile | 13 | ||||
-rw-r--r-- | math/py-cmaes/distinfo | 6 | ||||
-rw-r--r-- | math/py-cmaes/pkg-descr | 6 |
3 files changed, 12 insertions, 13 deletions
diff --git a/math/py-cmaes/Makefile b/math/py-cmaes/Makefile index 129d52fa49af..0eb6f6c6ea0b 100644 --- a/math/py-cmaes/Makefile +++ b/math/py-cmaes/Makefile @@ -1,21 +1,20 @@ PORTNAME= cmaes -DISTVERSION= 0.7.0 -CATEGORIES= math # machine-learning +PORTVERSION= 0.8.2 +CATEGORIES= math MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Lightweight CMA Evolution Strategy implementation for Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \ - ${PYNUMPY} -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} USES= python:3.6+ -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/math/py-cmaes/distinfo b/math/py-cmaes/distinfo index 10bda53a0ddc..4d52ed0f895a 100644 --- a/math/py-cmaes/distinfo +++ b/math/py-cmaes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608950893 -SHA256 (cmaes-0.7.0.tar.gz) = 6e5cba9f758fc02fee492d4d1e37ec2165408d5d89f422f5d963741d62af78d4 -SIZE (cmaes-0.7.0.tar.gz) = 13247 +TIMESTAMP = 1625323607 +SHA256 (cmaes-0.8.2.tar.gz) = 1c04ba23ded925ef13b96f42cfbd667a905ea5b80754c750e6448b9fcda96a5d +SIZE (cmaes-0.8.2.tar.gz) = 16483 diff --git a/math/py-cmaes/pkg-descr b/math/py-cmaes/pkg-descr index af737c32ca4b..939e4ceb68ac 100644 --- a/math/py-cmaes/pkg-descr +++ b/math/py-cmaes/pkg-descr @@ -1,4 +1,4 @@ -CMA-ES is a Lightweight Covariance Matrix Adaptation Evolution Strategy -(CMA-ES) implementation. +CMA-ES is a Lightweight Covariance Matrix Adaptation Evolution Strategy (CMA-ES) +implementation. -WWW: https://pypi.org/project/cmaes/ +WWW: https://github.com/CyberAgent/cmaes |