# This file created by conda-build 3.23.3 # meta.yaml template originally from: # /home/conda/recipe_root, last modified Thu Dec 29 05:15:12 2022 # ------------------------------------------------ package: name: lazrs-python version: 0.5.0 source: sha256: 793359e94eb436b34877b4305570774f9b1bba34c4671238512b80b60456d9ce url: https://pypi.io/packages/source/l/lazrs/lazrs-0.5.0.tar.gz build: number: '1' script: - cargo-bundle-licenses --format yaml --output THIRDPARTY.yml - /home/conda/feedstock_root/build_artifacts/lazrs-python_1672290984030/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehol/bin/python -m pip install . -vv string: py310h4426083_1 requirements: build: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 2_gnu - binutils_impl_linux-64 2.39 he00db2b_1 - binutils_linux-64 2.39 h5fc0e48_11 - bzip2 1.0.8 h7f98852_4 - ca-certificates 2022.12.7 ha878542_0 - cargo-bundle-licenses 0.4.0 h2c80289_1 - gcc_impl_linux-64 11.3.0 hab1b70f_19 - gcc_linux-64 11.3.0 he6f903b_11 - kernel-headers_linux-64 2.6.32 he073ed8_15 - ld_impl_linux-64 2.39 hcc3a1bd_1 - libffi 3.4.2 h7f98852_5 - libgcc-devel_linux-64 11.3.0 h210ce93_19 - libgcc-ng 12.2.0 h65d4601_19 - libgit2 1.3.0 haabb1ae_1 - libgomp 12.2.0 h65d4601_19 - libnsl 2.0.0 h7f98852_0 - libsanitizer 11.3.0 h239ccf8_19 - libsqlite 3.40.0 h753d276_0 - libssh2 1.10.0 hf14f497_3 - libstdcxx-ng 12.2.0 h46fd767_19 - libuuid 2.32.1 h7f98852_1000 - libzlib 1.2.13 h166bdaf_4 - maturin 0.14.7 py311hfe55011_0 - ncurses 6.3 h27087fc_1 - openssl 3.0.7 h0b41bf4_1 - pcre2 10.37 hc3806b6_1 - python 3.11.0 ha86cf86_0_cpython - python_abi 3.11 3_cp311 - readline 8.1.2 h0f457ee_0 - rust 1.65.0 h30be4a0_0 - rust-std-x86_64-unknown-linux-gnu 1.65.0 hc1431ca_0 - rust_linux-64 1.65.0 h199eefd_0 - sysroot_linux-64 2.12 he073ed8_15 - tk 8.6.12 h27826a3_0 - tomli 2.0.1 pyhd8ed1ab_0 - tzdata 2022g h191b570_0 - xz 5.2.6 h166bdaf_0 - zlib 1.2.13 h166bdaf_4 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 - ld_impl_linux-64 2.39 hcc3a1bd_1 - libffi 3.4.2 h7f98852_5 - libgcc-ng 12.2.0 h65d4601_19 - libgomp 12.2.0 h65d4601_19 - libnsl 2.0.0 h7f98852_0 - libsqlite 3.40.0 h753d276_0 - libuuid 2.32.1 h7f98852_1000 - libzlib 1.2.13 h166bdaf_4 - maturin 0.14.7 py310h4426083_0 - ncurses 6.3 h27087fc_1 - openssl 3.0.7 h0b41bf4_1 - pip 22.3.1 pyhd8ed1ab_0 - python 3.10.8 h4a9ceb5_0_cpython - python_abi 3.10 3_cp310 - readline 8.1.2 h0f457ee_0 - setuptools 65.6.3 pyhd8ed1ab_0 - tk 8.6.12 h27826a3_0 - tomli 2.0.1 pyhd8ed1ab_0 - tzdata 2022g h191b570_0 - wheel 0.38.4 pyhd8ed1ab_0 - xz 5.2.6 h166bdaf_0 run: - libgcc-ng >=12 - python >=3.10,<3.11.0a0 - python_abi 3.10.* *_cp310 test: commands: - pip check imports: - lazrs requires: - pip about: dev_url: https://github.com/laz-rs/laz-rs-python home: https://pypi.org/project/lazrs/ license: MIT license_file: - LICENSE.txt - THIRDPARTY.yml summary: Python bindings for laz-rs extra: copy_test_source_files: true final: true recipe-maintainers: - hobu - tmontaigu - weiji14