From owner-dev-commits-ports-all@freebsd.org Tue Jul 6 15:05:39 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 32250659E23; Tue, 6 Jul 2021 15:05:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GK5TZ2zBdz3KZv; Tue, 6 Jul 2021 15:05:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DA2C01BBB8; Tue, 6 Jul 2021 15:05:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 166F5bN1020808; Tue, 6 Jul 2021 15:05:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 166F5b9Y020807; Tue, 6 Jul 2021 15:05:37 GMT (envelope-from git) Date: Tue, 6 Jul 2021 15:05:37 GMT Message-Id: <202107061505.166F5b9Y020807@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: f1f1c85ed2af - main - math/py-cmaes: Update to 0.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f1f1c85ed2af563e4bb8b694c09b80456d89ee85 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2021 15:05:39 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f1f1c85ed2af563e4bb8b694c09b80456d89ee85 commit f1f1c85ed2af563e4bb8b694c09b80456d89ee85 Author: Po-Chuan Hsieh AuthorDate: 2021-07-06 14:56:50 +0000 Commit: Po-Chuan Hsieh 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