mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
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:
committed by
Thomas Petazzoni
parent
c02278a426
commit
58444e8f8b
14
package/python-incremental/python-incremental.mk
Normal file
14
package/python-incremental/python-incremental.mk
Normal 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))
|
||||
Reference in New Issue
Block a user