Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jul 2021 15:05:37 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f1f1c85ed2af - main - math/py-cmaes: Update to 0.8.2
Message-ID:  <202107061505.166F5b9Y020807@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f1f1c85ed2af563e4bb8b694c09b80456d89ee85

commit f1f1c85ed2af563e4bb8b694c09b80456d89ee85
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-06 14:56:50 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-07-06 14:56:50 +0000

    math/py-cmaes: Update to 0.8.2
    
    - Fix *_DEPENDS
    - Remove PYNUMPY
    - Update WWW
    
    Changes:        https://github.com/CyberAgent/cmaes/releases
---
 math/py-cmaes/Makefile  | 13 ++++++-------
 math/py-cmaes/distinfo  |  6 +++---
 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



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