python/pyproject_installer: update to 0.5.5
[oi-userland.git] / components / python / pathspec / Makefile
blob9b2aa80d13cac1bfbc71da90b55f2a26def549f6
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 pathspec
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = pathspec
22 HUMAN_VERSION = 0.12.1
23 COMPONENT_SUMMARY = pathspec - Utility library for gitignore style pattern matching of file paths.
24 COMPONENT_ARCHIVE_URL = \
25 https://files.pythonhosted.org/packages/ca/bc/f35b8446f4531a7cb215605d100cd88b7ac6f44ab3fc94870c120ab3adbf/pathspec-0.12.1.tar.gz
26 COMPONENT_ARCHIVE_HASH = \
27 sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712
28 COMPONENT_LICENSE = MPL-2.0
29 COMPONENT_LICENSE_FILE = LICENSE
31 # This component is required by following bootstrapped components so it must be
32 # bootstrapped too.
33 # - hatchling (test bootstrap)
34 PYTHON_TEST_BOOTSTRAP = yes
36 include $(WS_MAKE_RULES)/common.mk
38 # force verbose output for unittest
39 COMPONENT_TEST_ARGS += -- --verbose
41 # Auto-generated dependencies
42 PYTHON_REQUIRED_PACKAGES += library/python/flit-core
43 PYTHON_REQUIRED_PACKAGES += runtime/python