Marcel Telka
2024-03-25 0feed4df4c49df5cafe01703d33c4ae8e26777ba
commit | author | age
bef2f6 1 #
MT 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.
6 #
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.
10 #
11
12 #
13 # This file was automatically generated using the following command:
14 #   $WS_TOOLS/python-integrate-project pre_commit
15 #
16
17 BUILD_STYLE = setup.py
18
19 include ../../../make-rules/shared-macros.mk
20
21 COMPONENT_NAME =        pre_commit
0feed4 22 HUMAN_VERSION =            3.7.0
bef2f6 23 COMPONENT_SUMMARY =        pre_commit - A framework for managing and maintaining multi-language pre-commit hooks.
MT 24 COMPONENT_PROJECT_URL =        https://github.com/pre-commit/pre-commit
25 COMPONENT_ARCHIVE_HASH =    \
0feed4 26     sha256:e209d61b8acdcf742404408531f0c37d49d2c734fd7cff2d6076083d191cb060
bef2f6 27 COMPONENT_LICENSE =        MIT
MT 28 COMPONENT_LICENSE_FILE =    LICENSE
c9f247 29
d89c1a 30 # https://github.com/pre-commit/pre-commit/issues/2609
c9f247 31 # https://github.com/pre-commit/pre-commit/issues/2872
d89c1a 32 TEST_STYLE = none
bef2f6 33
MT 34 include $(WS_MAKE_RULES)/common.mk
35
36 # Auto-generated dependencies
37 PYTHON_REQUIRED_PACKAGES += library/python/cfgv
38 PYTHON_REQUIRED_PACKAGES += library/python/identify
39 PYTHON_REQUIRED_PACKAGES += library/python/importlib-metadata
40 PYTHON_REQUIRED_PACKAGES += library/python/nodeenv
41 PYTHON_REQUIRED_PACKAGES += library/python/pyyaml
42 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
43 PYTHON_REQUIRED_PACKAGES += library/python/virtualenv
44 PYTHON_REQUIRED_PACKAGES += runtime/python