Marcel Telka
2023-12-13 0a7fbe6537a62682d0e51e80fe6431b658578c90
commit | author | age
a6f8e9 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 black
15 #
16
17 BUILD_STYLE = pyproject
18
19 include ../../../make-rules/shared-macros.mk
20
21 COMPONENT_NAME =        black
0a7fbe 22 HUMAN_VERSION =            23.12.0
a6f8e9 23 COMPONENT_SUMMARY =        black - The uncompromising code formatter.
MT 24 COMPONENT_PROJECT_URL =        https://github.com/psf/black
25 COMPONENT_ARCHIVE_URL =        \
0a7fbe 26     https://files.pythonhosted.org/packages/5a/73/618bcfd4a4868d52c02ff7136ec60e9d63bc83911d3d8b4998e42acf9557/black-23.12.0.tar.gz
a6f8e9 27 COMPONENT_ARCHIVE_HASH =    \
0a7fbe 28     sha256:330a327b422aca0634ecd115985c1c7fd7bdb5b5a2ef8aa9888a82e2ebe9437a
a6f8e9 29 COMPONENT_LICENSE =        MIT
MT 30 COMPONENT_LICENSE_FILE =    LICENSE
31
32 include $(WS_MAKE_RULES)/common.mk
33
34 # Auto-generated dependencies
0a7fbe 35 PYTHON_REQUIRED_PACKAGES += library/python/aiohttp
a6f8e9 36 PYTHON_REQUIRED_PACKAGES += library/python/click
MT 37 PYTHON_REQUIRED_PACKAGES += library/python/hatch-fancy-pypi-readme
38 PYTHON_REQUIRED_PACKAGES += library/python/hatch-vcs
39 PYTHON_REQUIRED_PACKAGES += library/python/hatchling
40 PYTHON_REQUIRED_PACKAGES += library/python/mypy-extensions
d805cd 41 PYTHON_REQUIRED_PACKAGES += library/python/packaging
a6f8e9 42 PYTHON_REQUIRED_PACKAGES += library/python/pathspec
MT 43 PYTHON_REQUIRED_PACKAGES += library/python/platformdirs
44 PYTHON_REQUIRED_PACKAGES += library/python/tomli
45 PYTHON_REQUIRED_PACKAGES += library/python/typing-extensions
46 PYTHON_REQUIRED_PACKAGES += runtime/python
47 TEST_REQUIRED_PACKAGES.python += library/python/coverage
48 TEST_REQUIRED_PACKAGES.python += library/python/ipython
49 TEST_REQUIRED_PACKAGES.python += library/python/pre-commit
50 TEST_REQUIRED_PACKAGES.python += library/python/pytest
51 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
52 TEST_REQUIRED_PACKAGES.python += library/python/pytest-xdist
53 TEST_REQUIRED_PACKAGES.python += library/python/tokenize-rt