Fixed one final wart in the PKGBUILD, but I'm disowning the package, given that upstream1 has indicated this package is only necessary for packages supporting flake8 v2.
If anyone intends to pick this up again, know that since PEP 639 has been accepted, setuptools wants to find the license in the pyproject.toml
-- it looks like python-ini2toml
can generate it, but I'm not sure.
Pinned Comments
gesh commented on 2024-03-27 12:35 (UTC)
Pushed the update, however it broke the build, so I backported a few of the fixes from the Github repo. To ease future maintenance, the last commit effectively turns this into a -git package to pull in the automatic fixes published by Github. This isn't necessary for most usecases -- if the PKGBUILD looks intimidatingly complex to you, you can always
git checkout master^
to use the conceptually-simpler backport.