Update buidlroot to version 2016.08.1
This commit is contained in:
8
bsp/buildroot/package/python-xlwt/Config.in
Normal file
8
bsp/buildroot/package/python-xlwt/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_XLWT
|
||||
bool "python-xlwt"
|
||||
help
|
||||
Library to create spreadsheet files compatible with MS Excel
|
||||
97/2000/XP/2003 XLS files, on any platform, with Python 2.6,
|
||||
2.7, 3.3+.
|
||||
|
||||
http://www.python-excel.org/
|
||||
4
bsp/buildroot/package/python-xlwt/python-xlwt.hash
Normal file
4
bsp/buildroot/package/python-xlwt/python-xlwt.hash
Normal file
@@ -0,0 +1,4 @@
|
||||
# md5 from https://pypi.python.org/pypi/xlwt/json
|
||||
md5 fadf8d1be8c5f071561c4145ed5f5b89 xlwt-1.1.2.tar.gz
|
||||
# sha256 calculated by scanpypi
|
||||
sha256 aed648c17731f40f84550dd2a1aaa53569f0cbcaf5610ba895cd2632587b723c xlwt-1.1.2.tar.gz
|
||||
14
bsp/buildroot/package/python-xlwt/python-xlwt.mk
Normal file
14
bsp/buildroot/package/python-xlwt/python-xlwt.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-xlwt
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_XLWT_VERSION = 1.1.2
|
||||
PYTHON_XLWT_SOURCE = xlwt-$(PYTHON_XLWT_VERSION).tar.gz
|
||||
PYTHON_XLWT_SITE = https://pypi.python.org/packages/0b/69/644313df86e6375ec2c6b34ec8ac544b9cc7803b7d943223d32811860f3d
|
||||
PYTHON_XLWT_SETUP_TYPE = setuptools
|
||||
PYTHON_XLWT_LICENSE = BSD-3c, BSD-4c
|
||||
PYTHON_XLWT_LICENSE_FILES = docs/licenses.rst
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user