870197baf9
Drop setuptools runtime dependency. Update description as python 2 is no longer supported. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
549 B
Makefile
15 lines
549 B
Makefile
################################################################################
|
|
#
|
|
# python-chardet
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CHARDET_VERSION = 5.1.0
|
|
PYTHON_CHARDET_SOURCE = chardet-$(PYTHON_CHARDET_VERSION).tar.gz
|
|
PYTHON_CHARDET_SITE = https://files.pythonhosted.org/packages/41/32/cdc91dcf83849c7385bf8e2a5693d87376536ed000807fa07f5eab33430d
|
|
PYTHON_CHARDET_SETUP_TYPE = setuptools
|
|
PYTHON_CHARDET_LICENSE = LGPL-2.1+
|
|
PYTHON_CHARDET_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|