perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / cliff / Makefile
blobee78a42589c3c4dc725f531bcfdeb20d87db80b5
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 cliff
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = cliff
22 HUMAN_VERSION = 4.8.0
23 COMPONENT_SUMMARY = Command Line Interface Formulation Framework
24 COMPONENT_PROJECT_URL = https://docs.openstack.org/cliff/latest/
25 COMPONENT_ARCHIVE_HASH = \
26 sha256:23eff502e603cf0aa841eaea6662a42cd3064169162b3e596b20226400e34dfd
27 COMPONENT_LICENSE = Apache-2.0
28 COMPONENT_LICENSE_FILE = LICENSE
31 # Following dependency loops were detected (where 'A --> B' means 'A needs B to
32 # run tests', and 'A ==> B' means 'A needs B for build and/or run'):
34 # cliff --> stestr ==> cliff
36 # To break loops we need to allow this project to integrate without testing in
37 # a case the required projects are not available yet (bootstrap).
39 PYTHON_TEST_BOOTSTRAP = yes
41 include $(WS_MAKE_RULES)/common.mk
43 # Ignore stdout and stderr of successfull tests
44 TOX_POSARGS += --suppress-attachments
46 # Auto-generated dependencies
47 PYTHON_REQUIRED_PACKAGES += library/python/autopage
48 PYTHON_REQUIRED_PACKAGES += library/python/cmd2
49 PYTHON_REQUIRED_PACKAGES += library/python/importlib-metadata
50 PYTHON_REQUIRED_PACKAGES += library/python/pbr
51 PYTHON_REQUIRED_PACKAGES += library/python/prettytable
52 PYTHON_REQUIRED_PACKAGES += library/python/pyyaml
53 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
54 PYTHON_REQUIRED_PACKAGES += library/python/stevedore
55 PYTHON_REQUIRED_PACKAGES += runtime/python
56 TEST_REQUIRED_PACKAGES.python += library/python/autopage
57 TEST_REQUIRED_PACKAGES.python += library/python/cmd2
58 TEST_REQUIRED_PACKAGES.python += library/python/coverage
59 TEST_REQUIRED_PACKAGES.python += library/python/fixtures
60 TEST_REQUIRED_PACKAGES.python += library/python/importlib-metadata
61 TEST_REQUIRED_PACKAGES.python += library/python/prettytable
62 TEST_REQUIRED_PACKAGES.python += library/python/pyyaml
63 TEST_REQUIRED_PACKAGES.python += library/python/sphinx
64 TEST_REQUIRED_PACKAGES.python += library/python/stestr
65 TEST_REQUIRED_PACKAGES.python += library/python/stevedore
66 TEST_REQUIRED_PACKAGES.python += library/python/testscenarios
67 TEST_REQUIRED_PACKAGES.python += library/python/testtools