Created attachment 153042 [details] patch for reserved keyword used as variable As reported in https://lists.freebsd.org/pipermail/freebsd-ports/2015-February/098038.html "as" is a reserved keyword in Python. So we can't use "as" as identifier.
Builds fine, so...
A commit references this bug: Author: pi Date: Mon Feb 16 17:27:59 UTC 2015 New revision: 379100 URL: https://svnweb.freebsd.org/changeset/ports/379100 Log: textprox/py-xml: 'as' is reserved keyword in newer versions of Python PR: 197710 Submitted by: Joerg Ruppe-Tanner <joerg.ruppe.tanner@gmail.com> Changes: head/textproc/py-xml/Makefile head/textproc/py-xml/files/patch-xml_xslt_Stylesheet.py
Committed, thanks.