Andreas Wacknitz
2024-04-04 8590298b09ebad29af56370cd23105cd0931b389
commit | author | age
d3b011 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 subprocess-tee
15 #
16
17 BUILD_STYLE = pyproject
18
19 include ../../../make-rules/shared-macros.mk
20
21 COMPONENT_NAME =        subprocess-tee
22 HUMAN_VERSION =            0.4.1
23 COMPONENT_SUMMARY =        subprocess-tee - subprocess-tee
24 COMPONENT_ARCHIVE_URL =        \
25     https://files.pythonhosted.org/packages/f6/a0/acafd85c7c0aead293a16a70a49aba20ba2af9478771370b2897eae6059c/subprocess-tee-0.4.1.tar.gz
26 COMPONENT_ARCHIVE_HASH =    \
27     sha256:b3c124993f8b88d1eb1c2fde0bc2069787eac720ba88771cba17e8c93324825d
28 COMPONENT_LICENSE =        MIT
29 COMPONENT_LICENSE_FILE =    LICENSE
30
31 #
32 # Following dependency loops were detected (where 'A --> B' means 'A needs B to
33 # run tests', and 'A ==> B' means 'A needs B for build and/or run'):
34 #
35 # subprocess-tee --> molecule ==> ansible-compat ==> subprocess-tee
36 #
37 # To break loops we need to allow this project to integrate without testing in
38 # a case the required projects are not available yet (bootstrap).
39 #
40 PYTHON_TEST_BOOTSTRAP = yes
41
42 include $(WS_MAKE_RULES)/common.mk
43
44 # Auto-generated dependencies
45 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
46 PYTHON_REQUIRED_PACKAGES += library/python/setuptools-scm
47 PYTHON_REQUIRED_PACKAGES += library/python/wheel
48 PYTHON_REQUIRED_PACKAGES += runtime/python
49 TEST_REQUIRED_PACKAGES.python += library/python/ansible-core
50 TEST_REQUIRED_PACKAGES.python += library/python/enrich
51 TEST_REQUIRED_PACKAGES.python += library/python/molecule
52 TEST_REQUIRED_PACKAGES.python += library/python/pytest
53 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
54 TEST_REQUIRED_PACKAGES.python += library/python/pytest-plus
55 TEST_REQUIRED_PACKAGES.python += library/python/pytest-xdist