python-incremental: new package

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yegor Yefremov
2016-12-16 16:54:29 +01:00
committed by Thomas Petazzoni
parent c02278a426
commit 58444e8f8b
4 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-incremental
#
################################################################################
PYTHON_INCREMENTAL_VERSION = 16.10.1
PYTHON_INCREMENTAL_SOURCE = incremental-$(PYTHON_INCREMENTAL_VERSION).tar.gz
PYTHON_INCREMENTAL_SITE = https://pypi.python.org/packages/da/b0/32233c9e84b0d44b39015fba8fec03e88053723c1b455925081dc6ccd9e7
PYTHON_INCREMENTAL_SETUP_TYPE = setuptools
PYTHON_INCREMENTAL_LICENSE = MIT
PYTHON_INCREMENTAL_LICENSE_FILES = LICENSE
$(eval $(python-package))