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 black
17 BUILD_STYLE
= pyproject
19 include ..
/..
/..
/make-rules
/shared-macros.mk
21 COMPONENT_NAME
= black
22 HUMAN_VERSION
= 23.1.0
23 COMPONENT_SUMMARY
= black
- The uncompromising code formatter.
24 COMPONENT_PROJECT_URL
= https
://github.com
/psf
/black
25 COMPONENT_ARCHIVE_URL
= \
26 https
://files.pythonhosted.org
/packages
/15/11/533355217b1cc4a6df3263048060c1527f733d4720e158de2085293112bb
/black-23.1
.0.
tar.gz
27 COMPONENT_ARCHIVE_HASH
= \
28 sha256
:b0bd97bea8903f5a2ba7219257a44e3f1f9d00073d6cc1add68f0beec69692ac
29 COMPONENT_LICENSE
= MIT
30 COMPONENT_LICENSE_FILE
= LICENSE
32 include $(WS_MAKE_RULES
)/common.mk
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
/typed-ast
45 PYTHON_REQUIRED_PACKAGES
+= library
/python
/typing-extensions
46 PYTHON_REQUIRED_PACKAGES
+= runtime
/python
47 TEST_REQUIRED_PACKAGES.python
+= library
/python
/aiohttp
48 TEST_REQUIRED_PACKAGES.python
+= library
/python
/coverage
49 TEST_REQUIRED_PACKAGES.python
+= library
/python
/ipython
50 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pre-commit
51 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest
52 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest-cov
53 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest-xdist
54 TEST_REQUIRED_PACKAGES.python
+= library
/python
/tokenize-rt