mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
python-xlutils: 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
abf0cd2871
commit
0a17720cbd
14
package/python-xlutils/python-xlutils.mk
Normal file
14
package/python-xlutils/python-xlutils.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-xlutils
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_XLUTILS_VERSION = 2.0.0
|
||||
PYTHON_XLUTILS_SOURCE = xlutils-$(PYTHON_XLUTILS_VERSION).tar.gz
|
||||
PYTHON_XLUTILS_SITE = https://pypi.python.org/packages/93/fe/af6d73e4bc7b0ce359d34bebb2e8d4d129763acfecd66a3a7efc587e54c9
|
||||
PYTHON_XLUTILS_SETUP_TYPE = setuptools
|
||||
PYTHON_XLUTILS_LICENSE = MIT
|
||||
PYTHON_XLUTILS_LICENSE_FILES = xlutils/license.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user