json-c: add 32 bit library, needed in order to be able to build fontconfig in 32...
[oi-userland.git] / components / python / tomli / python-integrate-project.conf
blob88c105eaf0da8a9a00123391cbba0ac76025753b
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 %hook-begin%
17 # https://github.com/hukkin/tomli/issues/234
18 DOWNLOAD_URL='https://github.com/hukkin/tomli/archive/refs/tags/$(HUMAN_VERSION).tar.gz'
20 %include-2%
21 # This component is required by following bootstrapped components so it must be
22 # bootstrapped too.
23 # - build
24 # - flit_scm (test bootstrap)
25 # - hatchling (test bootstrap)
26 # - pyproject_api (test bootstrap)
27 # - pytest (test bootstrap)
28 # - setuptools-scm
29 # - tox (test bootstrap)
30 PYTHON_BOOTSTRAP = yes
31 %include-3%
32 # Force verbose test output via tox posargs
33 TOX_POSARGS += -v