summaryrefslogtreecommitdiff
path: root/misc/py-lazrs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/py-lazrs/Makefile')
-rw-r--r--misc/py-lazrs/Makefile78
1 files changed, 40 insertions, 38 deletions
diff --git a/misc/py-lazrs/Makefile b/misc/py-lazrs/Makefile
index ae17e81f356a..47ad519a5e9d 100644
--- a/misc/py-lazrs/Makefile
+++ b/misc/py-lazrs/Makefile
@@ -1,6 +1,6 @@
PORTNAME= lazrs
-DISTVERSION= 0.5.3
-PORTREVISION= 5
+DISTVERSION= 0.6.0
+PORTREVISION= 1
CATEGORIES= misc
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -20,48 +20,50 @@ USE_GITHUB= yes
GH_ACCOUNT= laz-rs
GH_PROJECT= laz-rs-python
-CARGO_CRATES= autocfg-1.1.0 \
- bitflags-1.3.2 \
+CARGO_CRATES= autocfg-1.2.0 \
+ bitflags-2.5.0 \
byteorder-1.5.0 \
cfg-if-1.0.0 \
- crossbeam-deque-0.8.3 \
- crossbeam-epoch-0.9.15 \
- crossbeam-utils-0.8.16 \
- either-1.9.0 \
+ crossbeam-deque-0.8.5 \
+ crossbeam-epoch-0.9.18 \
+ crossbeam-utils-0.8.19 \
+ either-1.11.0 \
heck-0.4.1 \
- indoc-2.0.4 \
- laz-0.8.3 \
- libc-0.2.149 \
- lock_api-0.4.11 \
- memoffset-0.9.0 \
- num-traits-0.2.17 \
- once_cell-1.18.0 \
- parking_lot-0.12.1 \
- parking_lot_core-0.9.9 \
- proc-macro2-1.0.69 \
- pyo3-0.20.0 \
- pyo3-build-config-0.20.0 \
- pyo3-ffi-0.20.0 \
- pyo3-macros-0.20.0 \
- pyo3-macros-backend-0.20.0 \
- quote-1.0.33 \
- rayon-1.8.0 \
- rayon-core-1.12.0 \
- redox_syscall-0.4.1 \
+ indoc-2.0.5 \
+ laz-0.9.1 \
+ libc-0.2.153 \
+ lock_api-0.4.12 \
+ memoffset-0.9.1 \
+ num-traits-0.2.18 \
+ once_cell-1.19.0 \
+ parking_lot-0.12.2 \
+ parking_lot_core-0.9.10 \
+ portable-atomic-1.6.0 \
+ proc-macro2-1.0.81 \
+ pyo3-0.20.3 \
+ pyo3-build-config-0.20.3 \
+ pyo3-ffi-0.20.3 \
+ pyo3-macros-0.20.3 \
+ pyo3-macros-backend-0.20.3 \
+ quote-1.0.36 \
+ rayon-1.10.0 \
+ rayon-core-1.12.1 \
+ redox_syscall-0.5.1 \
scopeguard-1.2.0 \
- smallvec-1.11.1 \
- syn-2.0.38 \
- target-lexicon-0.12.12 \
+ smallvec-1.13.2 \
+ syn-2.0.60 \
+ target-lexicon-0.12.14 \
unicode-ident-1.0.12 \
unindent-0.2.3 \
- windows-targets-0.48.5 \
- windows_aarch64_gnullvm-0.48.5 \
- windows_aarch64_msvc-0.48.5 \
- windows_i686_gnu-0.48.5 \
- windows_i686_msvc-0.48.5 \
- windows_x86_64_gnu-0.48.5 \
- windows_x86_64_gnullvm-0.48.5 \
- windows_x86_64_msvc-0.48.5
+ windows-targets-0.52.5 \
+ windows_aarch64_gnullvm-0.52.5 \
+ windows_aarch64_msvc-0.52.5 \
+ windows_i686_gnu-0.52.5 \
+ windows_i686_gnullvm-0.52.5 \
+ windows_i686_msvc-0.52.5 \
+ windows_x86_64_gnu-0.52.5 \
+ windows_x86_64_gnullvm-0.52.5 \
+ windows_x86_64_msvc-0.52.5
CARGO_BUILD= no
CARGO_INSTALL= no