generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
7
package/python-chardet/Config.in
Normal file
7
package/python-chardet/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_CHARDET
|
||||
bool "python-chardet"
|
||||
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
|
||||
help
|
||||
Universal encoding detector for Python 2 and 3.
|
||||
|
||||
https://github.com/chardet/chardet
|
||||
5
package/python-chardet/python-chardet.hash
Normal file
5
package/python-chardet/python-chardet.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/chardet/json
|
||||
md5 bc9a5603d8d0994b2d4cbf255f99e654 chardet-4.0.0.tar.gz
|
||||
sha256 0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa chardet-4.0.0.tar.gz
|
||||
# Locally computed
|
||||
sha256 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3 LICENSE
|
||||
14
package/python-chardet/python-chardet.mk
Normal file
14
package/python-chardet/python-chardet.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-chardet
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CHARDET_VERSION = 4.0.0
|
||||
PYTHON_CHARDET_SOURCE = chardet-$(PYTHON_CHARDET_VERSION).tar.gz
|
||||
PYTHON_CHARDET_SITE = https://files.pythonhosted.org/packages/ee/2d/9cdc2b527e127b4c9db64b86647d567985940ac3698eeabc7ffaccb4ea61
|
||||
PYTHON_CHARDET_SETUP_TYPE = setuptools
|
||||
PYTHON_CHARDET_LICENSE = LGPL-2.1+
|
||||
PYTHON_CHARDET_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user