python/stevedore: update to 5.4.0
[oi-userland.git] / components / python / pytest-system-statistics / Makefile
blobad10ea24b2079312fdb5c76c2169cd3182eac3ab
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-system-statistics
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = pytest-system-statistics
22 HUMAN_VERSION = 1.0.2
23 COMPONENT_REVISION = 1
24 COMPONENT_SUMMARY = Pytest plugin to track and report system usage statistics
25 COMPONENT_PROJECT_URL = https://github.com/saltstack/pytest-system-statistics
26 COMPONENT_ARCHIVE_HASH = \
27 sha256:059b739e3f4e288cd1e4dbe5785e077ee89df26f64e6c5164e9bb5d6657a4a71
28 COMPONENT_LICENSE = Apache-2.0
29 COMPONENT_LICENSE_FILE = LICENSE
31 TEST_STYLE = pytest
33 include $(WS_MAKE_RULES)/common.mk
35 # https://github.com/saltstack/pytest-system-statistics/issues/5
36 PYTEST_FASTFAIL=
38 # Auto-generated dependencies
39 PYTHON_REQUIRED_PACKAGES += library/python/attrs
40 PYTHON_REQUIRED_PACKAGES += library/python/psutil
41 PYTHON_REQUIRED_PACKAGES += library/python/pytest
42 PYTHON_REQUIRED_PACKAGES += library/python/pytest-skip-markers
43 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
44 PYTHON_REQUIRED_PACKAGES += library/python/setuptools-declarative-requirements
45 PYTHON_REQUIRED_PACKAGES += library/python/setuptools-scm
46 PYTHON_REQUIRED_PACKAGES += library/python/typing-extensions
47 PYTHON_REQUIRED_PACKAGES += library/python/wheel
48 PYTHON_REQUIRED_PACKAGES += runtime/python