python/coverage: update to 7.6.5
[oi-userland.git] / components / python / pyramid / Makefile
blobfc597c46a3f324151077b8f978e9193b1de6d54e
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 pyramid
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = pyramid
22 HUMAN_VERSION = 2.0.1
23 COMPONENT_SUMMARY = pyramid - The Pyramid Web Framework, a Pylons project
24 COMPONENT_PROJECT_URL = https://trypyramid.com
25 COMPONENT_ARCHIVE_URL = \
26 https://files.pythonhosted.org/packages/05/c5/65f290930d67fafd38383571cffe69c38f42edc3026dcbfed60c527221e5/pyramid-2.0.1.tar.gz
27 COMPONENT_ARCHIVE_HASH = \
28 sha256:fabfd745039e26ad5b0915fc396e8725c0f8a3d17b941f9611ecd1ed76cfe7da
29 COMPONENT_LICENSE = MIT
30 COMPONENT_LICENSE_FILE = LICENSE.txt
32 include $(WS_MAKE_RULES)/common.mk
34 # Disable some plugins to get tests passed
35 PYTEST_ADDOPTS += -p no:mypy
37 # Auto-generated dependencies
38 PYTHON_REQUIRED_PACKAGES += library/python/hupper
39 PYTHON_REQUIRED_PACKAGES += library/python/plaster
40 PYTHON_REQUIRED_PACKAGES += library/python/plaster-pastedeploy
41 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
42 PYTHON_REQUIRED_PACKAGES += library/python/translationstring
43 PYTHON_REQUIRED_PACKAGES += library/python/venusian
44 PYTHON_REQUIRED_PACKAGES += library/python/webob
45 PYTHON_REQUIRED_PACKAGES += library/python/wheel
46 PYTHON_REQUIRED_PACKAGES += library/python/zope-deprecation
47 PYTHON_REQUIRED_PACKAGES += library/python/zope-interface
48 PYTHON_REQUIRED_PACKAGES += runtime/python
49 TEST_REQUIRED_PACKAGES.python += library/python/coverage
50 TEST_REQUIRED_PACKAGES.python += library/python/pytest
51 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
52 TEST_REQUIRED_PACKAGES.python += library/python/webtest
53 TEST_REQUIRED_PACKAGES.python += library/python/zope-component