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.60.1
|
|
PYTHON_FONTTOOLS_SOURCE = fonttools-$(PYTHON_FONTTOOLS_VERSION).tar.gz
|
|
PYTHON_FONTTOOLS_SITE = https://files.pythonhosted.org/packages/4b/42/97a13e47a1e51a5a7142475bbcf5107fe3a68fc34aef331c897d5fb98ad0
|
|
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))
|