diff options
Diffstat (limited to '')
-rw-r--r-- | math/py-rustworkx/Makefile | 112 |
1 files changed, 66 insertions, 46 deletions
diff --git a/math/py-rustworkx/Makefile b/math/py-rustworkx/Makefile index 92680b55ecf7..c1595e8b000d 100644 --- a/math/py-rustworkx/Makefile +++ b/math/py-rustworkx/Makefile @@ -1,6 +1,5 @@ PORTNAME= rustworkx -DISTVERSION= 0.16.0 -PORTREVISION= 1 +DISTVERSION= 0.17.1 CATEGORIES= math python #MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-rust>0:devel/py-setuptools-rust@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=3.0:math/py-matplotlib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pillow>=5.4:graphics/py-pillow@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pillow>=5.4:graphics/py-pillow@${PY_FLAVOR} + #${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} USES= cargo python USE_PYTHON= autoplist distutils pytest @@ -25,34 +24,43 @@ USE_GITHUB= yes GH_ACCOUNT= Qiskit CARGO_CRATES= adler2-2.0.0 \ - ahash-0.8.11 \ + aho-corasick-1.1.3 \ allocator-api2-0.2.21 \ + arbitrary-1.4.1 \ autocfg-1.4.0 \ - byteorder-1.5.0 \ + bitflags-2.9.0 \ + cc-1.2.18 \ cfg-if-1.0.0 \ crc32fast-1.4.2 \ crossbeam-deque-0.8.6 \ crossbeam-epoch-0.9.18 \ crossbeam-utils-0.8.21 \ - either-1.13.0 \ - equivalent-1.0.1 \ + derive_arbitrary-1.4.1 \ + either-1.15.0 \ + env_logger-0.8.4 \ + equivalent-1.0.2 \ fixedbitset-0.5.7 \ - flate2-1.0.35 \ - foldhash-0.1.4 \ + flate2-1.1.1 \ + foldhash-0.1.5 \ getrandom-0.2.15 \ + getrandom-0.3.2 \ hashbrown-0.15.2 \ heck-0.5.0 \ hermit-abi-0.3.9 \ - indexmap-2.7.0 \ - indoc-2.0.5 \ - itertools-0.11.0 \ + indexmap-2.9.0 \ + indoc-2.0.6 \ itertools-0.13.0 \ - itoa-1.0.14 \ - libc-0.2.169 \ + itertools-0.14.0 \ + itoa-1.0.15 \ + jobserver-0.1.33 \ + libc-0.2.171 \ + libfuzzer-sys-0.4.9 \ + libm-0.2.15 \ + log-0.4.27 \ matrixmultiply-0.3.9 \ memchr-2.7.4 \ memoffset-0.9.1 \ - miniz_oxide-0.8.3 \ + miniz_oxide-0.8.7 \ ndarray-0.16.1 \ ndarray-stats-0.6.0 \ noisy_float-0.2.0 \ @@ -61,44 +69,56 @@ CARGO_CRATES= adler2-2.0.0 \ num-integer-0.1.46 \ num-traits-0.2.19 \ num_cpus-1.16.0 \ - numpy-0.23.0 \ - once_cell-1.20.2 \ - petgraph-0.7.1 \ - portable-atomic-1.10.0 \ + numpy-0.24.0 \ + once_cell-1.21.3 \ + petgraph-0.8.1 \ + portable-atomic-1.11.0 \ portable-atomic-util-0.2.4 \ - ppv-lite86-0.2.20 \ - priority-queue-2.1.1 \ - proc-macro2-1.0.93 \ - pyo3-0.23.4 \ - pyo3-build-config-0.23.4 \ - pyo3-ffi-0.23.4 \ - pyo3-macros-0.23.4 \ - pyo3-macros-backend-0.23.4 \ - quick-xml-0.37.2 \ - quote-1.0.38 \ + ppv-lite86-0.2.21 \ + priority-queue-2.3.1 \ + proc-macro2-1.0.94 \ + pyo3-0.24.1 \ + pyo3-build-config-0.24.1 \ + pyo3-ffi-0.24.1 \ + pyo3-macros-0.24.1 \ + pyo3-macros-backend-0.24.1 \ + quick-xml-0.37.4 \ + quickcheck-1.0.3 \ + quickcheck_macros-1.1.0 \ + quote-1.0.40 \ + r-efi-5.2.0 \ rand-0.8.5 \ + rand-0.9.1 \ rand_chacha-0.3.1 \ + rand_chacha-0.9.0 \ rand_core-0.6.4 \ - rand_pcg-0.3.1 \ + rand_core-0.9.3 \ + rand_distr-0.5.1 \ + rand_pcg-0.9.0 \ rawpointer-0.2.1 \ rayon-1.10.0 \ - rayon-cond-0.3.0 \ + rayon-cond-0.4.0 \ rayon-core-1.12.1 \ - rustc-hash-2.1.0 \ - ryu-1.0.18 \ - serde-1.0.217 \ - serde_derive-1.0.217 \ - serde_json-1.0.135 \ - smallvec-1.13.2 \ - sprs-0.11.2 \ - syn-2.0.96 \ - target-lexicon-0.12.16 \ - unicode-ident-1.0.14 \ - unindent-0.2.3 \ - version_check-0.9.5 \ + regex-1.11.1 \ + regex-automata-0.4.9 \ + regex-syntax-0.8.5 \ + rustc-hash-2.1.1 \ + ryu-1.0.20 \ + serde-1.0.219 \ + serde_derive-1.0.219 \ + serde_json-1.0.140 \ + shlex-1.3.0 \ + smallvec-1.15.0 \ + sprs-0.11.3 \ + syn-2.0.100 \ + target-lexicon-0.13.2 \ + unicode-ident-1.0.18 \ + unindent-0.2.4 \ wasi-0.11.0+wasi-snapshot-preview1 \ - zerocopy-0.7.35 \ - zerocopy-derive-0.7.35 + wasi-0.14.2+wasi-0.2.4 \ + wit-bindgen-rt-0.39.0 \ + zerocopy-0.8.24 \ + zerocopy-derive-0.8.24 CARGO_BUILD= no CARGO_INSTALL= no |