2
1

python-cryptography.mk 885 B

123456789101112131415161718
  1. ################################################################################
  2. #
  3. # python-cryptography
  4. #
  5. ################################################################################
  6. # Please keep in sync with package/python3-cryptography/python3-cryptography.mk
  7. PYTHON_CRYPTOGRAPHY_VERSION = 3.3.2
  8. PYTHON_CRYPTOGRAPHY_SOURCE = cryptography-$(PYTHON_CRYPTOGRAPHY_VERSION).tar.gz
  9. PYTHON_CRYPTOGRAPHY_SITE = https://files.pythonhosted.org/packages/d4/85/38715448253404186029c575d559879912eb8a1c5d16ad9f25d35f7c4f4c
  10. PYTHON_CRYPTOGRAPHY_SETUP_TYPE = setuptools
  11. PYTHON_CRYPTOGRAPHY_LICENSE = Apache-2.0 or BSD-3-Clause
  12. PYTHON_CRYPTOGRAPHY_LICENSE_FILES = LICENSE LICENSE.APACHE LICENSE.BSD
  13. PYTHON_CRYPTOGRAPHY_CPE_ID_VENDOR = cryptography_project
  14. PYTHON_CRYPTOGRAPHY_CPE_ID_PRODUCT = cryptography
  15. PYTHON_CRYPTOGRAPHY_DEPENDENCIES = host-python-cffi openssl
  16. $(eval $(python-package))