1*4882a593Smuzhiyun################################################################################ 2*4882a593Smuzhiyun# 3*4882a593Smuzhiyun# python-cryptography 4*4882a593Smuzhiyun# 5*4882a593Smuzhiyun################################################################################ 6*4882a593Smuzhiyun 7*4882a593SmuzhiyunPYTHON_CRYPTOGRAPHY_VERSION = 3.3.2 8*4882a593SmuzhiyunPYTHON_CRYPTOGRAPHY_SOURCE = cryptography-$(PYTHON_CRYPTOGRAPHY_VERSION).tar.gz 9*4882a593SmuzhiyunPYTHON_CRYPTOGRAPHY_SITE = https://files.pythonhosted.org/packages/d4/85/38715448253404186029c575d559879912eb8a1c5d16ad9f25d35f7c4f4c 10*4882a593SmuzhiyunPYTHON_CRYPTOGRAPHY_SETUP_TYPE = setuptools 11*4882a593SmuzhiyunPYTHON_CRYPTOGRAPHY_LICENSE = Apache-2.0 or BSD-3-Clause 12*4882a593SmuzhiyunPYTHON_CRYPTOGRAPHY_LICENSE_FILES = LICENSE LICENSE.APACHE LICENSE.BSD 13*4882a593SmuzhiyunPYTHON_CRYPTOGRAPHY_CPE_ID_VENDOR = cryptography_project 14*4882a593SmuzhiyunPYTHON_CRYPTOGRAPHY_CPE_ID_PRODUCT = cryptography 15*4882a593SmuzhiyunPYTHON_CRYPTOGRAPHY_DEPENDENCIES = host-python-cffi openssl 16*4882a593SmuzhiyunHOST_PYTHON_CRYPTOGRAPHY_NEEDS_HOST_PYTHON = python3 17*4882a593SmuzhiyunHOST_PYTHON_CRYPTOGRAPHY_DEPENDENCIES = \ 18*4882a593Smuzhiyun host-python3-cffi \ 19*4882a593Smuzhiyun host-python3-six \ 20*4882a593Smuzhiyun host-openssl 21*4882a593Smuzhiyun 22*4882a593Smuzhiyun$(eval $(python-package)) 23*4882a593Smuzhiyun$(eval $(host-python-package)) 24