perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / mypy / Makefile
blob51bf64ecff69c4a1ffe0cd23550436c05a552b58
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 mypy
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = mypy
22 HUMAN_VERSION = 1.13.0
23 COMPONENT_SUMMARY = Optional static typing for Python
24 COMPONENT_PROJECT_URL = https://www.mypy-lang.org/
25 COMPONENT_ARCHIVE_HASH = \
26 sha256:0291a61b6fbf3e6673e3405cfcc0e7650bebc7939659fdca2702958038bd835e
27 COMPONENT_LICENSE = MIT AND PSF-2.0
28 COMPONENT_LICENSE_FILE = LICENSE
30 include $(WS_MAKE_RULES)/common.mk
32 # Testing expects GNU make
33 PATH = $(PATH.gnu)
35 # Testing fails with strange errors when pytest-cov is enabled.
36 # This needs to be investigated further.
37 PYTEST_ADDOPTS += -p no:cov
39 # https://github.com/python/mypy/issues/16265
40 PYTEST_FASTFAIL=
42 # Auto-generated dependencies
43 PYTHON_REQUIRED_PACKAGES += library/python/mypy-extensions
44 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
45 PYTHON_REQUIRED_PACKAGES += library/python/tomli
46 PYTHON_REQUIRED_PACKAGES += library/python/types-psutil
47 PYTHON_REQUIRED_PACKAGES += library/python/types-setuptools
48 PYTHON_REQUIRED_PACKAGES += library/python/typing-extensions
49 PYTHON_REQUIRED_PACKAGES += library/python/wheel
50 PYTHON_REQUIRED_PACKAGES += runtime/python
51 TEST_REQUIRED_PACKAGES.python += library/python/attrs
52 TEST_REQUIRED_PACKAGES.python += library/python/black
53 TEST_REQUIRED_PACKAGES.python += library/python/filelock
54 TEST_REQUIRED_PACKAGES.python += library/python/lxml
55 TEST_REQUIRED_PACKAGES.python += library/python/mypy-extensions
56 TEST_REQUIRED_PACKAGES.python += library/python/psutil
57 TEST_REQUIRED_PACKAGES.python += library/python/pytest
58 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
59 TEST_REQUIRED_PACKAGES.python += library/python/pytest-xdist
60 TEST_REQUIRED_PACKAGES.python += library/python/setuptools
61 TEST_REQUIRED_PACKAGES.python += library/python/tomli
62 TEST_REQUIRED_PACKAGES.python += library/python/types-psutil
63 TEST_REQUIRED_PACKAGES.python += library/python/types-setuptools
64 TEST_REQUIRED_PACKAGES.python += library/python/typing-extensions