mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-30 08:53:29 +08:00
27af91823e
Use the new hatch setup type which automatically pulls in the host-python-hatchling dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
18 lines
705 B
Makefile
18 lines
705 B
Makefile
################################################################################
|
|
#
|
|
# python-pydantic
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYDANTIC_VERSION = 2.9.2
|
|
PYTHON_PYDANTIC_SOURCE = pydantic-$(PYTHON_PYDANTIC_VERSION).tar.gz
|
|
PYTHON_PYDANTIC_SITE = https://files.pythonhosted.org/packages/a9/b7/d9e3f12af310e1120c21603644a1cd86f59060e040ec5c3a80b8f05fae30
|
|
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))
|