gettext: update to 0.23
[oi-userland.git] / components / python / black / Makefile
blob2f2b17ee9dc6619287082648a3e8cf52729de11e
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.
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 black
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = black
22 HUMAN_VERSION = 24.10.0
23 COMPONENT_SUMMARY = The uncompromising code formatter.
24 COMPONENT_ARCHIVE_HASH = \
25 sha256:846ea64c97afe3bc677b761787993be4991810ecc7a4a937816dd6bddedc4875
26 COMPONENT_LICENSE = MIT
27 COMPONENT_LICENSE_FILE = LICENSE
29 include $(WS_MAKE_RULES)/common.mk
31 # Random directory name
32 COMPONENT_TEST_TRANSFORMS += "-e 's|/tmp/.*/garbage[^/]*|\$$(TMPDIR)|'"
34 # Auto-generated dependencies
35 PYTHON_REQUIRED_PACKAGES += library/python/click
36 PYTHON_REQUIRED_PACKAGES += library/python/hatch-fancy-pypi-readme
37 PYTHON_REQUIRED_PACKAGES += library/python/hatch-vcs
38 PYTHON_REQUIRED_PACKAGES += library/python/hatchling
39 PYTHON_REQUIRED_PACKAGES += library/python/mypy-extensions
40 PYTHON_REQUIRED_PACKAGES += library/python/packaging
41 PYTHON_REQUIRED_PACKAGES += library/python/pathspec
42 PYTHON_REQUIRED_PACKAGES += library/python/platformdirs
43 PYTHON_REQUIRED_PACKAGES += library/python/tomli
44 PYTHON_REQUIRED_PACKAGES += library/python/typing-extensions
45 PYTHON_REQUIRED_PACKAGES += runtime/python
46 TEST_REQUIRED_PACKAGES.python += library/python/aiohttp
47 TEST_REQUIRED_PACKAGES.python += library/python/coverage
48 TEST_REQUIRED_PACKAGES.python += library/python/ipython
49 TEST_REQUIRED_PACKAGES.python += library/python/pytest
50 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
51 TEST_REQUIRED_PACKAGES.python += library/python/pytest-xdist
52 TEST_REQUIRED_PACKAGES.python += library/python/tokenize-rt