Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#78241 - [python-flask-htmlmin] Stop using python setup.py

Attached to Project: Community Packages
Opened by Karol (Kudlaty) - Monday, 17 April 2023, 16:34 GMT
Last edited by Jelle van der Waa (jelly) - Sunday, 24 September 2023, 10:33 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Levente Polyak (anthraxx)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
I think that base we can do here is to stop using this lib... it requires https://pypi.org/project/cssmin/ which last release date is: Oct 14, 2013
current pkgbuild have enabled tests, but it cannot pass them without cssmin
also in depends section of pkgbuild there is no mention about cssmin

but in case if there is need to keep it in community diff is in attachment that rewrite pkgbuild to not use setup.py
and also disable check()

Additional info:
* it is listed here: https://archlinux.org/todo/stop-using-python-setuppy-test/
This task depends upon

Closed by  Jelle van der Waa (jelly)
Sunday, 24 September 2023, 10:33 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed in git.
Comment by Toolybird (Toolybird) - Monday, 17 April 2023, 22:48 GMT
Related FS#70027

Loading...