gpo.zugaina.org

Search Portage & Overlays:

dev-python/laspy

Python library for reading, modifying and creating LAS LiDAR files

Screenshots

  • laspy-2.7.0
    amd64 arm arm64 hppa ~ia64 ~mips x86
    python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15

    View      Download      Browse     License: BSD-2   

ChangeLog

commit c65178861c9f254b5342823032348d93a8ea09f5
Author: Alexandre Fournier <me@alexandrefournier.com>
Date: Fri Aug 21 16:49:27 2026 +0200

dev-python/laspy: bump to 2.7.0

Refresh PYTHON_COMPAT to python3_: the 3.10-3.11 targets no longer
exist in ::gentoo.

Upstream switched the build backend from setuptools to hatchling and now
reads the version from laspy/__init__.py, so drop the setuptools-scm
BDEPEND together with the SETUPTOOLS_SCM_PRETEND_VERSION src_prepare hack.
Fetch the sdist from PyPI via pypi.eclass rather than a GitHub archive,
which also makes RESTRICT=mirror unnecessary.

Replace the '|| ( sci-geosciences/laszip dev-python/lazrs )' LAZ backend
dependency with '>=dev-python/lazrs-0.8.0', the version upstream requires:
laspy's laszip backend imports the Python laszip module, which
sci-geosciences/laszip does not provide.

Correct LICENSE to BSD-2, matching the two-clause text upstream ships.

commit 15ab74291a5f6d386b1d383fd070ea2cb632b535
Author: Alexandre Fournier <me@alexandrefournier.com>
Date: Fri May 9 14:39:56 2025 +0200

dev-python/laspy: add version 2.5.4