python-cryptography.mk 883 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.0
  8. PYTHON_CRYPTOGRAPHY_SOURCE = cryptography-$(PYTHON_CRYPTOGRAPHY_VERSION).tar.gz
  9. PYTHON_CRYPTOGRAPHY_SITE = https://files.pythonhosted.org/packages/bf/ac/552fc8729d90393845cc3a2062facf4a89dcbe206fa78771d60ddaae7554
  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))