Andreas Wacknitz
2024-03-24 3df02058fb3d48a999bbc8d5d56c2910fbc249a4
commit | author | age
6019e5 1 #
MT 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
5 # 1.0 of the CDDL.
6 #
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.
10 #
11
12 #
13 # This file was automatically generated using the following command:
14 #   $WS_TOOLS/python-integrate-project importlib_metadata
15 #
16
d14ca8 17 BUILD_STYLE = pyproject
6019e5 18
MT 19 include ../../../make-rules/shared-macros.mk
20
21 COMPONENT_NAME =        importlib_metadata
ad3102 22 HUMAN_VERSION =            7.1.0
6019e5 23 COMPONENT_SUMMARY =        importlib_metadata - Read metadata from Python packages
MT 24 COMPONENT_PROJECT_URL =        https://github.com/python/importlib_metadata
25 COMPONENT_ARCHIVE_HASH =    \
ad3102 26     sha256:b78938b926ee8d5f020fc4772d487045805a55ddbad2ecf21c6d60938dc7fcd2
6019e5 27 COMPONENT_LICENSE =        Apache-2.0
MT 28 COMPONENT_LICENSE_FILE =    LICENSE
29
d14ca8 30 # This component is required by following bootstrapped components so it must be
MT 31 # bootstrapped too.
32 # - build
432f9d 33 # - tox-current-env (test bootstrap)
d14ca8 34 PYTHON_BOOTSTRAP = yes
MT 35
6019e5 36 include $(WS_MAKE_RULES)/common.mk
d14ca8 37
a5b0e8 38 # https://github.com/jaraco/pytest-perf/issues/6
MT 39 PYTEST_ADDOPTS += '-p no:perf'
40
6019e5 41 # Auto-generated dependencies
d14ca8 42 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
MT 43 PYTHON_REQUIRED_PACKAGES += library/python/setuptools-scm
64868d 44 PYTHON_REQUIRED_PACKAGES += library/python/wheel
0216c0 45 PYTHON_REQUIRED_PACKAGES += library/python/zipp
MT 46 PYTHON_REQUIRED_PACKAGES += runtime/python
432f9d 47 TEST_REQUIRED_PACKAGES.python += library/python/flufl-flake8
ad3102 48 TEST_REQUIRED_PACKAGES.python += library/python/jaraco-test
432f9d 49 TEST_REQUIRED_PACKAGES.python += library/python/packaging
MT 50 TEST_REQUIRED_PACKAGES.python += library/python/pyfakefs
51 TEST_REQUIRED_PACKAGES.python += library/python/pytest
52 TEST_REQUIRED_PACKAGES.python += library/python/pytest-checkdocs
53 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
54 TEST_REQUIRED_PACKAGES.python += library/python/pytest-enabler
55 TEST_REQUIRED_PACKAGES.python += library/python/pytest-mypy
56 TEST_REQUIRED_PACKAGES.python += library/python/pytest-perf