id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,port
19442,librsvg incompatible with Python 3,gale@…,macports-tickets@lists.macosforge.org,"The python script rsvg uses the shell bang

{{{
#!/usr/bin/env python
}}}

to access the python interpreter. So it gets whatever version
of python is currently selected as current in MacPorts. But
this script is not compatible with version >= 3.0 of Python:
the script contains a print statement, but print has changed
to a function in version >= 3.0 of Python. There may be
additional incompatibilities, I have not checked.

Note that this also implies that this port has a runtime
dependency on Python which is missing from the portfile.

See also #19441.",defect,closed,Normal,,ports,1.7.1,fixed,,,librsvg
