easy-rsa: update to 3.2.1
[oi-userland.git] / components / python / importcheck / Makefile
blobb50495b79f54f2e7e8b4fa5e7b9e6ad89a54f6cd
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 importcheck
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = importcheck
22 HUMAN_VERSION = 0.5.0
23 COMPONENT_SUMMARY = A tool to check all modules can be correctly imported.
24 COMPONENT_PROJECT_URL = https://github.com/python-coincidence/importcheck
25 COMPONENT_ARCHIVE_URL = \
26 https://github.com/python-coincidence/importcheck/archive/refs/tags/v$(HUMAN_VERSION).tar.gz
27 COMPONENT_ARCHIVE_HASH = \
28 sha256:848de325ef4bba87c36bd3af81151c0f376ca54bc73c43d2d1858aa44e87da13
29 COMPONENT_LICENSE = MIT
30 COMPONENT_LICENSE_FILE = LICENSE
32 include $(WS_MAKE_RULES)/common.mk
34 # Remove line with timestamp
35 COMPONENT_TEST_TRANSFORMS += "-e '/^Test session started at/d'"
37 # https://github.com/python-coincidence/importcheck/issues/59
38 TEST_REQUIRED_PACKAGES.python += library/python/pytest-datadir
40 # pytest-regressions is needed by coincidence so it will be always installed,
41 # but we need to list it explicitly here to make sure it is enabled
42 TEST_REQUIRED_PACKAGES.python += library/python/pytest-regressions
44 # Auto-generated dependencies
45 PYTHON_REQUIRED_PACKAGES += library/python/click
46 PYTHON_REQUIRED_PACKAGES += library/python/consolekit
47 PYTHON_REQUIRED_PACKAGES += library/python/dom-toml
48 PYTHON_REQUIRED_PACKAGES += library/python/domdf-python-tools
49 PYTHON_REQUIRED_PACKAGES += library/python/packaging
50 PYTHON_REQUIRED_PACKAGES += library/python/typing-extensions
51 PYTHON_REQUIRED_PACKAGES += library/python/whey
52 PYTHON_REQUIRED_PACKAGES += runtime/python
53 TEST_REQUIRED_PACKAGES.python += library/python/coincidence
54 TEST_REQUIRED_PACKAGES.python += library/python/coverage
55 TEST_REQUIRED_PACKAGES.python += library/python/importlib-metadata
56 TEST_REQUIRED_PACKAGES.python += library/python/pip
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-randomly
60 TEST_REQUIRED_PACKAGES.python += library/python/pytest-timeout
61 TEST_REQUIRED_PACKAGES.python += library/python/virtualenv