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 outcome
17 BUILD_STYLE
= pyproject
19 include ..
/..
/..
/make-rules
/shared-macros.mk
21 COMPONENT_NAME
= outcome
22 HUMAN_VERSION
= 1.3.0.post0
23 COMPONENT_REVISION
= 1
24 COMPONENT_SUMMARY
= outcome
- Capture the outcome of Python function calls.
25 COMPONENT_PROJECT_URL
= https
://github.com
/python-trio
/outcome
26 COMPONENT_ARCHIVE_URL
= \
27 https
://files.pythonhosted.org
/packages
/98/df
/77698abfac98571e65ffeb0c1fba8ffd692ab8458d617a0eed7d9a8d38f2
/outcome-1.3
.0.post0.
tar.gz
28 COMPONENT_ARCHIVE_HASH
= \
29 sha256
:9dcf02e65f2971b80047b377468e72a268e15c0af3cf1238e6ff14f7f91143b8
30 COMPONENT_LICENSE
= Apache-2.0 OR MIT
34 include $(WS_MAKE_RULES
)/common.mk
36 # This project does not support tox so we need to provide test requirements
38 TEST_REQUIREMENTS
+= test-requirements.txt
40 # Auto-generated dependencies
41 PYTHON_REQUIRED_PACKAGES
+= library
/python
/attrs
42 PYTHON_REQUIRED_PACKAGES
+= library
/python
/setuptools
43 PYTHON_REQUIRED_PACKAGES
+= library
/python
/wheel
44 PYTHON_REQUIRED_PACKAGES
+= runtime
/python
45 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest
46 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest-asyncio
47 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest-cov