Andreas Wacknitz
2024-03-24 3df02058fb3d48a999bbc8d5d56c2910fbc249a4
commit | author | age
04485c 1 #
3ef5ba 2 # This file and its contents are supplied under the terms of the
MT 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.
04485c 6 #
3ef5ba 7 # A full copy of the text of the CDDL should have accompanied this
MT 8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
04485c 10 #
AW 11
12 #
3ef5ba 13 # This file was automatically generated using the following command:
MT 14 #   $WS_TOOLS/python-integrate-project tox
04485c 15 #
AW 16
765855 17 BUILD_STYLE = pyproject
3ef5ba 18
04485c 19 include ../../../make-rules/shared-macros.mk
AW 20
3ef5ba 21 COMPONENT_NAME =        tox
5e351e 22 HUMAN_VERSION =            4.14.2
3ef5ba 23 COMPONENT_SUMMARY =        tox - tox is a generic virtualenv management and test command line tool
034057 24 COMPONENT_PROJECT_URL =        http://tox.readthedocs.org
3ef5ba 25 COMPONENT_ARCHIVE_HASH =    \
5e351e 26     sha256:0defb44f6dafd911b61788325741cc6b2e12ea71f987ac025ad4d649f1f1a104
3ef5ba 27 COMPONENT_LICENSE =        MIT
MT 28 COMPONENT_LICENSE_FILE =    LICENSE
765855 29
MT 30 # This component is required by following bootstrapped components so it must be
31 # bootstrapped too.
f11d1a 32 # - tox-current-env (test bootstrap)
765855 33 # - Userland testing framework (see setup.py.mk)
MT 34 PYTHON_TEST_BOOTSTRAP = yes
04485c 35
6a5687 36 include $(WS_MAKE_RULES)/common.mk
04485c 37
AW 38 # Auto-generated dependencies
3658bc 39 PYTHON_REQUIRED_PACKAGES += library/python/cachetools
MT 40 PYTHON_REQUIRED_PACKAGES += library/python/chardet
41 PYTHON_REQUIRED_PACKAGES += library/python/colorama
765855 42 PYTHON_REQUIRED_PACKAGES += library/python/filelock
3658bc 43 PYTHON_REQUIRED_PACKAGES += library/python/hatch-vcs
MT 44 PYTHON_REQUIRED_PACKAGES += library/python/hatchling
765855 45 PYTHON_REQUIRED_PACKAGES += library/python/packaging
3658bc 46 PYTHON_REQUIRED_PACKAGES += library/python/platformdirs
765855 47 PYTHON_REQUIRED_PACKAGES += library/python/pluggy
3658bc 48 PYTHON_REQUIRED_PACKAGES += library/python/pyproject-api
765855 49 PYTHON_REQUIRED_PACKAGES += library/python/tomli
MT 50 PYTHON_REQUIRED_PACKAGES += library/python/virtualenv
3ef5ba 51 PYTHON_REQUIRED_PACKAGES += runtime/python
3658bc 52 TEST_REQUIRED_PACKAGES.python += library/python/build
MT 53 TEST_REQUIRED_PACKAGES.python += library/python/covdefaults
aa5fd7 54 TEST_REQUIRED_PACKAGES.python += library/python/detect-test-pollution
3658bc 55 TEST_REQUIRED_PACKAGES.python += library/python/distlib
034057 56 TEST_REQUIRED_PACKAGES.python += library/python/flaky
3658bc 57 TEST_REQUIRED_PACKAGES.python += library/python/hatch-vcs
MT 58 TEST_REQUIRED_PACKAGES.python += library/python/hatchling
59 TEST_REQUIRED_PACKAGES.python += library/python/psutil
034057 60 TEST_REQUIRED_PACKAGES.python += library/python/pytest
MT 61 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
62 TEST_REQUIRED_PACKAGES.python += library/python/pytest-mock
3658bc 63 TEST_REQUIRED_PACKAGES.python += library/python/pytest-xdist
MT 64 TEST_REQUIRED_PACKAGES.python += library/python/re-assert
65 TEST_REQUIRED_PACKAGES.python += library/python/time-machine
e2fb2f 66 TEST_REQUIRED_PACKAGES.python += library/python/virtualenv
3658bc 67 TEST_REQUIRED_PACKAGES.python += library/python/wheel