4e15d69160
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
15 lines
553 B
Makefile
15 lines
553 B
Makefile
################################################################################
|
|
#
|
|
# python-pydantic
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYDANTIC_VERSION = 1.10.8
|
|
PYTHON_PYDANTIC_SOURCE = pydantic-$(PYTHON_PYDANTIC_VERSION).tar.gz
|
|
PYTHON_PYDANTIC_SITE = https://files.pythonhosted.org/packages/23/65/2aa13873e9e0084ecaec00fbe6c6096b65e1ab99ba66bdbf7e4e7c4cc915
|
|
PYTHON_PYDANTIC_SETUP_TYPE = setuptools
|
|
PYTHON_PYDANTIC_LICENSE = MIT
|
|
PYTHON_PYDANTIC_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|