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 dist-meta
17 BUILD_STYLE
= pyproject
19 include ..
/..
/..
/make-rules
/shared-macros.mk
21 COMPONENT_NAME
= dist-meta
23 COMPONENT_REVISION
= 1
24 COMPONENT_SUMMARY
= Parse and create Python distribution metadata.
25 COMPONENT_PROJECT_URL
= https
://github.com
/repo-helper
/dist-meta
26 COMPONENT_ARCHIVE_URL
= \
27 https
://github.com
/repo-helper
/dist-meta
/archive
/refs
/tags/v
$(HUMAN_VERSION
).
tar.gz
28 COMPONENT_ARCHIVE_HASH
= \
29 sha256
:8491c92b85e80c844550f2081a08c0469bdd4fd61802c13c1c6afdcd16f8cbef
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 # dist-meta --> shippinglabel ==> dist-meta
38 # dist-meta --> coincidence ==> whey ==> dist-meta
40 # To break loops we need to allow this component to integrate without testing in
41 # a case the required packages are not available yet (bootstrap).
43 PYTHON_TEST_BOOTSTRAP
= yes
45 include $(WS_MAKE_RULES
)/common.mk
47 # https://github.com/repo-helper/dist-meta/issues/21#issuecomment-1464061088
48 PYTEST_ADDOPTS
+= --deselect tests
/test_distributions.py
::test_packages_distributions
50 # Auto-generated dependencies
51 PYTHON_REQUIRED_PACKAGES
+= library
/python
/domdf-python-tools
52 PYTHON_REQUIRED_PACKAGES
+= library
/python
/handy-archives
53 PYTHON_REQUIRED_PACKAGES
+= library
/python
/packaging
54 PYTHON_REQUIRED_PACKAGES
+= library
/python
/setuptools
55 PYTHON_REQUIRED_PACKAGES
+= library
/python
/wheel
56 PYTHON_REQUIRED_PACKAGES
+= runtime
/python
57 TEST_REQUIRED_PACKAGES.python
+= library
/python
/apeye
58 TEST_REQUIRED_PACKAGES.python
+= library
/python
/atomicwrites
59 TEST_REQUIRED_PACKAGES.python
+= library
/python
/attrs
60 TEST_REQUIRED_PACKAGES.python
+= library
/python
/coincidence
61 TEST_REQUIRED_PACKAGES.python
+= library
/python
/colorama
62 TEST_REQUIRED_PACKAGES.python
+= library
/python
/consolekit
63 TEST_REQUIRED_PACKAGES.python
+= library
/python
/coverage
64 TEST_REQUIRED_PACKAGES.python
+= library
/python
/first
65 TEST_REQUIRED_PACKAGES.python
+= library
/python
/flake8
66 TEST_REQUIRED_PACKAGES.python
+= library
/python
/importlib-metadata
67 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pip
68 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pypi-json
69 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest
70 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest-cov
71 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest-randomly
72 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest-rerunfailures
73 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest-timeout
74 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytz
75 TEST_REQUIRED_PACKAGES.python
+= library
/python
/shippinglabel
76 TEST_REQUIRED_PACKAGES.python
+= library
/python
/sphinx
77 TEST_REQUIRED_PACKAGES.python
+= library
/python
/virtualenv