python-argon2-cffi.mk 699 B

123456789101112131415161718
  1. ################################################################################
  2. #
  3. # python-argon2-cffi
  4. #
  5. ################################################################################
  6. PYTHON_ARGON2_CFFI_VERSION = 23.1.0
  7. PYTHON_ARGON2_CFFI_SOURCE = argon2_cffi-$(PYTHON_ARGON2_CFFI_VERSION).tar.gz
  8. PYTHON_ARGON2_CFFI_SITE = https://files.pythonhosted.org/packages/31/fa/57ec2c6d16ecd2ba0cf15f3c7d1c3c2e7b5fcb83555ff56d7ab10888ec8f
  9. PYTHON_ARGON2_CFFI_SETUP_TYPE = pep517
  10. PYTHON_ARGON2_CFFI_LICENSE = MIT
  11. PYTHON_ARGON2_CFFI_LICENSE_FILES = LICENSE
  12. PYTHON_ARGON2_CFFI_DEPENDENCIES = \
  13. host-python-hatchling \
  14. host-python-hatch-fancy-pypi-readme \
  15. host-python-hatch-vcs
  16. $(eval $(python-package))