jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / python / zest.releaser / python-integrate-project.conf
blob9ac859f2474e38619c1370201fcb57fcebd92a61
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 2023 Marcel Telka
16 %include-3%
17 # Force no colors and more verbose output via tox posargs
18 TOX_POSARGS += -vv
19 %hook-manifest%
20 # Do not generate dependencies for usr/bin files on zest/__init__.py.  This
21 # file does not exist, but pkgdepend suggests for unknown reason it is needed.
22 printf '<transform file path=usr/bin -> add pkg.depend.bypass-generate .*/zest/__init__\.py >\n' >> "$DISTRIBUTION-PYVER.p5m"