# # 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 virtualenv # BUILD_STYLE = pyproject include ../../../make-rules/shared-macros.mk COMPONENT_NAME = virtualenv HUMAN_VERSION = 20.24.7 COMPONENT_SUMMARY = virtualenv - Virtual Python Environment builder COMPONENT_PROJECT_URL = https://github.com/pypa/virtualenv COMPONENT_ARCHIVE_URL = \ https://files.pythonhosted.org/packages/ac/fe/028d5b32d0a54fe3ecac1c170966757f185f84b81e06af98c820a546c691/virtualenv-20.24.7.tar.gz COMPONENT_ARCHIVE_HASH = \ sha256:69050ffb42419c91f6c1284a7b24e0475d793447e35929b488bf6a0aade39353 COMPONENT_LICENSE = MIT COMPONENT_LICENSE_FILE = LICENSE # This component is required by following bootstrapped components so it must be # bootstrapped too. # - tox (test bootstrap) PYTHON_TEST_BOOTSTRAP = yes include $(WS_MAKE_RULES)/common.mk # Auto-generated dependencies PYTHON_REQUIRED_PACKAGES += library/python/distlib PYTHON_REQUIRED_PACKAGES += library/python/filelock PYTHON_REQUIRED_PACKAGES += library/python/hatch-vcs PYTHON_REQUIRED_PACKAGES += library/python/hatchling PYTHON_REQUIRED_PACKAGES += library/python/platformdirs PYTHON_REQUIRED_PACKAGES += runtime/python TEST_REQUIRED_PACKAGES.python += library/python/covdefaults TEST_REQUIRED_PACKAGES.python += library/python/coverage TEST_REQUIRED_PACKAGES.python += library/python/coverage-enable-subprocess TEST_REQUIRED_PACKAGES.python += library/python/flaky TEST_REQUIRED_PACKAGES.python += library/python/packaging TEST_REQUIRED_PACKAGES.python += library/python/pytest TEST_REQUIRED_PACKAGES.python += library/python/pytest-env TEST_REQUIRED_PACKAGES.python += library/python/pytest-mock TEST_REQUIRED_PACKAGES.python += library/python/pytest-randomly TEST_REQUIRED_PACKAGES.python += library/python/pytest-timeout TEST_REQUIRED_PACKAGES.python += library/python/setuptools TEST_REQUIRED_PACKAGES.python += library/python/time-machine