Search Criteria
Package Details: python-darker 2.1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-darker.git (read-only, click to copy) |
---|---|
Package Base: | python-darker |
Description: | Apply black reformatting to Python files only in regions changed since a given commit |
Upstream URL: | https://github.com/akaihola/darker |
Licenses: | BSD-3-Clause |
Submitter: | qubidt |
Maintainer: | qubidt |
Last Packager: | qubidt |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-09-10 02:50 (UTC) |
Last Updated: | 2024-04-19 18:21 (UTC) |
Dependencies (21)
- python (python37AUR, python311AUR, python310AUR)
- python-black (python-black-gitAUR)
- python-darkgraylibAUR
- python-graylintAUR
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- git (git-gitAUR, git-glAUR) (check)
- python-flyntAUR (check)
- python-isort (check)
- python-pathspec (check)
- python-pygments (check)
- python-pytest (check)
- python-pytest-kwparametrizeAUR (check)
- python-regex (python-regex-gitAUR) (check)
- python-toml (python-toml-gitAUR) (check)
- python-flyntAUR (optional) – convert string literals to f-strings
- python-isort (optional) – for sorting import statements
- Show 1 more dependencies...
Latest Comments
bendavis78 commented on 2023-11-30 00:46 (UTC)
I'm getting the following error:
==> Validating source files with sha512sums... python-darker-1.7.2.tar.gz ... Passed flynt-0-78-compatibility.patch ... FAILED
yodaembedding commented on 2023-07-04 02:15 (UTC) (edited on 2023-07-04 02:16 (UTC) by yodaembedding)
"Workaround":
Actually, this is a good chance for me to try using
rye
's HOME-lockfile-style management...qubidt commented on 2023-05-05 15:24 (UTC)
Darker is currently broken with latest version of
python-flynt
(0.78). Upstream bug: https://github.com/akaihola/darker/issues/472matoro commented on 2023-02-23 18:27 (UTC)
This is currently broken with the version of python-black in the community repo, needs to be updated to 1.6.0 to fix: https://github.com/akaihola/darker/issues/412