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
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.10.3
23 COMPONENT_SUMMARY
= Data validation using Python type hints
24 COMPONENT_PROJECT_URL
= https
://github.com
/pydantic
/pydantic
25 COMPONENT_ARCHIVE_HASH
= \
26 sha256
:cb5ac360ce894ceacd69c403187900a02c4b20b693a9dd1d643e1effab9eadf9
27 COMPONENT_LICENSE
= MIT
28 COMPONENT_LICENSE_FILE
= LICENSE
32 include $(WS_MAKE_RULES
)/common.mk
34 # This project does not support tox so we need to provide test requirements
36 TEST_REQUIREMENTS_PEP735
+= dev
37 # Additional extras are needed for tests too
38 TEST_REQUIREMENTS_EXTRAS
+= email
40 # Test results order varies between runs
41 PYTEST_SORT_TESTS
= yes
43 # We do not have pytest-examples packaged yet
44 PYTEST_ADDOPTS
+= --ignore tests
/test_docs.py
46 # Auto-generated dependencies
47 PYTHON_REQUIRED_PACKAGES
+= library
/python
/annotated-types
48 PYTHON_REQUIRED_PACKAGES
+= library
/python
/hatch-fancy-pypi-readme
49 PYTHON_REQUIRED_PACKAGES
+= library
/python
/hatchling
50 PYTHON_REQUIRED_PACKAGES
+= library
/python
/pydantic-core
51 PYTHON_REQUIRED_PACKAGES
+= library
/python
/typing-extensions
52 PYTHON_REQUIRED_PACKAGES
+= runtime
/python
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
64 TEST_REQUIRED_PACKAGES.python
+= library
/python
/tomli