# This file created by conda-build 3.23.3 # meta.yaml template originally from: # /home/conda/recipe_root, last modified Tue Feb 28 16:09:13 2023 # ------------------------------------------------ package: name: pooch version: 1.7.0 source: sha256: f174a1041b6447f0eef8860f76d17f60ed2f857dc0efa387a7f08228af05d998 url: https://pypi.io/packages/source/p/pooch/pooch-1.7.0.tar.gz build: noarch: python number: '0' script: /home/conda/feedstock_root/build_artifacts/pooch_1677600624926/_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: pyhd8ed1ab_0 requirements: 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.40 h41732ed_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 - libsqlite 3.40.0 h753d276_0 - libuuid 2.32.1 h7f98852_1000 - libzlib 1.2.13 h166bdaf_4 - ncurses 6.3 h27087fc_1 - openssl 3.0.8 h0b41bf4_0 - packaging 23.0 pyhd8ed1ab_0 - pip 23.0.1 pyhd8ed1ab_0 - python 3.11.0 he550d4f_1_cpython - readline 8.1.2 h0f457ee_0 - setuptools 67.4.0 pyhd8ed1ab_0 - setuptools-scm 7.1.0 pyhd8ed1ab_0 - setuptools_scm 7.1.0 hd8ed1ab_0 - tk 8.6.12 h27826a3_0 - tomli 2.0.1 pyhd8ed1ab_0 - typing-extensions 4.4.0 hd8ed1ab_0 - typing_extensions 4.4.0 pyha770c72_0 - tzdata 2022g h191b570_0 - wheel 0.38.4 pyhd8ed1ab_0 - xz 5.2.6 h166bdaf_0 run: - packaging >=20.0 - platformdirs >=2.5.0 - python >=3.7 - requests >=2.19.0 test: commands: - pytest --pyargs pooch.tests.test_integration imports: - pooch requires: - pytest about: description: 'Pooch manages your remote data files. It automatically downloads and stores them in a local directory (using HTTP or FTP), with support for versioning, corruption checks, and custom download and post-processing operations. ' dev_url: https://github.com/fatiando/pooch doc_url: https://www.fatiando.org/pooch home: https://github.com/fatiando/pooch license: BSD-3-Clause license_family: BSD license_file: LICENSE.txt summary: A friend to fetch your data files extra: copy_test_source_files: true final: true recipe-maintainers: - dopplershift - leouieda