# # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL"), version 1.0. # You may only use this file in accordance with the terms of version # 1.0 of the CDDL. # # A full copy of the text of the CDDL should have accompanied this # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # # This file was automatically generated using the following command: # $WS_TOOLS/python-integrate-project setuptools # BUILD_STYLE = pyproject include ../../../make-rules/shared-macros.mk COMPONENT_NAME = setuptools HUMAN_VERSION = 80.9.0 COMPONENT_SUMMARY = Easily download, build, install, upgrade, and uninstall Python packages COMPONENT_ARCHIVE_HASH = \ sha256:f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c COMPONENT_LICENSE = MIT COMPONENT_LICENSE_FILE = LICENSE # This component is required by following bootstrapped components so it must be # bootstrapped too. # - cachetools (test bootstrap) # - calver (test bootstrap) # - chardet (test bootstrap) # - distlib (test bootstrap) # - importlib_metadata # - pluggy (test bootstrap) # - pytest (test bootstrap) # - setuptools-scm # - tox-current-env (test bootstrap) # - trove-classifiers (test bootstrap) # - zipp PYTHON_BOOTSTRAP = yes include $(WS_MAKE_RULES)/common.mk # nose causes the test_pyproject_sets_attribute test to fail TEST_CONFLICTING_PACKAGES.python += library/python/nose # fails with tox-current-env PYTEST_ADDOPTS += --deselect setuptools/tests/test_core_metadata.py::TestParityWithMetadataFromPyPaWheel::test_equivalent_output # https://github.com/coherent-oss/coherent.licensed/issues/9 PYTEST_ADDOPTS += --deselect setuptools/tests/config/test_pyprojecttoml.py::TestClassifiers::test_dynamic_readme_from_setup_script_args PYTEST_ADDOPTS += --deselect setuptools/tests/config/test_pyprojecttoml_dynamic_deps.py::test_dynamic_dependencies PYTEST_ADDOPTS += --deselect setuptools/tests/config/test_pyprojecttoml_dynamic_deps.py::test_dynamic_optional_dependencies PYTEST_ADDOPTS += --deselect setuptools/tests/config/test_pyprojecttoml_dynamic_deps.py::test_mixed_extras_require_optional_dependencies # Random directory name COMPONENT_TEST_TRANSFORMS += "-e 's|/tmp/.*/garbage[^/]*|\$$(TMPDIR)|'" # Auto-generated dependencies PYTHON_REQUIRED_PACKAGES += runtime/python TEST_REQUIRED_PACKAGES.python += library/python/build TEST_REQUIRED_PACKAGES.python += library/python/filelock TEST_REQUIRED_PACKAGES.python += library/python/importlib-metadata TEST_REQUIRED_PACKAGES.python += library/python/ini2toml TEST_REQUIRED_PACKAGES.python += library/python/jaraco-develop TEST_REQUIRED_PACKAGES.python += library/python/jaraco-envs TEST_REQUIRED_PACKAGES.python += library/python/jaraco-functools TEST_REQUIRED_PACKAGES.python += library/python/jaraco-path TEST_REQUIRED_PACKAGES.python += library/python/jaraco-test TEST_REQUIRED_PACKAGES.python += library/python/jaraco-text TEST_REQUIRED_PACKAGES.python += library/python/more-itertools TEST_REQUIRED_PACKAGES.python += library/python/mypy TEST_REQUIRED_PACKAGES.python += library/python/packaging TEST_REQUIRED_PACKAGES.python += library/python/pip TEST_REQUIRED_PACKAGES.python += library/python/platformdirs TEST_REQUIRED_PACKAGES.python += library/python/pyproject-hooks TEST_REQUIRED_PACKAGES.python += library/python/pytest TEST_REQUIRED_PACKAGES.python += library/python/pytest-checkdocs TEST_REQUIRED_PACKAGES.python += library/python/pytest-enabler TEST_REQUIRED_PACKAGES.python += library/python/pytest-home TEST_REQUIRED_PACKAGES.python += library/python/pytest-mypy TEST_REQUIRED_PACKAGES.python += library/python/pytest-subprocess TEST_REQUIRED_PACKAGES.python += library/python/pytest-timeout TEST_REQUIRED_PACKAGES.python += library/python/pytest-xdist TEST_REQUIRED_PACKAGES.python += library/python/tomli TEST_REQUIRED_PACKAGES.python += library/python/tomli-w TEST_REQUIRED_PACKAGES.python += library/python/virtualenv TEST_REQUIRED_PACKAGES.python += library/python/wheel