mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
This patch also included the versions with the corresponding changelogs: v2.13.0b1: https://github.com/pydantic/pydantic/releases/tag/v2.13.0b1 v2.13.0b2: https://github.com/pydantic/pydantic/releases/tag/v2.13.0b2 v2.13.0b3: https://github.com/pydantic/pydantic/releases/tag/v2.13.0b3 v2.13.0: https://github.com/pydantic/pydantic/releases/tag/v2.13.0 v2.13.1: https://github.com/pydantic/pydantic/releases/tag/v2.13.1 v2.13.2: https://github.com/pydantic/pydantic/releases/tag/v2.13.2 v2.13.3: https://github.com/pydantic/pydantic/releases/tag/v2.13.3 Signed-off-by: Manuel Diener <manuel.diener@oss.othermo.de> Signed-off-by: Julien Olivain <ju.o@free.fr>
18 lines
706 B
Makefile
18 lines
706 B
Makefile
################################################################################
|
|
#
|
|
# python-pydantic
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYDANTIC_VERSION = 2.13.3
|
|
PYTHON_PYDANTIC_SOURCE = pydantic-$(PYTHON_PYDANTIC_VERSION).tar.gz
|
|
PYTHON_PYDANTIC_SITE = https://files.pythonhosted.org/packages/d9/e4/40d09941a2cebcb20609b86a559817d5b9291c49dd6f8c87e5feffbe703a
|
|
PYTHON_PYDANTIC_SETUP_TYPE = hatch
|
|
PYTHON_PYDANTIC_LICENSE = MIT
|
|
PYTHON_PYDANTIC_LICENSE_FILES = LICENSE
|
|
PYTHON_PYDANTIC_CPE_ID_VENDOR = pydantic_project
|
|
PYTHON_PYDANTIC_CPE_ID_PRODUCT = pydantic
|
|
PYTHON_PYDANTIC_DEPENDENCIES = host-python-hatch-fancy-pypi-readme
|
|
|
|
$(eval $(python-package))
|