python-engineio.mk 484 B

12345678910111213
  1. ################################################################################
  2. #
  3. # python-engineio
  4. #
  5. ################################################################################
  6. PYTHON_ENGINEIO_VERSION = 2.3.0
  7. PYTHON_ENGINEIO_SITE = https://files.pythonhosted.org/packages/f1/6f/3b872dce14b381b2724d33cf9133c6d3e599f1e85e1f8ab75b01d243bf9e
  8. PYTHON_ENGINEIO_SETUP_TYPE = setuptools
  9. PYTHON_ENGINEIO_LICENSE = MIT
  10. PYTHON_ENGINEIO_LICENSE_FILES = LICENSE
  11. $(eval $(python-package))