rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / python / zope.testrunner / Makefile
blob824f4afd31668526a5dcbef305da59511573ad2d
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 = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = zope.testrunner
22 HUMAN_VERSION = 6.6
23 COMPONENT_SUMMARY = Zope testrunner script.
24 COMPONENT_PROJECT_URL = https://github.com/zopefoundation/zope.testrunner
25 COMPONENT_ARCHIVE_URL = \
26 https://files.pythonhosted.org/packages/06/53/c2d928fb5eb70ab91044f57ecf431c2e9c7ccc5ab718122fe52a3cb1059c/zope.testrunner-6.6.tar.gz
27 COMPONENT_ARCHIVE_HASH = \
28 sha256:b11797e975a8707b1e33b6544cacf9037287886ee5780ecfed4bf1899d4215ef
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 TOX_POSARGS += -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/setuptools
53 PYTHON_REQUIRED_PACKAGES += library/python/zope-exceptions
54 PYTHON_REQUIRED_PACKAGES += library/python/zope-interface
55 PYTHON_REQUIRED_PACKAGES += runtime/python
56 TEST_REQUIRED_PACKAGES.python += library/python/setuptools
57 TEST_REQUIRED_PACKAGES.python += library/python/zope-testing