From c028ccd8bf35334f2185c77b3d42e6cd4e78af1f Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Sat, 06 Apr 2024 21:13:40 +0200
Subject: [PATCH] Add pydantic_core Python project

---
 components/python/pydantic_core/python-integrate-project.conf |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/components/python/pydantic_core/python-integrate-project.conf b/components/python/pydantic_core/python-integrate-project.conf
new file mode 100644
index 0000000..3c91ec5
--- /dev/null
+++ b/components/python/pydantic_core/python-integrate-project.conf
@@ -0,0 +1,36 @@
+#
+# This file and its contents are supplied under the terms of the
+# Common Development and Distribution License ("CDDL"), version 1.0.
+# You may only use this file in accordance with the terms of version
+# 1.0 of the CDDL.
+#
+# A full copy of the text of the CDDL should have accompanied this
+# source.  A copy of the CDDL is also available via the Internet at
+# http://www.illumos.org/license/CDDL.
+#
+
+#
+# Copyright 2024 Marcel Telka
+#
+
+%patch% 01-pytest-plugins.patch
+
+%include-2%
+#
+# Following dependency loops were detected (where 'A --> B' means 'A needs B to
+# run tests', and 'A ==> B' means 'A needs B for build and/or run'):
+#
+# pydantic_core --> dirty_equals --> pydantic ==> pydantic_core
+#
+# To break loops we need to allow this project to integrate without testing in
+# a case the required projects are not available yet (bootstrap).
+#
+PYTHON_TEST_BOOTSTRAP = yes
+%include-3%
+# https://www.illumos.org/issues/15767
+LD_Z_IGNORE=
+
+# This project does not support tox so we need to provide test requirements
+# manually.
+TEST_REQUIREMENTS += tests/requirements.txt
+TEST_REQUIRED_PACKAGES.python += library/python/pytest-benchmark

--
Gitblit v1.9.3