# # 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 pathspec # BUILD_STYLE = pyproject include ../../../make-rules/shared-macros.mk COMPONENT_NAME = pathspec HUMAN_VERSION = 0.12.1 COMPONENT_SUMMARY = pathspec - Utility library for gitignore style pattern matching of file paths. COMPONENT_ARCHIVE_URL = \ https://files.pythonhosted.org/packages/ca/bc/f35b8446f4531a7cb215605d100cd88b7ac6f44ab3fc94870c120ab3adbf/pathspec-0.12.1.tar.gz COMPONENT_ARCHIVE_HASH = \ sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712 COMPONENT_LICENSE = MPL-2.0 COMPONENT_LICENSE_FILE = LICENSE # This component is required by following bootstrapped components so it must be # bootstrapped too. # - hatchling (test bootstrap) PYTHON_TEST_BOOTSTRAP = yes include $(WS_MAKE_RULES)/common.mk # force verbose output for unittest COMPONENT_TEST_ARGS += -- --verbose # Auto-generated dependencies PYTHON_REQUIRED_PACKAGES += library/python/flit-core PYTHON_REQUIRED_PACKAGES += runtime/python