python-sortedcontainers: new package
[buildroot-gz.git] / package / python-sortedcontainers / python-sortedcontainers.mk
blob99606816ab3e74b0972e7cad067b21ea3fb10a3f
1 ################################################################################
3 # python-sortedcontainers
5 ################################################################################
7 PYTHON_SORTEDCONTAINERS_VERSION = 1.5.7
8 PYTHON_SORTEDCONTAINERS_SOURCE = sortedcontainers-$(PYTHON_SORTEDCONTAINERS_VERSION).tar.gz
9 PYTHON_SORTEDCONTAINERS_SITE = https://pypi.python.org/packages/8d/aa/5369362d730728639ba434318df26b5c554804578d1c48381367ea5377c6
10 PYTHON_SORTEDCONTAINERS_SETUP_TYPE = setuptools
11 PYTHON_SORTEDCONTAINERS_LICENSE = Apache-2.0
12 PYTHON_SORTEDCONTAINERS_LICENSE_FILES = LICENSE
14 $(eval $(python-package))