python/coverage: update to 7.6.5
[oi-userland.git] / components / python / zope.component / Makefile
blob014f77e8da5d0fa4f7f5e8c722ddb5ba22c163da
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.component
17 BUILD_STYLE = setup.py
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = zope.component
22 HUMAN_VERSION = 6.0
23 COMPONENT_REVISION = 1
24 COMPONENT_SUMMARY = zope.component - Zope Component Architecture
25 COMPONENT_PROJECT_URL = https://github.com/zopefoundation/zope.component
26 COMPONENT_ARCHIVE_URL = \
27 https://files.pythonhosted.org/packages/53/32/87db95f4a5f097aa837dcb951f5a4754e2e8d3ac70160a6c2df7bd215956/zope.component-6.0.tar.gz
28 COMPONENT_ARCHIVE_HASH = \
29 sha256:9a0a0472ad201b94b4fe6741ce9ac2c30b8bb22c516077bf03692dec4dfb6906
30 COMPONENT_LICENSE = ZPL-2.1
31 COMPONENT_LICENSE_FILE = LICENSE.txt
34 # Following dependency loops were detected (where 'A --> B' means 'A needs B to
35 # run tests', and 'A ==> B' means 'A needs B for build and/or run'):
37 # zope.component --> zope.security ==> zope.component
39 # To break loops we need to allow this project to integrate without testing in
40 # a case the required projects are not available yet (bootstrap).
42 PYTHON_TEST_BOOTSTRAP = yes
44 include $(WS_MAKE_RULES)/common.mk
46 # Force no colors and more verbose output via tox posargs
47 COMPONENT_TEST_TARGETS += -- -vv
49 # Auto-generated dependencies
50 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
51 PYTHON_REQUIRED_PACKAGES += library/python/zope-event
52 PYTHON_REQUIRED_PACKAGES += library/python/zope-hookable
53 PYTHON_REQUIRED_PACKAGES += library/python/zope-interface
54 PYTHON_REQUIRED_PACKAGES += runtime/python
55 TEST_REQUIRED_PACKAGES.python += library/python/persistent
56 TEST_REQUIRED_PACKAGES.python += library/python/repoze-sphinx-autointerface
57 TEST_REQUIRED_PACKAGES.python += library/python/sphinx
58 TEST_REQUIRED_PACKAGES.python += library/python/zodb
59 TEST_REQUIRED_PACKAGES.python += library/python/zope-configuration
60 TEST_REQUIRED_PACKAGES.python += library/python/zope-i18nmessageid
61 TEST_REQUIRED_PACKAGES.python += library/python/zope-location
62 TEST_REQUIRED_PACKAGES.python += library/python/zope-proxy
63 TEST_REQUIRED_PACKAGES.python += library/python/zope-security
64 TEST_REQUIRED_PACKAGES.python += library/python/zope-testing
65 TEST_REQUIRED_PACKAGES.python += library/python/zope-testrunner