dev-python/laspy - 2.7.0 (AlexandreFournier)

Search

Install

Install this version:

emerge -a =dev-python/laspy-2.7.0

Package Information

Description:
Python library for reading, modifying and creating LAS LiDAR files
Homepage:
https://pypi.org/project/laspy/ https://github.com/laspy/laspy
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
2.7.0 8 amd64 arm arm64 hppa ~ia64 ~mips x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{12..15} )

inherit distutils-r1 pypi

DESCRIPTION="Python library for reading, modifying and creating LAS LiDAR files"
HOMEPAGE="https://pypi.org/project/laspy/ https://github.com/laspy/laspy"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips x86"

RDEPEND="
	>=dev-python/lazrs-0.8.0[${PYTHON_USEDEP}]
	dev-python/numpy[${PYTHON_USEDEP}]
	dev-python/pyproj[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
"

# The sdist ships tests/, but pytest-benchmark and rangehttpserver are not
# packaged in ::gentoo
RESTRICT="test"

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/lazrs-0.8.0[]
	dev-python/numpy[]
	dev-python/pyproj[]
	dev-python/requests[]