# This file created by conda-build 3.24.0 # meta.yaml template originally from: # /home/conda/recipe_root, last modified Sun May 7 09:03:07 2023 # ------------------------------------------------ package: name: certifi version: 2023.5.7 source: - folder: certifi sha256: 0f0d56dc5a6ad56fd4ba36484d6cc34451e1c6548c61daad8c320169f91eddc7 url: https://pypi.io/packages/source/c/certifi/certifi-2023.5.7.tar.gz - folder: pip_wheel sha256: 0f35d63b7245205f4060efe1982f5ea2196aa6e5b26c07669adcf800e2542026 url: https://pypi.io/packages/py2.py3/p/pip/pip-20.2.3-py2.py3-none-any.whl - folder: setuptools_wheel sha256: 4dd5bb0a0a0cff77b46ca5dd3a84857ee48c83e8223886b556613c724994073f url: https://pypi.io/packages/py3/s/setuptools/setuptools-49.6.0-py3-none-any.whl build: noarch: python number: '0' 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 - libexpat 2.5.0 hcb278e6_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_1 - libuuid 2.38.1 h0b41bf4_0 - libzlib 1.2.13 h166bdaf_4 - ncurses 6.3 h27087fc_1 - openssl 3.1.0 hd590300_3 - python 3.11.3 h2755cc3_0_cpython - readline 8.2 h8228510_1 - tk 8.6.12 h27826a3_0 - tzdata 2023c h71feb2d_0 - xz 5.2.6 h166bdaf_0 run: - python >=3.7 test: imports: - certifi about: description: 'Certifi is a curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. ' dev_url: https://github.com/certifi/python-certifi doc_source_url: https://github.com/certifi/certifi.io/blob/master/README.rst doc_url: https://pypi.python.org/pypi/certifi home: http://certifi.io/ license: ISC license_file: certifi/LICENSE summary: Python package for providing Mozilla's CA Bundle. extra: copy_test_source_files: true final: true recipe-maintainers: - jakirkham - ocefpaf - pelson - sigmavirus24