You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
5a3fb64466
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
16 lines
625 B
Makefile
16 lines
625 B
Makefile
################################################################################
|
|
#
|
|
# python-dtschema
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_DTSCHEMA_VERSION = 2022.12
|
|
PYTHON_DTSCHEMA_SOURCE = dtschema-$(PYTHON_DTSCHEMA_VERSION).tar.gz
|
|
PYTHON_DTSCHEMA_SITE = https://files.pythonhosted.org/packages/f2/61/7d7e907ea6eed33708ce07766258b961fe476221fbd2e759a1921487e381
|
|
PYTHON_DTSCHEMA_SETUP_TYPE = setuptools
|
|
PYTHON_DTSCHEMA_LICENSE = BSD-2-Clause
|
|
PYTHON_DTSCHEMA_LICENSE_FILES = LICENSE.txt
|
|
PYTHON_DTSCHEMA_DEPENDENCIES = host-python-setuptools-scm
|
|
|
|
$(eval $(python-package))
|