python-sortedcontainers.mk 631 B

1234567891011121314
  1. ################################################################################
  2. #
  3. # python-sortedcontainers
  4. #
  5. ################################################################################
  6. PYTHON_SORTEDCONTAINERS_VERSION = 2.3.0
  7. PYTHON_SORTEDCONTAINERS_SOURCE = sortedcontainers-$(PYTHON_SORTEDCONTAINERS_VERSION).tar.gz
  8. PYTHON_SORTEDCONTAINERS_SITE = https://files.pythonhosted.org/packages/14/10/6a9481890bae97da9edd6e737c9c3dec6aea3fc2fa53b0934037b35c89ea
  9. PYTHON_SORTEDCONTAINERS_SETUP_TYPE = setuptools
  10. PYTHON_SORTEDCONTAINERS_LICENSE = Apache-2.0
  11. PYTHON_SORTEDCONTAINERS_LICENSE_FILES = LICENSE
  12. $(eval $(python-package))