json-glib: update to 1.10.6
[oi-userland.git] / components / python / filelock / python-integrate-project.conf
blob066e522cf41b7689e4763417af21b3ef8456f7b2
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 # Copyright 2022 Marcel Telka
16 %patch% 01-tox-no-diff-cover.patch
17 %patch% 02-tox-cov-proto.patch
18 %patch% 03-no-tox-uv.patch
20 %include-2%
21 # This component is required by following bootstrapped components so it must be
22 # bootstrapped too.
23 # - tox (test bootstrap)
24 # - virtualenv (test bootstrap)
25 PYTHON_TEST_BOOTSTRAP = yes
26 %include-3%
27 # This project does not support tox so we need to provide test requirements
28 # manually.
29 TEST_REQUIREMENTS_EXTRAS += testing
31 # Normalize pointers
32 COMPONENT_TEST_TRANSFORMS += "-e 's/0x[0-9a-f]\{12\}/\$$(POINTER)/g'"