diff options
| author | Yegor Yefremov <yegorslists@googlemail.com> | 2016-06-27 08:46:55 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2016-06-28 21:42:01 +0200 |
| commit | fb4aa6dc0590f5b9160d26bf478e9f3c71003ebe (patch) | |
| tree | 125886343f649da9f8268752ab73a44eaefc9a22 /package/python-xlrd/python-xlrd.mk | |
| parent | 244ffaafd18723fece75f45c14e0f0652dc1ebf3 (diff) | |
| download | buildroot-fb4aa6dc0590f5b9160d26bf478e9f3c71003ebe.tar.gz buildroot-fb4aa6dc0590f5b9160d26bf478e9f3c71003ebe.zip | |
python-xlrd: new package
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>
Diffstat (limited to 'package/python-xlrd/python-xlrd.mk')
| -rw-r--r-- | package/python-xlrd/python-xlrd.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/python-xlrd/python-xlrd.mk b/package/python-xlrd/python-xlrd.mk new file mode 100644 index 0000000000..50f76243ee --- /dev/null +++ b/package/python-xlrd/python-xlrd.mk @@ -0,0 +1,14 @@ +################################################################################ +# +# python-xlrd +# +################################################################################ + +PYTHON_XLRD_VERSION = 1.0.0 +PYTHON_XLRD_SOURCE = xlrd-$(PYTHON_XLRD_VERSION).tar.gz +PYTHON_XLRD_SITE = https://pypi.python.org/packages/42/85/25caf967c2d496067489e0bb32df069a8361e1fd96a7e9f35408e56b3aab +PYTHON_XLRD_SETUP_TYPE = setuptools +PYTHON_XLRD_LICENSE = BSD-3c +PYTHON_XLRD_LICENSE_FILES = xlrd/licences.py + +$(eval $(python-package)) |

