Search Criteria
Package Details: python-autoflake 2.3.1-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-autoflake.git (read-only, click to copy) |
---|---|
Package Base: | python-autoflake |
Description: | Removes unused imports and unused variables |
Upstream URL: | https://github.com/PyCQA/autoflake |
Keywords: | linter python |
Licenses: | MIT |
Submitter: | andreao |
Maintainer: | qubidt |
Last Packager: | qubidt |
Votes: | 6 |
Popularity: | 0.000310 |
First Submitted: | 2018-09-20 22:55 (UTC) |
Last Updated: | 2024-05-06 14:55 (UTC) |
Dependencies (6)
- python (python37AUR, python311AUR, python310AUR)
- python-pyflakes (python-pyflakes-gitAUR)
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (python-installer-gitAUR) (make)
- python-pytest (check)
Required by (2)
- nbqa (check)
- python-autoimport
Latest Comments
carlosal1015 commented on 2022-08-03 17:17 (UTC)
Hi, I have the following message error:
carlosal1015 commented on 2022-03-24 16:20 (UTC)
Hi @qubidt, I maintain near 250 packages, mostly python modules. I can take over if you want.
qubidt commented on 2021-09-10 02:19 (UTC)
@andreao any chance of updating this package? I can take over if you'd like
andreao commented on 2019-09-22 08:39 (UTC)
Thanks! Updated.
g360 commented on 2019-09-22 00:17 (UTC)
@blueyed is right, the binary is not installed in a standard PATH directory, it also should depend on pylakes and it uses a non-standard build mechanism. Please updated it, you can use the following working patch:
blueyed commented on 2019-01-20 13:10 (UTC)
The package does not install the autoflake binary properly, but copies it to site-packages also.
I think the PKGBUILD should look more like this: