diff options
| author | David Bachelart <david.bachelart@bbright.com> | 2017-01-03 09:26:46 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2017-01-08 21:31:56 +0100 |
| commit | 03a3a201a35bc23acaa65104bdb2d523aa053068 (patch) | |
| tree | 9f3adf24fdab5528c29c921fd4d8f16196c08ec4 /package/python-chardet/python-chardet.mk | |
| parent | 6a9e59c0c2367ccc62c1d898fb9b31c8f7fe0ddf (diff) | |
| download | buildroot-03a3a201a35bc23acaa65104bdb2d523aa053068.tar.gz buildroot-03a3a201a35bc23acaa65104bdb2d523aa053068.zip | |
python-chardet: new package
Signed-off-by: David Bachelart <david.bachelart@bbright.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-chardet/python-chardet.mk')
| -rw-r--r-- | package/python-chardet/python-chardet.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/python-chardet/python-chardet.mk b/package/python-chardet/python-chardet.mk new file mode 100644 index 0000000000..19629548d4 --- /dev/null +++ b/package/python-chardet/python-chardet.mk @@ -0,0 +1,14 @@ +################################################################################ +# +# python-chardet +# +################################################################################ + +PYTHON_CHARDET_VERSION = 2.3.0 +PYTHON_CHARDET_SOURCE = chardet-$(PYTHON_CHARDET_VERSION).tar.gz +PYTHON_CHARDET_SITE = https://pypi.python.org/packages/7d/87/4e3a3f38b2f5c578ce44f8dc2aa053217de9f0b6d737739b0ddac38ed237 +PYTHON_CHARDET_SETUP_TYPE = setuptools +PYTHON_CHARDET_LICENSE = LGPLv2.1+ +PYTHON_CHARDET_LICENSE_FILES = LICENSE + +$(eval $(python-package)) |

