Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
93 changes: 93 additions & 0 deletions 10.9-libcxx/stable/main/finkinfo/devel/black-py.info
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
Info3: <<

Package: black-py%type_pkg[python]
Type: python (3.9 3.10)
Version: 25.1.0
Revision: 2
Source: https://files.pythonhosted.org/packages/source/b/black/black-%v.tar.gz
Source-Checksum: SHA256(33496d5cd1222ad73391352b4ae8da15253c5de89b93a80b3e2c8d9a19ec2666)


Depends: <<
python%type_pkg[python] (>= 3.8.10),
pre-commit-py%type_pkg[python],
mypy-extensions-py%type_pkg[python]
<<
BuildDepends: <<
bootstrap-modules-py%type_pkg[python],
setuptools-tng-py%type_pkg[python]
<<

Description: Uncompromising Python code formatter
Maintainer: Scott Hannahs <[email protected]>
Homepage: https://github.com/psf/black
DocFiles: AUTHORS.md CHANGES.md CITATION.cff CONTRIBUTING.md LICENSE README.md SECURITY.md
CompileScript: <<
PYTHONPATH=%p/share/bootstrap-modules-python%type_pkg[python] %p/bin/python%type_raw[python] -m build --wheel --no-isolation --skip-dependency-check
<<
InfoTest: <<
TestDepends: <<
coverage-py%type_pkg[python] (>= 5.3),
pytest-py%type_pkg[python] ( >= 6.1.1 ),
pytest-xdist-py%type_pkg[python] ( >= 3.0.2 ),
pytest-cov-py%type_pkg[python] ( >= 4.1.0 )
<<
TestScript: <<
#!/bin/sh -ev
coverage erase
pytest tests --run-optional no_jupyter \
!ci: --numprocesses auto \
--cov {posargs}
coverage report
<<
<<
InstallScript: <<
#!/bin/sh -ev
PYTHONPATH=%p/share/bootstrap-modules-python%type_pkg[python] %p/bin/python%type_raw[python] -m installer --destdir %d dist/*.whl
for i in black blackd; do
mv %i/bin/$i %i/bin/$i-py%type_pkg[python]
done
<<

PostInstScript: <<
update-alternatives --verbose --install "%p/bin/black" black "%p/bin/black-py%type_pkg[python]" %type_pkg[python] \
--slave %p/bin/blackd blackd %p/bin/blackd-py%type_pkg[python]
<<

PreRmScript: <<
if [ $1 != "upgrade" ]; then
update-alternatives --verbose --remove black "%p/bin/black-py%type_pkg[python]"
fi
<<

LICENSE: GPL

DescDetail: <<
Black is the uncompromising Python code formatter. By using it,
you agree to cede control over minutiae of hand-formatting.
In return, Black gives you speed, determinism, and freedom from
pycodestyle nagging about formatting. You will save time and
mental energy for more important matters.

Blackened code looks the same regardless of the project you're
reading. Formatting becomes transparent after a while and you
can focus on the content instead.

Black makes code review faster by producing the smallest
diffs possible.

Try it out now using the Black Playground.
<https://black.vercel.app/>
Watch the PyCon 2019 talk to learn more
<https://youtu.be/esZLCuWs_2Y>
<<

DescPort: <<
<<
DescPackaging: <<
test phase does not work. Possibly
tox needs update?
<<

# Info3
<<