head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2; locks; strict; comment @# @; 1.2 date 2010.02.27.21.37.47; author wiz; state dead; branches; next 1.1; 1.1 date 2010.02.25.17.03.13; author wiz; state Exp; branches; next ; desc @@ 1.2 log @drochner noted that patch-ac is wrong (the original is correct for Python 3) and suggested not installing the .pyc files. Follow his advice and bump PKGREVISION. @ text @$NetBSD: patch-ac,v 1.1 2010/02/25 17:03:13 wiz Exp $ --- pyuic/uic/port_v3/proxy_base.py.orig 2010-01-14 14:36:26.000000000 +0000 +++ pyuic/uic/port_v3/proxy_base.py @@@@ -1,5 +1,5 @@@@ from PyQt4.uic.Compiler.proxy_type import ProxyType -class ProxyBase(metaclass=ProxyType): - pass +class ProxyBase: + __metaclass__=ProxyType @ 1.1 log @Fix a python problem (thanks joerg) and byte-compile and install .pyc files. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @