Date: Thu, 22 Aug 2024 09:45:53 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: 8795b96a0b8a - main - math/py-CyLP: update 0.92.2 =?utf-8?Q?=E2=86=92?= 0.92.3 Message-ID: <202408220945.47M9jrJJ034783@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=8795b96a0b8ae5249fe70519ae471a54cdee3f4e commit 8795b96a0b8ae5249fe70519ae471a54cdee3f4e Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-08-22 09:02:12 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-08-22 09:45:44 +0000 math/py-CyLP: update 0.92.2 → 0.92.3 Reported by: portscout --- math/py-CyLP/Makefile | 4 ++-- math/py-CyLP/distinfo | 6 +++--- math/py-CyLP/files/patch-pyproject.toml | 14 +++++++------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/math/py-CyLP/Makefile b/math/py-CyLP/Makefile index 672bf48289a1..e76e3a7c81e6 100644 --- a/math/py-CyLP/Makefile +++ b/math/py-CyLP/Makefile @@ -1,7 +1,6 @@ PORTNAME= CyLP DISTVERSIONPREFIX= v -DISTVERSION= 0.92.2 -PORTREVISION= 1 +DISTVERSION= 0.92.3 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,6 +15,7 @@ LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython3>0:lang/cython3 \ ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libblas.so:math/blas \ diff --git a/math/py-CyLP/distinfo b/math/py-CyLP/distinfo index dd51899b86c6..ad854ba22b18 100644 --- a/math/py-CyLP/distinfo +++ b/math/py-CyLP/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703097807 -SHA256 (coin-or-CyLP-v0.92.2_GH0.tar.gz) = d107e457754e6da71877f4e192eedd5fdcd80c00c601b4d99fdebc8f9ff9afec -SIZE (coin-or-CyLP-v0.92.2_GH0.tar.gz) = 7666830 +TIMESTAMP = 1724314436 +SHA256 (coin-or-CyLP-v0.92.3_GH0.tar.gz) = 5e1ff29ff218a4a946b1d5839c9283503da9b505c18b1db3d48b49594762f1e8 +SIZE (coin-or-CyLP-v0.92.3_GH0.tar.gz) = 7666683 diff --git a/math/py-CyLP/files/patch-pyproject.toml b/math/py-CyLP/files/patch-pyproject.toml index 22abefe510ff..5476121381fd 100644 --- a/math/py-CyLP/files/patch-pyproject.toml +++ b/math/py-CyLP/files/patch-pyproject.toml @@ -1,15 +1,15 @@ ---- pyproject.toml.orig 2023-11-01 20:21:56 UTC +--- pyproject.toml.orig 2024-08-20 08:36:08 UTC +++ pyproject.toml -@@ -2,10 +2,10 @@ +@@ -1,10 +1,10 @@ requires = [ + [build-system] requires = [ 'setuptools', - 'wheel', -- 'Cython == 3.0.4', -+ 'Cython >= 3.0.4', +- 'Cython == 3.0.10', ++ 'Cython >= 3.0.10', # https://numpy.org/devdocs/user/depending_on_numpy.html#build-time-dependency # from https://github.com/scipy/oldest-supported-numpy/pull/78#issuecomment-1747936818: - "oldest-supported-numpy; platform_python_implementation != 'PyPy'", + "numpy; platform_python_implementation != 'PyPy'", - "numpy; platform_python_implementation=='PyPy'" + "numpy < 2.0.0; platform_python_implementation=='PyPy'", + 'hypothesis' ] - build-backend = "setuptools.build_meta"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408220945.47M9jrJJ034783>