mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-06 15:43:51 -09:00
The package is not yet available on PyPI, so go fetch it at the source. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
16 lines
553 B
Makefile
16 lines
553 B
Makefile
################################################################################
|
|
#
|
|
# python-pydantic-core
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYDANTIC_CORE_VERSION = v2.19.0
|
|
PYTHON_PYDANTIC_CORE_SITE = https://github.com/pydantic/pydantic-core
|
|
PYTHON_PYDANTIC_CORE_SITE_METHOD = git
|
|
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))
|