summaryrefslogtreecommitdiffstats
path: root/package/python-cchardet/python-cchardet.mk
diff options
context:
space:
mode:
authorJames Hilliard <james.hilliard1@gmail.com>2018-11-12 07:23:12 +0800
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-11-13 22:44:02 +0100
commit3db2ed427138ff0e20aebcac3f40e5b90a749d08 (patch)
tree08a221fc879a9a9ad9e27d7b216625b24b3e332f /package/python-cchardet/python-cchardet.mk
parenta47c516e50dfb51c8da5bd0e8992779a3ac34115 (diff)
downloadbuildroot-3db2ed427138ff0e20aebcac3f40e5b90a749d08.tar.gz
buildroot-3db2ed427138ff0e20aebcac3f40e5b90a749d08.zip
python-cchardet: new package
cChardet is high speed universal character encoding detector. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/python-cchardet/python-cchardet.mk')
-rw-r--r--package/python-cchardet/python-cchardet.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/python-cchardet/python-cchardet.mk b/package/python-cchardet/python-cchardet.mk
new file mode 100644
index 0000000000..9ac170c22d
--- /dev/null
+++ b/package/python-cchardet/python-cchardet.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-cchardet
+#
+################################################################################
+
+PYTHON_CCHARDET_VERSION = 2.1.4
+PYTHON_CCHARDET_SOURCE = cchardet-$(PYTHON_CCHARDET_VERSION).tar.gz
+PYTHON_CCHARDET_SITE = https://files.pythonhosted.org/packages/74/64/3988d388315c1af3e24f447689dadf30edead43366fb2041cb103380b57f
+PYTHON_CCHARDET_SETUP_TYPE = setuptools
+PYTHON_CCHARDET_LICENSE = MPL-1.1
+PYTHON_CCHARDET_LICENSE_FILES = COPYING
+
+$(eval $(python-package))
OpenPOWER on IntegriCloud