# This file created by conda-build 3.23.3 # meta.yaml template originally from: # /home/conda/recipe_root, last modified Tue Feb 21 03:07:40 2023 # ------------------------------------------------ package: name: laspy version: 2.4.1 source: sha256: 13caecc7325cb2242cb25394984d21b3b5f796c88bcb44bc2ed2d3cf1b972ac4 url: https://pypi.io/packages/source/l/laspy/laspy-2.4.1.tar.gz build: number: '0' script: /home/conda/feedstock_root/build_artifacts/laspy_1676948931514/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place/bin/python -m pip install . -vv string: py310hfdc917e_0 requirements: build: [] host: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 2_gnu - bzip2 1.0.8 h7f98852_4 - ca-certificates 2022.12.7 ha878542_0 - lazrs-python 0.5.0 py310h4426083_1 - ld_impl_linux-64 2.40 h41732ed_0 - libblas 3.9.0 16_linux64_openblas - libcblas 3.9.0 16_linux64_openblas - libffi 3.4.2 h7f98852_5 - libgcc-ng 12.2.0 h65d4601_19 - libgfortran-ng 12.2.0 h69a702a_19 - libgfortran5 12.2.0 h337968e_19 - libgomp 12.2.0 h65d4601_19 - liblapack 3.9.0 16_linux64_openblas - libnsl 2.0.0 h7f98852_0 - libopenblas 0.3.21 pthreads_h78a6416_3 - libsqlite 3.40.0 h753d276_0 - libstdcxx-ng 12.2.0 h46fd767_19 - libuuid 2.32.1 h7f98852_1000 - libzlib 1.2.13 h166bdaf_4 - ncurses 6.3 h27087fc_1 - numpy 1.21.6 py310h45f3432_0 - openssl 3.0.8 h0b41bf4_0 - pip 23.0.1 pyhd8ed1ab_0 - python 3.10.9 he550d4f_0_cpython - python_abi 3.10 3_cp310 - readline 8.1.2 h0f457ee_0 - setuptools 67.3.2 pyhd8ed1ab_0 - tk 8.6.12 h27826a3_0 - tzdata 2022g h191b570_0 - wheel 0.38.4 pyhd8ed1ab_0 - xz 5.2.6 h166bdaf_0 run: - lazrs-python - numpy >=1.21.6,<2.0a0 - python >=3.10,<3.11.0a0 - python_abi 3.10.* *_cp310 test: commands: - pytest -v imports: - laspy requires: - pytest source_files: - tests/* about: description: 'Laspy is a python library for reading, modifying and creating LAS LiDAR files. ' dev_url: https://github.com/laspy/laspy doc_url: https://laspy.readthedocs.io/en/latest/ home: https://github.com/laspy/laspy license: BSD-2-Clause license_family: BSD license_file: LICENSE.txt summary: Native Python ASPRS LAS read/write library extra: copy_test_source_files: true final: true recipe-maintainers: - chambbj - hobu - plimkilde