perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / zope.proxy / Makefile
blobbd0199cd2ae29e58b8954750d0b8bc5d21d7603c
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.proxy
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = zope.proxy
22 HUMAN_VERSION = 6.1
23 COMPONENT_REVISION = 1
24 COMPONENT_SUMMARY = Generic Transparent Proxies
25 COMPONENT_PROJECT_URL = http://github.com/zopefoundation/zope.proxy
26 COMPONENT_ARCHIVE_HASH = \
27 sha256:9b70bf787fcbd3ecb86ba886d71e5cd857da0d6dbe2fcf2b6c24774f24747e2e
28 COMPONENT_LICENSE = ZPL-2.1
29 COMPONENT_LICENSE_FILE = LICENSE.txt
31 COMPONENT_SRC = zope_proxy-$(HUMAN_VERSION)
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.proxy --> zope.security ==> zope.proxy
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 TOX_POSARGS += -vv
49 # Auto-generated dependencies
50 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
51 PYTHON_REQUIRED_PACKAGES += library/python/zope-interface
52 PYTHON_REQUIRED_PACKAGES += runtime/python
53 REQUIRED_PACKAGES += system/library
54 TEST_REQUIRED_PACKAGES.python += library/python/repoze-sphinx-autointerface
55 TEST_REQUIRED_PACKAGES.python += library/python/setuptools
56 TEST_REQUIRED_PACKAGES.python += library/python/sphinx
57 TEST_REQUIRED_PACKAGES.python += library/python/sphinx-rtd-theme
58 TEST_REQUIRED_PACKAGES.python += library/python/zope-security
59 TEST_REQUIRED_PACKAGES.python += library/python/zope-testrunner