python/stevedore: update to 5.4.0
[oi-userland.git] / components / python / pytest-relaxed / Makefile
blobe191e3bc436e1bf0da272d1a430a2612369af624
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 pytest-relaxed
17 BUILD_STYLE = setup.py
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = pytest-relaxed
22 HUMAN_VERSION = 2.0.2
23 COMPONENT_SUMMARY = pytest-relaxed - Relaxed test discovery/organization for pytest
24 COMPONENT_PROJECT_URL = https://pytest-relaxed.readthedocs.io/
25 COMPONENT_ARCHIVE_URL = \
26 https://github.com/bitprophet/pytest-relaxed/archive/refs/tags/$(HUMAN_VERSION).tar.gz
27 COMPONENT_ARCHIVE_HASH = \
28 sha256:aba10bf2dd25ef25b0a6e116e5ee10e43852fe285f66a4092984c87cbfcf5b18
29 COMPONENT_LICENSE = BSD-2-Clause
30 COMPONENT_LICENSE_FILE = LICENSE
32 TEST_STYLE = pytest
34 include $(WS_MAKE_RULES)/common.mk
36 # https://github.com/pytest-dev/pluggy/issues/457
37 TEST_CONFLICTING_PACKAGES.python += library/python/pytest-checkdocs
38 TEST_CONFLICTING_PACKAGES.python += library/python/pytest-console-scripts
39 TEST_CONFLICTING_PACKAGES.python += library/python/pytest-enabler
40 TEST_CONFLICTING_PACKAGES.python += library/python/pytest-randomly
41 TEST_CONFLICTING_PACKAGES.python += library/python/pytest-salt-factories
42 TEST_CONFLICTING_PACKAGES.python += library/python/pytest-system-statistics
43 TEST_CONFLICTING_PACKAGES.python += library/python/typeguard
45 # Auto-generated dependencies
46 PYTHON_REQUIRED_PACKAGES += library/python/decorator
47 PYTHON_REQUIRED_PACKAGES += library/python/pytest
48 PYTHON_REQUIRED_PACKAGES += runtime/python