python/pyproject_installer: update to 0.5.5
[oi-userland.git] / components / python / pydantic / Makefile
blob1c77cbf2e3198cb815454d8e07741b90526c1d8b
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # This file was automatically generated using the following command:
14 # $WS_TOOLS/python-integrate-project pydantic
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = pydantic
22 HUMAN_VERSION = 2.9.2
23 COMPONENT_SUMMARY = Data validation using Python type hints
24 COMPONENT_PROJECT_URL = https://github.com/pydantic/pydantic
25 COMPONENT_ARCHIVE_HASH = \
26 sha256:d155cef71265d1e9807ed1c32b4c8deec042a44a50a4188b25ac67ecd81a9c0f
27 COMPONENT_LICENSE = MIT
28 COMPONENT_LICENSE_FILE = LICENSE
30 TEST_STYLE = pytest
32 include $(WS_MAKE_RULES)/common.mk
34 # This project uses pdm to manage test dependencies.
35 TEST_REQUIREMENTS_PDM += testing
36 # Additional extras are needed for tests too
37 TEST_REQUIREMENTS_EXTRAS += email
39 # Test results order varies between runs
40 PYTEST_SORT_TESTS = yes
42 # We do not have pytest-examples packaged yet
43 PYTEST_ADDOPTS += --ignore tests/test_docs.py
45 # Auto-generated dependencies
46 PYTHON_REQUIRED_PACKAGES += library/python/annotated-types
47 PYTHON_REQUIRED_PACKAGES += library/python/hatch-fancy-pypi-readme
48 PYTHON_REQUIRED_PACKAGES += library/python/hatchling
49 PYTHON_REQUIRED_PACKAGES += library/python/pydantic-core
50 PYTHON_REQUIRED_PACKAGES += library/python/typing-extensions
51 PYTHON_REQUIRED_PACKAGES += runtime/python
52 TEST_REQUIRED_PACKAGES.python += library/python/cloudpickle
53 TEST_REQUIRED_PACKAGES.python += library/python/coverage
54 TEST_REQUIRED_PACKAGES.python += library/python/dirty-equals
55 TEST_REQUIRED_PACKAGES.python += library/python/email-validator
56 TEST_REQUIRED_PACKAGES.python += library/python/eval-type-backport
57 TEST_REQUIRED_PACKAGES.python += library/python/faker
58 TEST_REQUIRED_PACKAGES.python += library/python/jsonschema
59 TEST_REQUIRED_PACKAGES.python += library/python/packaging
60 TEST_REQUIRED_PACKAGES.python += library/python/pytest
61 TEST_REQUIRED_PACKAGES.python += library/python/pytest-benchmark
62 TEST_REQUIRED_PACKAGES.python += library/python/pytest-mock
63 TEST_REQUIRED_PACKAGES.python += library/python/pytz