json-c: add 32 bit library, needed in order to be able to build fontconfig in 32...
[oi-userland.git] / components / python / cattrs / Makefile
blobdff2f38d25d168fae565dc5897d25e1ddcbb48ff
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 cattrs
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = cattrs
22 HUMAN_VERSION = 24.1.2
23 COMPONENT_SUMMARY = Composable complex class support for attrs and dataclasses.
24 COMPONENT_PROJECT_URL = https://catt.rs
25 COMPONENT_ARCHIVE_HASH = \
26 sha256:8028cfe1ff5382df59dd36474a86e02d817b06eaf8af84555441bac915d2ef85
27 COMPONENT_LICENSE = MIT
28 COMPONENT_LICENSE_FILE = LICENSE
30 include $(WS_MAKE_RULES)/common.mk
32 # This project uses pdm to manage test dependencies.
33 TEST_REQUIREMENTS_PDM += test
35 # We have no msgspec packaged yet
36 PYTEST_ADDOPTS += --ignore tests/preconf/test_msgspec_cpython.py
37 PYTEST_ADDOPTS += --deselect tests/test_preconf.py::test_msgspec_json_converter
38 PYTEST_ADDOPTS += --deselect tests/test_preconf.py::test_msgspec_json_unstruct_collection_overrides
39 PYTEST_ADDOPTS += --deselect tests/test_preconf.py::test_msgspec_json_unions
41 # Auto-generated dependencies
42 PYTHON_REQUIRED_PACKAGES += library/python/attrs
43 PYTHON_REQUIRED_PACKAGES += library/python/exceptiongroup
44 PYTHON_REQUIRED_PACKAGES += library/python/hatch-vcs
45 PYTHON_REQUIRED_PACKAGES += library/python/hatchling
46 PYTHON_REQUIRED_PACKAGES += library/python/typing-extensions
47 PYTHON_REQUIRED_PACKAGES += runtime/python
48 TEST_REQUIRED_PACKAGES.python += library/python/coverage
49 TEST_REQUIRED_PACKAGES.python += library/python/hypothesis
50 TEST_REQUIRED_PACKAGES.python += library/python/immutables
51 TEST_REQUIRED_PACKAGES.python += library/python/pytest
52 TEST_REQUIRED_PACKAGES.python += library/python/pytest-benchmark
53 TEST_REQUIRED_PACKAGES.python += library/python/pytest-xdist
54 TEST_REQUIRED_PACKAGES.python += library/python/typing-extensions