Andreas Wacknitz
2024-03-24 3df02058fb3d48a999bbc8d5d56c2910fbc249a4
commit | author | age
dd7340 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 typeguard
15 #
16
17 BUILD_STYLE = pyproject
18
19 include ../../../make-rules/shared-macros.mk
20
21 COMPONENT_NAME =        typeguard
794c00 22 HUMAN_VERSION =            4.2.1
dd7340 23 COMPONENT_SUMMARY =        typeguard - Run-time type checker for Python
MT 24 COMPONENT_ARCHIVE_HASH =    \
794c00 25     sha256:c556a1b95948230510070ca53fa0341fb0964611bd05d598d87fb52115d65fee
dd7340 26 COMPONENT_LICENSE =        MIT
MT 27 COMPONENT_LICENSE_FILE =    LICENSE
28
29 include $(WS_MAKE_RULES)/common.mk
794c00 30
MT 31 # https://github.com/pytest-dev/pluggy/issues/457
32 TEST_CONFLICTING_PACKAGES.python += library/python/pytest-enabler
33 TEST_CONFLICTING_PACKAGES.python += library/python/pytest-randomly
5bc938 34
dd7340 35 # Auto-generated dependencies
4b76bb 36 PYTHON_REQUIRED_PACKAGES += library/python/importlib-metadata
dd7340 37 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
MT 38 PYTHON_REQUIRED_PACKAGES += library/python/setuptools-scm
4b76bb 39 PYTHON_REQUIRED_PACKAGES += library/python/typing-extensions
dd7340 40 PYTHON_REQUIRED_PACKAGES += library/python/wheel
MT 41 PYTHON_REQUIRED_PACKAGES += runtime/python
1aee73 42 TEST_REQUIRED_PACKAGES.python += library/python/coverage
dd7340 43 TEST_REQUIRED_PACKAGES.python += library/python/mypy
MT 44 TEST_REQUIRED_PACKAGES.python += library/python/pytest
794c00 45 TEST_REQUIRED_PACKAGES.python += library/python/tomli