# This file created by conda-build 3.22.0 # meta.yaml template originally from: # /home/conda/recipe_root, last modified Wed Oct 26 19:39:53 2022 # ------------------------------------------------ package: name: rtree version: 1.0.1 source: sha256: 222121699c303a64065d849bf7038b1ecabc37b65c7fa340bedb38ef0e805429 url: https://pypi.io/packages/source/R/Rtree/Rtree-1.0.1.tar.gz build: number: '1' script: /home/conda/feedstock_root/build_artifacts/rtree_1666813265145/_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 . --no-deps -vv string: py310hbdcdc62_1 requirements: build: [] host: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 2_gnu - bzip2 1.0.8 h7f98852_4 - ca-certificates 2022.9.24 ha878542_0 - ld_impl_linux-64 2.39 hc81fddc_0 - 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 - libspatialindex 1.9.3 h9c3ff4c_4 - libsqlite 3.39.4 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 - openssl 3.0.5 h166bdaf_2 - pip 22.3 pyhd8ed1ab_0 - python 3.10.6 ha86cf86_0_cpython - readline 8.1.2 h0f457ee_0 - setuptools 65.5.0 pyhd8ed1ab_0 - tk 8.6.12 h27826a3_0 - tzdata 2022e h191b570_0 - wheel 0.37.1 pyhd8ed1ab_0 - xz 5.2.6 h166bdaf_0 run: - libspatialindex >=1.9.3,<1.9.4.0a0 - python >=3.10,<3.11.0a0 - python_abi 3.10.* *_cp310 test: imports: - rtree requires: null about: home: http://toblerity.github.com/rtree/ license: MIT license_file: LICENSE.txt summary: R-Tree spatial index for Python GIS extra: copy_test_source_files: true final: true recipe-maintainers: - hobu - ocefpaf