mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-04 14:43:51 -09:00
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
661 B
Makefile
16 lines
661 B
Makefile
################################################################################
|
|
#
|
|
# python-pydantic-core
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYDANTIC_CORE_VERSION = 2.20.1
|
|
PYTHON_PYDANTIC_CORE_SOURCE = pydantic_core-$(PYTHON_PYDANTIC_CORE_VERSION).tar.gz
|
|
PYTHON_PYDANTIC_CORE_SITE = https://files.pythonhosted.org/packages/12/e3/0d5ad91211dba310f7ded335f4dad871172b9cc9ce204f5a56d76ccd6247
|
|
PYTHON_PYDANTIC_CORE_SETUP_TYPE = maturin
|
|
PYTHON_PYDANTIC_CORE_LICENSE = MIT
|
|
PYTHON_PYDANTIC_CORE_LICENSE_FILES = LICENSE
|
|
PYTHON_PYDANTIC_CORE_DEPENDENCIES = host-python-typing-extensions
|
|
|
|
$(eval $(python-package))
|