science/py-dwave-optimization: Allow build with cython 3.2.0+

- Bump PORTREVISION for package change
This commit is contained in:
Po-Chuan Hsieh
2025-11-30 07:44:55 +08:00
parent 6b257cc030
commit d5e167f2b9
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
PORTNAME= dwave-optimization
DISTVERSION= 0.6.6
PORTREVISION= 1
CATEGORIES= science python # quantum-computing
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@@ -1,10 +1,11 @@
--- pyproject.toml.orig 2025-09-27 21:16:33 UTC
--- pyproject.toml.orig 2025-09-18 00:07:10 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@ requires = [
[build-system]
requires = [
"cython~=3.1.0",
- "cython~=3.1.0",
- "meson-python~=0.18.0",
+ "cython~=3.1",
+ "meson-python",
]
build-backend = 'mesonpy'