# This file created by conda-build 1.20.3+48.g09ddcfe # meta.yaml template originally from: # /home/ilan/anaconda/packages/pyopenssl, last modified Sat Jun 4 21:20:34 2016 # ------------------------------------------------ package: name: pyopenssl version: 0.16.0 source: fn: pyOpenSSL-0.16.0.tar.gz md5: 9587d813dcf656e9f2760e41a3682dc3 url: https://pypi.python.org/packages/77/f2/bccec75ca4280a9fa762a90a1b8b152a22eac5d9c726d7da1fcbfe0a20e6/pyOpenSSL-16.0.0.tar.gz requirements: build: - python - setuptools - cryptography >=1.3 - six >=1.5.2 run: - python - cryptography >=1.3 - six >=1.5.2 test: imports: - OpenSSL - OpenSSL.crypto - OpenSSL.rand - OpenSSL.SSL about: description: 'pyOpenSSL is a high-level wrapper around a subset of the OpenSSL library. It includes: -SSL.Connection objects, wrapping the methods of Python''s portable sockets -Callbacks written in Python -Extensive error-handling mechanism, mirroring OpenSSL''s error codes and much more. ' dev_url: https://github.com/pyca/pyopenssl doc_url: https://pyopenssl.readthedocs.org/en/stable/ home: https://github.com/pyca/pyopenssl license: Apache License, Version 2.0 license_family: Apache license_file: LICENSE summary: Python wrapper module around the OpenSSL library