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
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 salt
17 BUILD_STYLE
= pyproject
19 include ..
/..
/..
/make-rules
/shared-macros.mk
22 HUMAN_VERSION
= 3007.1
23 COMPONENT_SUMMARY
= Portable
, distributed
, remote execution and configuration management system
24 COMPONENT_PROJECT_URL
= https
://saltproject.io
25 COMPONENT_ARCHIVE_HASH
= \
26 sha256
:b933ac4cb3e4b1118b46dada55c9cc6bdc6f0f94b4c92877aec44b25c6a28c9a
27 COMPONENT_LICENSE
= Apache-2.0 AND MIT
28 COMPONENT_LICENSE_FILE
= LICENSE
32 COMPONENT_FMRI
= system
/management
/salt
33 COMPONENT_CLASSIFICATION
= System
/Administration and Configuration
35 # This is a standalone application. Since no other Python project depends on
36 # it we just provide single unversioned package.
37 SINGLE_PYTHON_VERSION
= yes
39 # The installer is unable to install salt wheel due to some bug (see
40 # https://github.com/saltstack/salt/issues/65083) so we need to switch to
41 # pyproject_installer. The pyproject_installer is used during bootstrap so we
42 # just pretend we are bootstapping and we will get the pyproject_installer
43 # based build and install.
44 PYTHON_BOOTSTRAP
= yes
46 include $(WS_MAKE_RULES
)/common.mk
49 COMPONENT_POST_INSTALL_ACTION
+= \
50 $(MKDIR
) $(PROTO_DIR
)/lib
/svc
/manifest
/application
; \
51 $(CP
) $(COMPONENT_DIR
)/files
/salt.xml
$(PROTO_DIR
)/lib
/svc
/manifest
/application
; \
53 # This project does not support tox so we need to provide test requirements
55 TEST_REQUIREMENTS
+= requirements
/pytest.txt
57 # Auto-generated dependencies
58 PYTHON_REQUIRED_PACKAGES
+= library
/python
/aiohttp
59 PYTHON_REQUIRED_PACKAGES
+= library
/python
/cherrypy
60 PYTHON_REQUIRED_PACKAGES
+= library
/python
/contextvars
61 PYTHON_REQUIRED_PACKAGES
+= library
/python
/cryptography
62 PYTHON_REQUIRED_PACKAGES
+= library
/python
/distro
63 PYTHON_REQUIRED_PACKAGES
+= library
/python
/importlib-metadata
64 PYTHON_REQUIRED_PACKAGES
+= library
/python
/jinja2
65 PYTHON_REQUIRED_PACKAGES
+= library
/python
/jmespath
66 PYTHON_REQUIRED_PACKAGES
+= library
/python
/looseversion
67 PYTHON_REQUIRED_PACKAGES
+= library
/python
/markupsafe
68 PYTHON_REQUIRED_PACKAGES
+= library
/python
/msgpack
69 PYTHON_REQUIRED_PACKAGES
+= library
/python
/packaging
70 PYTHON_REQUIRED_PACKAGES
+= library
/python
/psutil
71 PYTHON_REQUIRED_PACKAGES
+= library
/python
/pycryptodomex
72 PYTHON_REQUIRED_PACKAGES
+= library
/python
/pyopenssl
73 PYTHON_REQUIRED_PACKAGES
+= library
/python
/python-dateutil
74 PYTHON_REQUIRED_PACKAGES
+= library
/python
/pyyaml
75 PYTHON_REQUIRED_PACKAGES
+= library
/python
/pyzmq
76 PYTHON_REQUIRED_PACKAGES
+= library
/python
/requests
77 PYTHON_REQUIRED_PACKAGES
+= library
/python
/setuptools
78 PYTHON_REQUIRED_PACKAGES
+= library
/python
/tornado
79 PYTHON_REQUIRED_PACKAGES
+= library
/python
/wheel
80 PYTHON_REQUIRED_PACKAGES
+= runtime
/python
81 REQUIRED_PACKAGES
+= SUNWcs
82 TEST_REQUIRED_PACKAGES.python
+= library
/python
/flaky
83 TEST_REQUIRED_PACKAGES.python
+= library
/python
/mock
84 TEST_REQUIRED_PACKAGES.python
+= library
/python
/more-itertools
85 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pyfakefs
86 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest
87 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest-custom-exit-code
88 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest-helpers-namespace
89 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest-httpserver
90 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest-salt-factories
91 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest-subtests
92 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest-timeout
93 TEST_REQUIRED_PACKAGES.python
+= library
/python
/trustme