head 1.2; access; symbols pkgsrc-2015Q4:1.1.0.28 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.26 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.24 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.22 pkgsrc-2015Q1-base:1.1 pkgsrc-2014Q4:1.1.0.20 pkgsrc-2014Q4-base:1.1 pkgsrc-2014Q3:1.1.0.18 pkgsrc-2014Q3-base:1.1 pkgsrc-2014Q2:1.1.0.16 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.14 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.12 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.10 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.8 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.6 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.4 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.2 pkgsrc-2012Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2016.03.03.12.25.24; author wiz; state dead; branches; next 1.1; commitid Cx4E9MS4YOur5cXy; 1.1 date 2012.08.15.06.42.43; author obache; state Exp; branches; next ; desc @@ 1.2 log @Remove patch (part of 1.2.2 update). @ text @$NetBSD: patch-py-compile,v 1.1 2012/08/15 06:42:43 obache Exp $ * prevent to specify cfile for py_compile.compile to be PEP 3147-compliant. --- py-compile.orig 2012-01-24 16:37:31.000000000 +0000 +++ py-compile @@@@ -130,7 +130,7 @@@@ for file in files.split(): continue sys.stdout.write(file) sys.stdout.flush() - py_compile.compile(filepath, filepath + 'c', path) + py_compile.compile(filepath, None, path) sys.stdout.write('\n')" || exit $? # this will fail for python < 1.5, but that doesn't matter ... @@@@ -147,7 +147,7 @@@@ for file in files.split(): continue sys.stdout.write(file) sys.stdout.flush() - py_compile.compile(filepath, filepath + 'o', path) + py_compile.compile(filepath, None, path) sys.stdout.write('\n')" 2>/dev/null || : # Local Variables: @ 1.1 log @prevent to specify cfile for py_compile.compile to be PEP 3147 comliant. @ text @d1 1 a1 1 $NetBSD$ @