python/coverage: update to 7.6.5
[oi-userland.git] / components / python / pytest-expect / Makefile
blob09c43f85e13d22bbfcde2cf31045113cbf0c9023
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-expect
17 BUILD_STYLE = setup.py
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = pytest-expect
22 HUMAN_VERSION = 1.1.0
23 COMPONENT_SUMMARY = pytest-expect - py.test plugin to store test expectations and mark tests based on them
24 COMPONENT_PROJECT_URL = https://github.com/gsnedders/pytest-expect
25 COMPONENT_ARCHIVE_URL = \
26 https://files.pythonhosted.org/packages/8b/3d/c5fcbb8a693dcde00ecc3d69639b2b2b3f385b305bc76a06f94f1030b2dc/pytest-expect-1.1.0.tar.gz
27 COMPONENT_ARCHIVE_HASH = \
28 sha256:36b4462704450798197d090809a05f4e13649d9cba9acdc557ce9517da1fd847
29 COMPONENT_LICENSE = MIT
31 TEST_STYLE = pytest
33 include $(WS_MAKE_RULES)/common.mk
35 # Auto-generated dependencies
36 PYTHON_REQUIRED_PACKAGES += library/python/pytest
37 PYTHON_REQUIRED_PACKAGES += library/python/u-msgpack-python
38 PYTHON_REQUIRED_PACKAGES += runtime/python