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!
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!
FS#32200 - [python2-rst2pdf] not working
Attached to Project:
Community Packages
Opened by Fabien Devaux (fdev31) - Wednesday, 24 October 2012, 16:12 GMT
Last edited by Alexander F. Rødseth (xyproto) - Tuesday, 30 October 2012, 21:12 GMT
Opened by Fabien Devaux (fdev31) - Wednesday, 24 October 2012, 16:12 GMT
Last edited by Alexander F. Rødseth (xyproto) - Tuesday, 30 October 2012, 21:12 GMT
|
DetailsDescription:
Some class name seem to have changed and rst2pdf 0.92 is not aware of it. In the package() function I added: sed -i 's/CellStyle1/CellStyle/g' rst2pdf/styles.py to make things work. Additional info: * package version(s) * config and/or log files etc. Steps to reproduce: Make some .rst file and call rst2pdf on it. |
This task depends upon
Closed by Alexander F. Rødseth (xyproto)
Tuesday, 30 October 2012, 21:12 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in [community].
Tuesday, 30 October 2012, 21:12 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in [community].

Will apply the sed oneliner while waiting for a working release from upstream. Thanks for reporting.