Marcel Telka
2024-04-08 e44703e81887ee34cdaa681246ff7cb2065cc027
commit | author | age
1c1b72 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 jaraco.context
15 #
16
ca4ada 17 BUILD_STYLE = pyproject
1c1b72 18
MT 19 include ../../../make-rules/shared-macros.mk
20
21 COMPONENT_NAME =        jaraco.context
5d8bcb 22 HUMAN_VERSION =            5.3.0
408e5d 23 COMPONENT_SUMMARY =        jaraco.context - Useful decorators and context managers
1c1b72 24 COMPONENT_PROJECT_URL =        https://github.com/jaraco/jaraco.context
MT 25 COMPONENT_ARCHIVE_HASH =    \
5d8bcb 26     sha256:c2f67165ce1f9be20f32f650f25d8edfc1646a8aeee48ae06fb35f90763576d2
1c1b72 27 COMPONENT_LICENSE =        MIT
MT 28 COMPONENT_LICENSE_FILE =    LICENSE
ca4ada 29
MT 30 #
31 # Following dependency loops were detected (where 'A --> B' means 'A needs B to
32 # run tests', and 'A ==> B' means 'A needs B for build and/or run'):
33 #
34 # jaraco.context --> pytest-enabler ==> jaraco.context
35 #
36 # To break loops we need to allow this project to integrate without testing in
37 # a case the required projects are not available yet (bootstrap).
38 #
39 PYTHON_TEST_BOOTSTRAP = yes
1c1b72 40
MT 41 include $(WS_MAKE_RULES)/common.mk
42
43 # Auto-generated dependencies
5d8bcb 44 PYTHON_REQUIRED_PACKAGES += library/python/backports-tarfile
ca4ada 45 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
MT 46 PYTHON_REQUIRED_PACKAGES += library/python/setuptools-scm
e08ef6 47 PYTHON_REQUIRED_PACKAGES += library/python/wheel
ca4ada 48 PYTHON_REQUIRED_PACKAGES += runtime/python
5d8bcb 49 TEST_REQUIRED_PACKAGES.python += library/python/portend
ca4ada 50 TEST_REQUIRED_PACKAGES.python += library/python/pytest
MT 51 TEST_REQUIRED_PACKAGES.python += library/python/pytest-checkdocs
52 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
53 TEST_REQUIRED_PACKAGES.python += library/python/pytest-enabler
54 TEST_REQUIRED_PACKAGES.python += library/python/pytest-mypy