# This file created by conda-build 3.22.0 # meta.yaml template originally from: # /home/conda/recipe_root, last modified Sat Sep 3 14:13:20 2022 # ------------------------------------------------ package: name: tqdm version: 4.64.1 source: sha256: 5f4f682a004951c1b450bc753c710e9280c5746ce6ffedee253ddbcbf54cf1e4 url: https://pypi.io/packages/source/t/tqdm/tqdm-4.64.1.tar.gz build: entry_points: - tqdm = tqdm.cli:main noarch: python number: '0' script: /home/conda/feedstock_root/build_artifacts/tqdm_1662214488106/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeh/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.6.15 ha878542_0 - importlib-metadata 4.11.4 py310hff52083_0 - ld_impl_linux-64 2.36.1 hea4e1c9_2 - libffi 3.4.2 h7f98852_5 - libgcc-ng 12.1.0 h8d9b700_16 - libgomp 12.1.0 h8d9b700_16 - libnsl 2.0.0 h7f98852_0 - libsqlite 3.39.2 h753d276_1 - libuuid 2.32.1 h7f98852_1000 - libzlib 1.2.12 h166bdaf_2 - ncurses 6.3 h27087fc_1 - openssl 3.0.5 h166bdaf_1 - packaging 21.3 pyhd8ed1ab_0 - pip 22.2.2 pyhd8ed1ab_0 - pyparsing 3.0.9 pyhd8ed1ab_0 - python 3.10.6 ha86cf86_0_cpython - python_abi 3.10 2_cp310 - readline 8.1.2 h0f457ee_0 - setuptools 65.3.0 pyhd8ed1ab_1 - setuptools-scm 7.0.5 pyhd8ed1ab_0 - setuptools_scm 7.0.5 hd8ed1ab_0 - tk 8.6.12 h27826a3_0 - toml 0.10.2 pyhd8ed1ab_0 - tomli 2.0.1 pyhd8ed1ab_0 - typing-extensions 4.3.0 hd8ed1ab_0 - typing_extensions 4.3.0 pyha770c72_0 - tzdata 2022c h191b570_0 - wheel 0.37.1 pyhd8ed1ab_0 - xz 5.2.6 h166bdaf_0 - zipp 3.8.1 pyhd8ed1ab_0 run: - colorama - python >=2.7 test: commands: - pip check - tqdm --help - tqdm -v - pytest -k "not tests_perf" imports: - tqdm requires: - pip - pytest - pytest-asyncio - pytest-timeout source_files: - pyproject.toml - setup.cfg - tests about: dev_url: https://tqdm.github.io/docs/tqdm doc_source_url: https://github.com/tqdm/tqdm/blob/master/README.rst doc_url: https://github.com/tqdm/tqdm#tqdm home: https://pypi.python.org/pypi/tqdm license: MPL-2.0 or MIT license_family: MOZILLA license_file: LICENCE summary: A Fast, Extensible Progress Meter extra: copy_test_source_files: true final: true recipe-maintainers: - casperdcl - pmlandwehr