Marcel Telka
2024-04-03 048a7222084696961865dab2f327aac36d8619ba
commit | author | age
c8dba1 1 #
MT 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.
6 #
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.
10 #
11
12 #
13 # This file was automatically generated using the following command:
14 #   $WS_TOOLS/python-integrate-project pyramid
15 #
16
17 BUILD_STYLE = pyproject
18
19 include ../../../make-rules/shared-macros.mk
20
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
31
32 include $(WS_MAKE_RULES)/common.mk
33
34 # Disable some plugins to get tests passed
35 PYTEST_ADDOPTS += -p no:mypy
36
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