1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: python-laszip
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Timo Röhling <roehling@debian.org>,
Build-Depends:
debhelper-compat (= 13),
cmake,
dh-python,
dh-sequence-python3,
liblaszip-dev,
libpython3-all-dev,
ninja-build,
pybind11-dev,
pybuild-plugin-pyproject,
python3-all-dev:any,
python3-pathspec,
python3-pyproject-metadata,
python3-scikit-build-core,
Homepage: https://github.com/tmontaigu/laszip-python
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/python-laszip.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-laszip
Description: Python bindings for LASzip
This module provides LASzip bindings in Python, primarily intended for use
with laspy. LASzip is a specialized compression for the ASPRS LAS file format
to store data from LiDAR sensors much more efficiently.
Package: python3-laszip
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
${python3:Depends},
Enhances:
python3-laspy,
Description: ${source:Synopsis} (Python 3 module)
${source:Extended-Description}
.
This package installs the Python 3 module.
|