summaryrefslogtreecommitdiffstats
path: root/package/python-xlrd
Commit message (Collapse)AuthorAgeFilesLines
* package/python-xlrd: fix check-package warnings on Config.in.hostThomas Petazzoni2018-04-171-2/+2
| | | | | | | | | | Fixes: package/python-xlrd/Config.in.host:4: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in) https://gitlab.com/buildroot.org/buildroot/-/jobs/63334884 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* python-xlrd: add as host packageLothar Felten2018-04-012-0/+8
| | | | | | | | | Post-build/image scripts may need to extract information from Microsoft Excel (tm) spreadsheet files. Signed-off-by: Lothar Felten <lothar.felten@gmail.com> [Arnout: add package/Config.in.host entry] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/*/Config.in: fix help text check-package warningsThomas Petazzoni2017-12-181-2/+2
| | | | | | | | | | | | | This commit fixes the warnings reported by check-package on the help text of all package Config.in files, related to the formatting of the help text: should start with a tab, then 2 spaces, then at most 62 characters. The vast majority of warnings fixed were caused by too long lines. A few warnings were related to spaces being used instead of a tab to indent the help text. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot, package: use SPDX short identifier for BSD-3cRahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for BSD-3c is BSD-3-Clause. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/BSD-3c/BSD-3-Clause/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-xlrd: new packageYegor Yefremov2016-06-283-0/+29
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud