mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-21 01:52:11 +00:00
Upgrade buildroot to 2023.05 (from 2021.08.2), kernel is upgraded to 6.3 (from 5.13.19).
This commit is contained in:
22
package/python-fonttools/python-fonttools.mk
Normal file
22
package/python-fonttools/python-fonttools.mk
Normal file
@@ -0,0 +1,22 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-fonttools
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FONTTOOLS_VERSION = 4.38.0
|
||||
PYTHON_FONTTOOLS_SOURCE = fonttools-$(PYTHON_FONTTOOLS_VERSION).zip
|
||||
PYTHON_FONTTOOLS_SITE = https://files.pythonhosted.org/packages/55/5c/a4a25cf6db42d113d8f626901bb156b2f7cf7c7564a6bbc7b5cd6f7cb484
|
||||
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
|
||||
|
||||
define PYTHON_FONTTOOLS_EXTRACT_CMDS
|
||||
$(UNZIP) -d $(@D) $(PYTHON_FONTTOOLS_DL_DIR)/$(PYTHON_FONTTOOLS_SOURCE)
|
||||
mv $(@D)/fonttools-$(PYTHON_FONTTOOLS_VERSION)/* $(@D)
|
||||
$(RM) -r $(@D)/fonttools-$(PYTHON_FONTTOOLS_VERSION)
|
||||
endef
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user