Marcel Telka
2024-04-05 408e5d05305fc7032ab39e1c56263723cfa4fce3
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
408e5d 22 HUMAN_VERSION =            5.1.0
MT 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 =    \
408e5d 26     sha256:24ec1f739aec2c5766c68027ccc70d91d7b0cb931699442f5c7ed93515b955e7
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
ca4ada 44 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
MT 45 PYTHON_REQUIRED_PACKAGES += library/python/setuptools-scm
e08ef6 46 PYTHON_REQUIRED_PACKAGES += library/python/wheel
ca4ada 47 PYTHON_REQUIRED_PACKAGES += runtime/python
MT 48 TEST_REQUIRED_PACKAGES.python += library/python/pytest
49 TEST_REQUIRED_PACKAGES.python += library/python/pytest-checkdocs
50 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
51 TEST_REQUIRED_PACKAGES.python += library/python/pytest-enabler
52 TEST_REQUIRED_PACKAGES.python += library/python/pytest-mypy