easy-rsa: update to 3.2.1
[oi-userland.git] / components / python / zope.testrunner / python-integrate-project.conf
blobb26c39648f9e7b1936a13a010e1d6867fbeded37
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-test-indirectly.patch
17 %patch% 02-setuptools.patch
19 %include-2%
20 COMPONENT_SRC =                 zope_testrunner-$(HUMAN_VERSION)
23 # Following dependency loops were detected (where 'A --> B' means 'A needs B to
24 # run tests', and 'A ==> B' means 'A needs B for build and/or run'):
26 # zope.testrunner --> zope.testing --> zope.testrunner
28 # To break loops we need to allow this project to integrate without testing in
29 # a case the required projects are not available yet (bootstrap).
31 PYTHON_TEST_BOOTSTRAP = yes
32 %include-3%
33 # Force no colors and more verbose output via tox posargs
34 TOX_POSARGS += -vv
36 # Random pid
37 COMPONENT_TEST_TRANSFORMS += "-e 's/\(subprocess \)[0-9]\{1,\}\( is still running\)/\1\$$(PID)\2/'"
38 %hook-manifest%
39 # The badsyntax.py file contains intentionally bad syntax so there is no .pyc file for it
40 printf '<transform file path=.*/badsyntax\.py$ -> set pkg.tmp.autopyc false>\n' >> "$DISTRIBUTION-PYVER.p5m"
41 # Do not generate dependencies on pkg_resources for usr/bin files otherwise we would end with duplicate dependencies on setuptools.
42 printf '<transform file path=usr/bin -> add pkg.depend.bypass-generate .*/pkg_resources.* >\n' >> "$DISTRIBUTION-PYVER.p5m"
43 # Do not generate dependencies for usr/bin files on zope/__init__.py.  This
44 # file does not exist, but pkgdepend suggests for unknown reason it is needed.
45 printf '<transform file path=usr/bin -> add pkg.depend.bypass-generate .*/zope/__init__\\.py >\n' >> "$DISTRIBUTION-PYVER.p5m"