# This file created by conda-build 3.21.4 # meta.yaml template originally from: # /home/conda/recipe_root, last modified Wed May 5 18:42:44 2021 # ------------------------------------------------ package: name: six version: 1.16.0 source: sha256: 1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 url: https://pypi.io/packages/source/s/six/six-1.16.0.tar.gz build: noarch: python number: '0' script: /home/conda/feedstock_root/build_artifacts/six_1620240208055/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/bin/python -m pip install . -vv string: pyh6c4a22f_0 requirements: host: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 1_gnu - ca-certificates 2020.12.5 ha878542_0 - certifi 2020.12.5 py39hf3d152e_1 - ld_impl_linux-64 2.35.1 hea4e1c9_2 - libffi 3.3 h58526e2_2 - libgcc-ng 9.3.0 h2828fa1_19 - libgomp 9.3.0 h2828fa1_19 - libstdcxx-ng 9.3.0 h6de172a_19 - ncurses 6.2 h58526e2_4 - openssl 1.1.1k h7f98852_0 - pip 21.1.1 pyhd8ed1ab_0 - python 3.9.2 hffdb5ce_0_cpython - python_abi 3.9 1_cp39 - readline 8.1 h46c0cb4_0 - setuptools 49.6.0 py39hf3d152e_3 - sqlite 3.35.5 h74cdb3f_0 - tk 8.6.10 h21135ba_1 - tzdata 2021a he74cb21_0 - wheel 0.36.2 pyhd3deb0d_0 - xz 5.2.5 h516909a_1 - zlib 1.2.11 h516909a_1010 run: - python test: commands: - pip check imports: - six requires: - pip about: description: 'Six provides simple utilities for wrapping over differences between Python 2 and Python 3. It is intended to support codebases that work on both Python 2 and 3 without modification. six consists of only one Python file, so it is painless to copy into a project. ' dev_url: https://github.com/benjaminp/six doc_url: https://six.readthedocs.io/ home: https://six.readthedocs.io/ license: MIT license_family: MIT license_file: LICENSE summary: Python 2 and 3 compatibility utilities extra: copy_test_source_files: true final: true recipe-maintainers: - jakirkham - msarahan - ocefpaf