python-treq.mk 739 B

123456789101112131415161718
  1. ################################################################################
  2. #
  3. # python-treq
  4. #
  5. ################################################################################
  6. # When bumping this package, make sure to also verify if the
  7. # python-twisted package still works and to update its hash,
  8. # as they share the same version/site variables.
  9. PYTHON_TREQ_VERSION = 22.2.0
  10. PYTHON_TREQ_SOURCE = treq-$(PYTHON_TREQ_VERSION).tar.gz
  11. PYTHON_TREQ_SITE = https://files.pythonhosted.org/packages/cd/c8/b68ab17d994133baf6edbcb5551ba81e1494bdc6d5e21a9d4f3bc4315140
  12. PYTHON_TREQ_LICENSE = MIT
  13. PYTHON_TREQ_LICENSE_FILES = LICENSE
  14. PYTHON_TREQ_SETUP_TYPE = setuptools
  15. PYTHON_TREQ_DEPENDENCIES = host-python-incremental
  16. $(eval $(python-package))