mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Changelog: https://github.com/pydantic/pydantic-settings/releases/tag/v2.14.0 Signed-off-by: Manuel Diener <manuel.diener@oss.othermo.de> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
629 B
Makefile
15 lines
629 B
Makefile
################################################################################
|
|
#
|
|
# python-pydantic-settings
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYDANTIC_SETTINGS_VERSION = 2.14.0
|
|
PYTHON_PYDANTIC_SETTINGS_SOURCE = pydantic_settings-$(PYTHON_PYDANTIC_SETTINGS_VERSION).tar.gz
|
|
PYTHON_PYDANTIC_SETTINGS_SITE = https://files.pythonhosted.org/packages/42/98/c8345dccdc31de4228c039a98f6467a941e39558da41c1744fbe29fa5666
|
|
PYTHON_PYDANTIC_SETTINGS_SETUP_TYPE = hatch
|
|
PYTHON_PYDANTIC_SETTINGS_LICENSE = MIT
|
|
PYTHON_PYDANTIC_SETTINGS_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|