jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / python / whey / Makefile
blob38ebdf0d7d98953c90c09daecddd6968f1817ecd
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 whey
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = whey
22 HUMAN_VERSION = 0.1.1
23 COMPONENT_REVISION = 1
24 COMPONENT_SUMMARY = A simple Python wheel builder for simple projects.
25 COMPONENT_PROJECT_URL = https://github.com/repo-helper/whey
26 COMPONENT_ARCHIVE_URL = \
27 https://github.com/repo-helper/whey/archive/refs/tags/v$(HUMAN_VERSION).tar.gz
28 COMPONENT_ARCHIVE_HASH = \
29 sha256:a9e79ba17423841f14d80802769593c3f9c54f2d60312450b6db98acecdf8a54
30 COMPONENT_LICENSE = MIT
31 COMPONENT_LICENSE_FILE = LICENSE
34 # Following dependency loops were detected (where 'A --> B' means 'A needs B to
35 # run tests', and 'A ==> B' means 'A needs B for build and/or run'):
37 # whey --> coincidence ==> whey
39 # To break loops we need to allow this component to integrate without testing in
40 # a case the required packages are not available yet (bootstrap).
42 PYTHON_TEST_BOOTSTRAP = yes
44 include $(WS_MAKE_RULES)/common.mk
46 # Auto-generated dependencies
47 PYTHON_REQUIRED_PACKAGES += library/python/attrs
48 PYTHON_REQUIRED_PACKAGES += library/python/click
49 PYTHON_REQUIRED_PACKAGES += library/python/consolekit
50 PYTHON_REQUIRED_PACKAGES += library/python/dist-meta
51 PYTHON_REQUIRED_PACKAGES += library/python/dom-toml
52 PYTHON_REQUIRED_PACKAGES += library/python/domdf-python-tools
53 PYTHON_REQUIRED_PACKAGES += library/python/handy-archives
54 PYTHON_REQUIRED_PACKAGES += library/python/natsort
55 PYTHON_REQUIRED_PACKAGES += library/python/packaging
56 PYTHON_REQUIRED_PACKAGES += library/python/pyproject-parser
57 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
58 PYTHON_REQUIRED_PACKAGES += library/python/shippinglabel
59 PYTHON_REQUIRED_PACKAGES += library/python/wheel
60 PYTHON_REQUIRED_PACKAGES += runtime/python
61 TEST_REQUIRED_PACKAGES.python += library/python/cmarkgfm
62 TEST_REQUIRED_PACKAGES.python += library/python/coincidence
63 TEST_REQUIRED_PACKAGES.python += library/python/coverage
64 TEST_REQUIRED_PACKAGES.python += library/python/docutils
65 TEST_REQUIRED_PACKAGES.python += library/python/editables
66 TEST_REQUIRED_PACKAGES.python += library/python/importlib-metadata
67 TEST_REQUIRED_PACKAGES.python += library/python/iniconfig
68 TEST_REQUIRED_PACKAGES.python += library/python/pip
69 TEST_REQUIRED_PACKAGES.python += library/python/pyproject-examples
70 TEST_REQUIRED_PACKAGES.python += library/python/pyproject-parser
71 TEST_REQUIRED_PACKAGES.python += library/python/pytest
72 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
73 TEST_REQUIRED_PACKAGES.python += library/python/pytest-randomly
74 TEST_REQUIRED_PACKAGES.python += library/python/pytest-timeout
75 TEST_REQUIRED_PACKAGES.python += library/python/re-assert
76 TEST_REQUIRED_PACKAGES.python += library/python/readme-renderer
77 TEST_REQUIRED_PACKAGES.python += library/python/virtualenv