json-c: add 32 bit library, needed in order to be able to build fontconfig in 32...
[oi-userland.git] / components / python / tox / Makefile
blob2ee6740f98bcb1429844a06dceb46d4f87db102d
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 tox
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = tox
22 HUMAN_VERSION = 4.23.2
23 COMPONENT_SUMMARY = tox is a generic virtualenv management and test command line tool
24 COMPONENT_PROJECT_URL = http://tox.readthedocs.org
25 COMPONENT_ARCHIVE_HASH = \
26 sha256:86075e00e555df6e82e74cfc333917f91ecb47ffbc868dcafbd2672e332f4a2c
27 COMPONENT_LICENSE = MIT
28 COMPONENT_LICENSE_FILE = LICENSE
30 # This component is required by following bootstrapped components so it must be
31 # bootstrapped too.
32 # - tox-current-env (test bootstrap)
33 # - Userland testing framework (see setup.py.mk)
34 PYTHON_TEST_BOOTSTRAP = yes
36 include $(WS_MAKE_RULES)/common.mk
38 # Random directory name
39 COMPONENT_TEST_TRANSFORMS += "-e 's|/tmp/.*/garbage[^/]*|\$$(TMPDIR)|'"
41 # Auto-generated dependencies
42 PYTHON_REQUIRED_PACKAGES += library/python/cachetools
43 PYTHON_REQUIRED_PACKAGES += library/python/chardet
44 PYTHON_REQUIRED_PACKAGES += library/python/colorama
45 PYTHON_REQUIRED_PACKAGES += library/python/filelock
46 PYTHON_REQUIRED_PACKAGES += library/python/hatch-vcs
47 PYTHON_REQUIRED_PACKAGES += library/python/hatchling
48 PYTHON_REQUIRED_PACKAGES += library/python/packaging
49 PYTHON_REQUIRED_PACKAGES += library/python/platformdirs
50 PYTHON_REQUIRED_PACKAGES += library/python/pluggy
51 PYTHON_REQUIRED_PACKAGES += library/python/pyproject-api
52 PYTHON_REQUIRED_PACKAGES += library/python/tomli
53 PYTHON_REQUIRED_PACKAGES += library/python/typing-extensions
54 PYTHON_REQUIRED_PACKAGES += library/python/virtualenv
55 PYTHON_REQUIRED_PACKAGES += runtime/python
56 TEST_REQUIRED_PACKAGES.python += library/python/build
57 TEST_REQUIRED_PACKAGES.python += library/python/covdefaults
58 TEST_REQUIRED_PACKAGES.python += library/python/detect-test-pollution
59 TEST_REQUIRED_PACKAGES.python += library/python/distlib
60 TEST_REQUIRED_PACKAGES.python += library/python/flaky
61 TEST_REQUIRED_PACKAGES.python += library/python/hatch-vcs
62 TEST_REQUIRED_PACKAGES.python += library/python/hatchling
63 TEST_REQUIRED_PACKAGES.python += library/python/psutil
64 TEST_REQUIRED_PACKAGES.python += library/python/pytest
65 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
66 TEST_REQUIRED_PACKAGES.python += library/python/pytest-mock
67 TEST_REQUIRED_PACKAGES.python += library/python/pytest-xdist
68 TEST_REQUIRED_PACKAGES.python += library/python/re-assert
69 TEST_REQUIRED_PACKAGES.python += library/python/setuptools
70 TEST_REQUIRED_PACKAGES.python += library/python/time-machine
71 TEST_REQUIRED_PACKAGES.python += library/python/virtualenv
72 TEST_REQUIRED_PACKAGES.python += library/python/wheel