Search Criteria
Package Details: python-black-git 24.4.2.r3.g0c033f3e-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-black-git.git (read-only, click to copy) |
---|---|
Package Base: | python-black-git |
Description: | Uncompromising Python code formatter |
Upstream URL: | https://github.com/psf/black |
Keywords: | code-formatting |
Licenses: | MIT |
Conflicts: | python-black |
Provides: | python-black |
Submitter: | 0x647262 |
Maintainer: | gilcu3 |
Last Packager: | gilcu3 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-11-16 16:49 (UTC) |
Last Updated: | 2024-04-30 07:22 (UTC) |
Dependencies (21)
- python (python37AUR, python311AUR, python310AUR)
- python-click
- python-mypy_extensions
- python-packaging
- python-pathspec
- python-platformdirs
- python-build (make)
- python-hatch-fancy-pypi-readme (make)
- python-hatch-vcs (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (python-installer-gitAUR) (make)
- ipython (ipython-gitAUR) (check)
- python-aiohttp (python-aiohttp-gitAUR) (check)
- python-parameterized (check)
- python-pytest (check)
- python-tokenize-rt (check)
- python-typed-ast (check)
- ipython (ipython-gitAUR) (optional) – for Jupyter notebook support
- python-aiohttp (python-aiohttp-gitAUR) (optional) – for the blackd HTTP server
- python-colorama (python-colorama-gitAUR) (optional) – for colored diffs
- Show 1 more dependencies...
Required by (52)
- ansible-lint-git (requires python-black)
- bdebstrap (requires python-black) (check)
- blackd-systemd (requires python-black)
- blacken-docs (requires python-black)
- eric (requires python-black)
- fluster (requires python-black) (make)
- gnome-shell-extension-gsconnect (requires python-black) (make)
- gpt-engineer (requires python-black)
- gsconnect (requires python-black) (make)
- gsconnect-git (requires python-black) (make)
- harlequin (requires python-black)
- jupyterlab_code_formatter (requires python-black) (optional)
- keyringctl-git (requires python-black) (check)
- leo (requires python-black)
- lib32-lv2 (requires python-black) (make)
- lv2-git (requires python-black) (make)
- maubot (requires python-black) (make)
- nbqa (requires python-black) (check)
- nbqa (requires python-black) (optional)
- neovim-coc-pyright-git (requires python-black) (optional)
- Show 32 more...
Latest Comments
realasking commented on 2020-03-02 11:24 (UTC) (edited on 2020-03-02 11:27 (UTC) by realasking)
This package missed many depends, such as:
python-regex,python-typing_extensions,python-mypy_extensions,python-pathspec
and even those depends have been installed it still can't be successfully install.
Here's the error message:
But it's ok if we using pip to install the black.
mnussbaum commented on 2019-06-12 19:58 (UTC) (edited on 2019-06-12 19:58 (UTC) by mnussbaum)
I'm getting an error attempting to install this package:
ModuleNotFoundError: No module named 'typed_ast'
0x647262 commented on 2018-11-18 20:04 (UTC)
No problem!
You've been added to the "new" package's co-maintainers list: https://aur.archlinux.org/packages/python-black-git/
polyzen commented on 2018-11-17 21:54 (UTC) (edited on 2018-11-17 21:55 (UTC) by polyzen)
Correct.
I suppose it wouldn't hurt in case I have to test against
master
.Edit: Also, thank you.
0x647262 commented on 2018-11-15 18:23 (UTC) (edited on 2018-11-15 18:24 (UTC) by 0x647262)
I'll get that queued up.
This was a conscious choice due to the unit tests consistently failing when I originally created this package. Assuming things are passing consistently upstream I'll re-enable them.
So this is a change from a make dependency to a hard dependency? Just want to make sure I'm understanding that correctly.
I'll get that changed as well.
@polyzen: would you be interested in co-maintaining this package?
polyzen commented on 2018-11-15 04:53 (UTC)
Passing along some notes: