Date: Sun, 15 Feb 2015 17:19:47 +0100 From: Joerg Ruppe-Tanner <joerg.ruppe.tanner@gmail.com> To: koobs@FreeBSD.org, ports@FreeBSD.org Subject: Re: Port textproc/py-xml Message-ID: <54E0C723.3080508@gmail.com> In-Reply-To: <54E06B05.70507@FreeBSD.org> References: <54DF5300.9010304@gmail.com> <54E06B05.70507@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 02/15/15 10:46, Kubilay Kocak wrote: > On 15/02/2015 12:52 AM, Joerg Ruppe-Tanner wrote: >> Hi Maintainer >> >> Here an Patch for textproc/py-xml >> >> >> --- xml/xslt/Stylesheet.py.orig 2015-02-14 14:39:02.860452706 +0100 >> +++ xml/xslt/Stylesheet.py 2015-02-14 14:28:48.331501981 +0100 >> @@ -373,8 +373,8 @@ >> >> #Attribute sets >> attribute_sets = filter(lambda x: x.nodeType == >> Node.ELEMENT_NODE and (x.namespaceURI, x.localName) == (XSL_NAMESPACE, >> 'attribute-set'), self.childNodes) >> - for as in attribute_sets: >> - as.instantiate(context, processor) >> + for las in attribute_sets: >> + las.instantiate(context, processor) >> overridden_params = {} >> for k in topLevelParams.keys(): >> if type(k) != types.TupleType: >> >> >> For me it was useful >> >> >> Kind Rregards >> >> Jörg >> >> > Hi Jörg, > > May I ask what the patch addresses? > Does it fix a bug? If so, what are/were the symptoms? > Did you find this patch online? If so, what URL? > > -- > Regards, > > Koobs > > Hi Koobs The Problem was for me was that the potr doen't install . portupgrde -p -v textproc/py-xml will fail. I saw that Stylesheet.py will not compile will the parser have problem with the for as statement. So i have a look in tho other both patches in the files Directory. I changed the for as stamen to for las prepare the patch make potupgrade -p -v an it works. Is this enough for You ? Kind regards Jörg -- Joerg Ruppe-Tanner Schuetzenweg 19 3294 Bueren an der Aare email: joerg.ruppe.tanner@gmail.com http://www.jrtnet.ch Tel.: (+41) 32 351 5840 Mob.: (+41) 79 593 9569
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54E0C723.3080508>