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 setuptools-declarative-requirements
17 BUILD_STYLE
= pyproject
19 include ..
/..
/..
/make-rules
/shared-macros.mk
21 COMPONENT_NAME
= setuptools-declarative-requirements
23 COMPONENT_REVISION
= 1
24 COMPONENT_SUMMARY
= setuptools-declarative-requirements
- File support for setuptools declarative setup.cfg
25 COMPONENT_PROJECT_URL
= https
://github.com
/s0undt3ch
/setuptools-declarative-requirements
26 COMPONENT_ARCHIVE_URL
= \
27 https
://files.pythonhosted.org
/packages
/f0
/06/85fb4a4ccb82f5040cd5ddc4ab55db5f9d16e0a1b43887e82a8e671e17cb
/setuptools-declarative-requirements-1.3
.0.
tar.gz
28 COMPONENT_ARCHIVE_HASH
= \
29 sha256
:57a5b9bb9ad350c278e8aa6be4cdebbcd925b9ba71d6a712a178a618cfb898f7
30 COMPONENT_LICENSE
= Apache-2.0
31 COMPONENT_LICENSE_FILE
= LICENSE
36 # Following dependency loops were detected (where 'A --> B' means 'A needs B to
37 # run tests', and 'A ==> B' means 'A needs B for build and/or run'):
39 # setuptools-declarative-requirements --> pytest-shell-utilities ==> setuptools-declarative-requirements
41 # To break loops we need to allow this project to integrate without testing in
42 # a case the required projects are not available yet (bootstrap).
44 PYTHON_TEST_BOOTSTRAP
= yes
46 include $(WS_MAKE_RULES
)/common.mk
48 # This project does not support tox so we need to provide test requirements
50 TEST_REQUIREMENTS
+= requirements
/tests.in
52 # Auto-generated dependencies
53 PYTHON_REQUIRED_PACKAGES
+= library
/python
/setuptools
54 PYTHON_REQUIRED_PACKAGES
+= library
/python
/setuptools-scm
55 PYTHON_REQUIRED_PACKAGES
+= library
/python
/wheel
56 PYTHON_REQUIRED_PACKAGES
+= runtime
/python
57 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pypiserver
58 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest
59 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest-shell-utilities
60 TEST_REQUIRED_PACKAGES.python
+= library
/python
/virtualenv