mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
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>
This commit is contained in:
committed by
Peter Korsgaard
parent
6a9e59c0c2
commit
03a3a201a3
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 = 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))
|
||||
Reference in New Issue
Block a user