jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / python / CherryPy / Makefile
bloba768df186276a74821423b64a0750708a79899ad
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 -d python/CherryPy cherrypy
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = cherrypy
22 HUMAN_VERSION = 18.10.0
23 COMPONENT_REVISION = 1
24 COMPONENT_SUMMARY = Object-Oriented HTTP framework
25 COMPONENT_PROJECT_URL = https://www.cherrypy.dev
26 COMPONENT_ARCHIVE_HASH = \
27 sha256:6c70e78ee11300e8b21c0767c542ae6b102a49cac5cfd4e3e313d7bb907c5891
28 COMPONENT_LICENSE = BSD-3-Clause
29 COMPONENT_LICENSE_FILE = LICENSE.md
31 include $(WS_MAKE_RULES)/common.mk
33 # The name varies between runs
34 COMPONENT_TEST_TRANSFORMS += "-e 's/name=[0-9]\{1,\}/name=X/'"
35 # Normalize timestamps
36 COMPONENT_TEST_TRANSFORMS += "-e 's|\[../.../....:..:..:..\]|[TIMESTAMP]|'"
37 COMPONENT_TEST_TRANSFORMS += "-e 's/\(cherrypy\.access\.\)[0-9]\{1,\}/\1TIMESTAMP/'"
39 # Auto-generated dependencies
40 PYTHON_REQUIRED_PACKAGES += library/python/cheroot
41 PYTHON_REQUIRED_PACKAGES += library/python/jaraco-collections
42 PYTHON_REQUIRED_PACKAGES += library/python/more-itertools
43 PYTHON_REQUIRED_PACKAGES += library/python/portend
44 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
45 PYTHON_REQUIRED_PACKAGES += library/python/setuptools-scm
46 PYTHON_REQUIRED_PACKAGES += library/python/zc-lockfile
47 PYTHON_REQUIRED_PACKAGES += runtime/python
48 TEST_REQUIRED_PACKAGES.python += library/python/objgraph
49 TEST_REQUIRED_PACKAGES.python += library/python/path
50 TEST_REQUIRED_PACKAGES.python += library/python/pytest
51 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
52 TEST_REQUIRED_PACKAGES.python += library/python/pytest-forked
53 TEST_REQUIRED_PACKAGES.python += library/python/requests-toolbelt
54 TEST_REQUIRED_PACKAGES.python += library/python/routes
55 TEST_REQUIRED_PACKAGES.python += library/python/setuptools