# This file created by conda-build 3.24.0 # meta.yaml template originally from: # /home/conda/recipe_root, last modified Sun May 7 09:24:33 2023 # ------------------------------------------------ package: name: ca-certificates version: 2023.5.7 source: sha256: 0f0d56dc5a6ad56fd4ba36484d6cc34451e1c6548c61daad8c320169f91eddc7 url: https://pypi.io/packages/source/c/certifi/certifi-2023.5.7.tar.gz build: number: '0' string: hbcca054_0 requirements: build: [] run: [] test: commands: - test -f "${PREFIX}/ssl/cacert.pem" - test -f "${PREFIX}/ssl/cert.pem" - curl --cacert "${PREFIX}/ssl/cacert.pem" https://www.google.com requires: - curl about: home: https://github.com/conda-forge/ca-certificates-feedstock license: ISC license_file: LICENSE summary: Certificates for use with other packages. extra: copy_test_source_files: true final: true recipe-maintainers: - jakirkham - msarahan - mwcraig - ocefpaf - patricksnape - pelson - scopatz