Search Criteria
Package Details: python-flake8-quotes 3.4.0-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-flake8-quotes.git (read-only, click to copy) |
|---|---|
| Package Base: | python-flake8-quotes |
| Description: | Flake8 lint for quotes |
| Upstream URL: | https://github.com/zheller/flake8-quotes |
| Licenses: | MIT |
| Submitter: | acxz |
| Maintainer: | dmitmel |
| Last Packager: | dmitmel |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-05-30 22:42 (UTC) |
| Last Updated: | 2026-01-12 00:25 (UTC) |
Dependencies (6)
- flake8 (python-flake8)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
Required by (2)
- python-flakeheaven
- python-roonapi (make)
Latest Comments
« First ‹ Previous 1 2
gesh commented on 2024-03-26 16:43 (UTC)
This is what I had in mind:
gesh commented on 2024-03-25 21:40 (UTC)
https://wiki.archlinux.org/title/Python_packaging_guidelines#Standards_based_(PEP_517)
Python decided to change the way they recommend installing packages a short while back, and so even if the project doesn't have a
pyproject.tomlthe instructions from the wiki should be followed - that is, usingdmitmel commented on 2024-03-25 18:48 (UTC)
gesh: Unsure what you mean. Is this a common practice in AUR packaging?
gesh commented on 2024-03-25 13:24 (UTC)
Please update to PEP517 installs -- directly invoking
setup.pyis deprecated nowadays.RubenKelevra commented on 2023-02-09 00:03 (UTC) (edited on 2023-02-09 00:11 (UTC) by RubenKelevra)
Works fine if
are added.
RubenKelevra commented on 2023-02-08 23:40 (UTC) (edited on 2023-02-08 23:40 (UTC) by RubenKelevra)
Does not build:
« First ‹ Previous 1 2