59bc401fa4
LICENSE copyright year was updated. Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
15 lines
552 B
Makefile
15 lines
552 B
Makefile
################################################################################
|
|
#
|
|
# python-pydantic
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYDANTIC_VERSION = 1.8.2
|
|
PYTHON_PYDANTIC_SOURCE = pydantic-$(PYTHON_PYDANTIC_VERSION).tar.gz
|
|
PYTHON_PYDANTIC_SITE = https://files.pythonhosted.org/packages/b9/d2/12a808613937a6b98cd50d6467352f01322dc0d8ca9fb5b94441625d6684
|
|
PYTHON_PYDANTIC_SETUP_TYPE = setuptools
|
|
PYTHON_PYDANTIC_LICENSE = MIT
|
|
PYTHON_PYDANTIC_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|