Date: Mon, 18 Nov 2024 00:13:37 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1fc9f99887cb - main - math/py-Py-BOBYQA: update 1.4 =?utf-8?Q?=E2=86=92?= 1.5.0 Message-ID: <202411180013.4AI0DbPw067320@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=1fc9f99887cbd8e3e1330015c094de7aceca7280 commit 1fc9f99887cbd8e3e1330015c094de7aceca7280 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-11-17 22:19:43 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-11-18 00:13:29 +0000 math/py-Py-BOBYQA: update 1.4 → 1.5.0 --- math/py-Py-BOBYQA/Makefile | 8 +++++--- math/py-Py-BOBYQA/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/math/py-Py-BOBYQA/Makefile b/math/py-Py-BOBYQA/Makefile index 2b2472244461..e8dab3d67384 100644 --- a/math/py-Py-BOBYQA/Makefile +++ b/math/py-Py-BOBYQA/Makefile @@ -1,9 +1,9 @@ PORTNAME= Py-BOBYQA -DISTVERSION= 1.4 -PORTREVISION= 1 +DISTVERSION= 1.5.0 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/:tl}-${PORTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Flexible derivative-free solver for general objective minimization @@ -11,13 +11,15 @@ WWW= https://numericalalgorithmsgroup.github.io/pybobyqa/build/html/index.html LICENSE= GPLv3 +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pandas>=0.17:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.17:science/py-scipy@${PY_FLAVOR} # extras: trustregion USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= pep517 autoplist NO_ARCH= yes diff --git a/math/py-Py-BOBYQA/distinfo b/math/py-Py-BOBYQA/distinfo index 20cf78f3bc80..57f3a10b1e7b 100644 --- a/math/py-Py-BOBYQA/distinfo +++ b/math/py-Py-BOBYQA/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699762548 -SHA256 (Py-BOBYQA-1.4.tar.gz) = 71090cad226e25192c797abd63cdba4c6f1c45114328b1a30619eb541d8e132a -SIZE (Py-BOBYQA-1.4.tar.gz) = 38165 +TIMESTAMP = 1731880936 +SHA256 (py_bobyqa-1.5.0.tar.gz) = 3c7719b68b28834ea6d538f54603f6a891263f7c21f1a673de79e3a5e0e7e413 +SIZE (py_bobyqa-1.5.0.tar.gz) = 51486
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411180013.4AI0DbPw067320>