git: 972a2c6d65c4 - main - archivers/py-laszip: update 0.2.3 → 0.3.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Jan 2026 00:15:47 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=972a2c6d65c4acd838281817f91f9f5e406c827c
commit 972a2c6d65c4acd838281817f91f9f5e406c827c
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-01-02 23:34:55 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-01-03 00:15:30 +0000
archivers/py-laszip: update 0.2.3 → 0.3.0
Reported by: portscout
---
archivers/py-laszip/Makefile | 6 +++---
archivers/py-laszip/distinfo | 6 +++---
archivers/py-laszip/files/patch-pyproject.toml | 11 -----------
3 files changed, 6 insertions(+), 17 deletions(-)
diff --git a/archivers/py-laszip/Makefile b/archivers/py-laszip/Makefile
index 1e8c8677da72..cc7c1a0905ff 100644
--- a/archivers/py-laszip/Makefile
+++ b/archivers/py-laszip/Makefile
@@ -1,5 +1,5 @@
PORTNAME= laszip
-DISTVERSION= 0.2.3
+DISTVERSION= 0.3.0
CATEGORIES= archivers
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +12,9 @@ LICENSE_FILE= ${WRKSRC}/License.txt
BUILD_DEPENDS= cmake:devel/cmake-core \
ninja:devel/ninja \
- ${PYTHON_PKGNAMEPREFIX}pybind11>=2.10:devel/py-pybind11@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pybind11>=3.0:devel/py-pybind11@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyproject-metadata>=0.7.1:devel/py-pyproject-metadata@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}scikit-build-core>=0.1.5:devel/py-scikit-build-core@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}scikit-build-core>=0.11.6:devel/py-scikit-build-core@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
LIB_DEPENDS= liblaszip.so:archivers/laszip
diff --git a/archivers/py-laszip/distinfo b/archivers/py-laszip/distinfo
index 8f061f32d859..17ff92b293c4 100644
--- a/archivers/py-laszip/distinfo
+++ b/archivers/py-laszip/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1698026487
-SHA256 (tmontaigu-laszip-python-0.2.3_GH0.tar.gz) = 31572639a928fabf7d60a340970c6ae256ae9382e0420e938d6ab237553ac57b
-SIZE (tmontaigu-laszip-python-0.2.3_GH0.tar.gz) = 11256
+TIMESTAMP = 1767396715
+SHA256 (tmontaigu-laszip-python-0.3.0_GH0.tar.gz) = cc33c46d8956e3f8446c92b95f2d162e182088cf54b53d9ba30f2c0089b197d5
+SIZE (tmontaigu-laszip-python-0.3.0_GH0.tar.gz) = 299587
diff --git a/archivers/py-laszip/files/patch-pyproject.toml b/archivers/py-laszip/files/patch-pyproject.toml
deleted file mode 100644
index 6067d1332a33..000000000000
--- a/archivers/py-laszip/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyproject.toml.orig 2023-10-23 02:32:14 UTC
-+++ pyproject.toml
-@@ -1,8 +1,6 @@
- [build-system]
- requires = [
- "scikit-build-core>=0.1.5",
-- "cmake>=3.20",
-- "ninja",
- "pybind11>=2.10",
- ]
- build-backend = "scikit_build_core.build"