generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
11
package/python-cchardet/Config.in
Normal file
11
package/python-cchardet/Config.in
Normal file
@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_PYTHON_CCHARDET
|
||||
bool "python-cchardet"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
help
|
||||
cChardet is high speed universal character encoding
|
||||
detector.
|
||||
|
||||
https://github.com/PyYoshi/cChardet
|
||||
|
||||
comment "python-cchardet needs a toolchain w/ C++"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
5
package/python-cchardet/python-cchardet.hash
Normal file
5
package/python-cchardet/python-cchardet.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/cchardet/json
|
||||
md5 8a76472ad09c68c12069203ea9348ee3 cchardet-2.1.7.tar.gz
|
||||
sha256 c428b6336545053c2589f6caf24ea32276c6664cb86db817e03a94c60afa0eaf cchardet-2.1.7.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 107a29ccdd2d778aa2df5462f85dddfa099059abd22e064e07ec2cc9bafc37cd COPYING
|
||||
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.7
|
||||
PYTHON_CCHARDET_SOURCE = cchardet-$(PYTHON_CCHARDET_VERSION).tar.gz
|
||||
PYTHON_CCHARDET_SITE = https://files.pythonhosted.org/packages/a8/5d/090c9f0312b7988a9433246c9cf0b566b1ae1374368cfb8ac897218a4f65
|
||||
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