mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
math/py-CyLP: update 0.92.2 → 0.92.3
Reported by: portscout
This commit is contained in:
parent
11dd4ace4e
commit
8795b96a0b
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user