a9eaacd9cb
The license file was changed from xlrd/licences.py to LICENSE in the following upstream commit: https://github.com/python-excel/xlrd/commit/e7bcab2f4527b5a3d5118938076571e9e7566c2b While the formatting has changed, the contents are the same. We take this opportunity to add the hash of the license file. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> [Thomas: fix license file details] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
556 B
Makefile
16 lines
556 B
Makefile
################################################################################
|
|
#
|
|
# python-xlrd
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_XLRD_VERSION = 1.2.0
|
|
PYTHON_XLRD_SOURCE = xlrd-$(PYTHON_XLRD_VERSION).tar.gz
|
|
PYTHON_XLRD_SITE = https://files.pythonhosted.org/packages/aa/05/ec9d4fcbbb74bbf4da9f622b3b61aec541e4eccf31d3c60c5422ec027ce2
|
|
PYTHON_XLRD_SETUP_TYPE = setuptools
|
|
PYTHON_XLRD_LICENSE = BSD-3-Clause
|
|
PYTHON_XLRD_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|