mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-27 21:12:12 +00:00
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
a47c516e50
commit
3db2ed4271
14
package/python-cchardet/python-cchardet.mk
Normal file
14
package/python-cchardet/python-cchardet.mk
Normal file
@@ -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))
|
||||
Reference in New Issue
Block a user