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 invoke
17 BUILD_STYLE
= pyproject
19 include ..
/..
/..
/make-rules
/shared-macros.mk
21 COMPONENT_NAME
= invoke
23 COMPONENT_SUMMARY
= invoke
- Pythonic task execution
24 COMPONENT_PROJECT_URL
= https
://pyinvoke.org
25 COMPONENT_ARCHIVE_URL
= \
26 https
://github.com
/pyinvoke
/invoke
/archive
/refs
/tags/$(HUMAN_VERSION
).
tar.gz
27 COMPONENT_ARCHIVE_HASH
= \
28 sha256
:44a8c1c036855d7f75a947d00892934316e095dcb81f2637b12f11fadf29882d
29 COMPONENT_LICENSE
= BSD-2-Clause
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 # invoke --> invocations ==> invoke
38 # To break loops we need to allow this project to integrate without testing in
39 # a case the required projects 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
/setuptools
47 PYTHON_REQUIRED_PACKAGES
+= library
/python
/wheel
48 PYTHON_REQUIRED_PACKAGES
+= runtime
/python
49 TEST_REQUIRED_PACKAGES.python
+= library
/python
/alabaster
50 TEST_REQUIRED_PACKAGES.python
+= library
/python
/black
51 TEST_REQUIRED_PACKAGES.python
+= library
/python
/coverage
52 TEST_REQUIRED_PACKAGES.python
+= library
/python
/flake8
53 TEST_REQUIRED_PACKAGES.python
+= library
/python
/icecream
54 TEST_REQUIRED_PACKAGES.python
+= library
/python
/invocations
55 TEST_REQUIRED_PACKAGES.python
+= library
/python
/mypy
56 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest-cov
57 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest-relaxed
58 TEST_REQUIRED_PACKAGES.python
+= library
/python
/releases
59 TEST_REQUIRED_PACKAGES.python
+= library
/python
/setuptools
60 TEST_REQUIRED_PACKAGES.python
+= library
/python
/types-pyyaml