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
|
PORTNAME= CyLP
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 0.92.2
|
DISTVERSION= 0.92.3
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= math python
|
CATEGORIES= math python
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
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 \
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython3>0:lang/cython3 \
|
||||||
${PY_SETUPTOOLS} \
|
${PY_SETUPTOOLS} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} \
|
||||||
${PYNUMPY} \
|
${PYNUMPY} \
|
||||||
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
||||||
LIB_DEPENDS= libblas.so:math/blas \
|
LIB_DEPENDS= libblas.so:math/blas \
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1703097807
|
TIMESTAMP = 1724314436
|
||||||
SHA256 (coin-or-CyLP-v0.92.2_GH0.tar.gz) = d107e457754e6da71877f4e192eedd5fdcd80c00c601b4d99fdebc8f9ff9afec
|
SHA256 (coin-or-CyLP-v0.92.3_GH0.tar.gz) = 5e1ff29ff218a4a946b1d5839c9283503da9b505c18b1db3d48b49594762f1e8
|
||||||
SIZE (coin-or-CyLP-v0.92.2_GH0.tar.gz) = 7666830
|
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
|
+++ pyproject.toml
|
||||||
@@ -2,10 +2,10 @@
|
@@ -1,10 +1,10 @@ requires = [
|
||||||
|
[build-system]
|
||||||
requires = [
|
requires = [
|
||||||
'setuptools',
|
'setuptools',
|
||||||
'wheel',
|
- 'Cython == 3.0.10',
|
||||||
- 'Cython == 3.0.4',
|
+ 'Cython >= 3.0.10',
|
||||||
+ 'Cython >= 3.0.4',
|
|
||||||
# https://numpy.org/devdocs/user/depending_on_numpy.html#build-time-dependency
|
# https://numpy.org/devdocs/user/depending_on_numpy.html#build-time-dependency
|
||||||
# from https://github.com/scipy/oldest-supported-numpy/pull/78#issuecomment-1747936818:
|
# from https://github.com/scipy/oldest-supported-numpy/pull/78#issuecomment-1747936818:
|
||||||
- "oldest-supported-numpy; platform_python_implementation != 'PyPy'",
|
- "oldest-supported-numpy; platform_python_implementation != 'PyPy'",
|
||||||
+ "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…
x
Reference in New Issue
Block a user