mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
https://github.com/fonttools/fonttools/blob/4.62.1/NEWS.rst Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
17 lines
660 B
Makefile
17 lines
660 B
Makefile
################################################################################
|
|
#
|
|
# python-fonttools
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_FONTTOOLS_VERSION = 4.62.1
|
|
PYTHON_FONTTOOLS_SOURCE = fonttools-$(PYTHON_FONTTOOLS_VERSION).tar.gz
|
|
PYTHON_FONTTOOLS_SITE = https://files.pythonhosted.org/packages/9a/08/7012b00a9a5874311b639c3920270c36ee0c445b69d9989a85e5c92ebcb0
|
|
PYTHON_FONTTOOLS_SETUP_TYPE = setuptools
|
|
PYTHON_FONTTOOLS_LICENSE = MIT
|
|
PYTHON_FONTTOOLS_LICENSE_FILES = LICENSE
|
|
PYTHON_FONTTOOLS_DEPENDENCIES = host-python-cython
|
|
PYTHON_FONTTOOLS_ENV = FONTTOOLS_WITH_CYTHON=1
|
|
|
|
$(eval $(python-package))
|