python/importlib_resources: update to 6.1.0
[oi-userland.git] / components / python / zope.testrunner / Makefile
blobb8add8cba52fdecf925a6aebc3d6263cb1aa2721
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 zope.testrunner
17 BUILD_STYLE = setup.py
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = zope.testrunner
22 HUMAN_VERSION = 6.1
23 COMPONENT_SUMMARY = zope.testrunner - Zope testrunner script.
24 COMPONENT_PROJECT_URL = https://github.com/zopefoundation/zope.testrunner
25 COMPONENT_ARCHIVE_URL = \
26 https://files.pythonhosted.org/packages/69/9a/6cb05a12b0551bdbd42477d20ce3894a6a5522df60ec9c6817dd927f2bc7/zope.testrunner-6.1.tar.gz
27 COMPONENT_ARCHIVE_HASH = \
28 sha256:fbfdcaf49e099208cdd819a490c0e14187377a4be09a29af9e91d6e18dddb0ba
29 COMPONENT_LICENSE = ZPL-2.1
30 COMPONENT_LICENSE_FILE = LICENSE.md
33 # Following dependency loops were detected (where 'A --> B' means 'A needs B to
34 # run tests', and 'A ==> B' means 'A needs B for build and/or run'):
36 # zope.testrunner --> zope.testing --> zope.testrunner
38 # To break loops we need to allow this project to integrate without testing in
39 # a case the required projects are not available yet (bootstrap).
41 PYTHON_TEST_BOOTSTRAP = yes
43 include $(WS_MAKE_RULES)/common.mk
45 # Force no colors and more verbose output via tox posargs
46 COMPONENT_TEST_TARGETS += -- -vv
48 # Random pid
49 COMPONENT_TEST_TRANSFORMS += "-e 's/\(subprocess \)[0-9]\{1,\}\( is still running\)/\1\$$(PID)\2/'"
51 # Auto-generated dependencies
52 PYTHON_REQUIRED_PACKAGES += library/python/importlib-metadata
53 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
54 PYTHON_REQUIRED_PACKAGES += library/python/zope-exceptions
55 PYTHON_REQUIRED_PACKAGES += library/python/zope-interface
56 PYTHON_REQUIRED_PACKAGES += runtime/python
57 TEST_REQUIRED_PACKAGES.python += library/python/zope-testing