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
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 -d python/dom-toml dom_toml
17 BUILD_STYLE
= pyproject
19 include ..
/..
/..
/make-rules
/shared-macros.mk
21 COMPONENT_NAME
= dom_toml
23 COMPONENT_SUMMARY
= Dom
's tools for Tom's Obvious
, Minimal Language.
24 COMPONENT_PROJECT_URL
= https
://github.com
/domdfcoding
/dom_toml
25 COMPONENT_ARCHIVE_URL
= \
26 https
://github.com
/domdfcoding
/dom_toml
/archive
/refs
/tags/v
$(HUMAN_VERSION
).
tar.gz
27 COMPONENT_ARCHIVE_HASH
= \
28 sha256
:dc25daca9a763c857b87fb2ac95d6d91fdb5495249d36d95c25de279d3648ca8
29 COMPONENT_LICENSE
= MIT
30 COMPONENT_LICENSE_FILE
= LICENSE
33 # Following dependency loops were detected (where 'A --> B' means 'A needs B to
34 # run tests', and 'A ==> B' means 'A needs B for build and/or run'):
36 # dom-toml --> coincidence ==> whey ==> dom-toml
38 # To break loops we need to allow this component to integrate without testing in
39 # a case the required packages are not available yet (bootstrap).
41 PYTHON_TEST_BOOTSTRAP
= yes
43 include $(WS_MAKE_RULES
)/common.mk
45 # Auto-generated dependencies
46 PYTHON_REQUIRED_PACKAGES
+= library
/python
/domdf-python-tools
47 PYTHON_REQUIRED_PACKAGES
+= library
/python
/flit-core
48 PYTHON_REQUIRED_PACKAGES
+= library
/python
/tomli
49 PYTHON_REQUIRED_PACKAGES
+= runtime
/python
50 TEST_REQUIRED_PACKAGES.python
+= library
/python
/coincidence
51 TEST_REQUIRED_PACKAGES.python
+= library
/python
/coverage
52 TEST_REQUIRED_PACKAGES.python
+= library
/python
/importlib-metadata
53 TEST_REQUIRED_PACKAGES.python
+= library
/python
/numpy
54 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pip
55 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest
56 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest-cov
57 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest-randomly
58 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest-timeout
59 TEST_REQUIRED_PACKAGES.python
+= library
/python
/virtualenv