patches/pygobject-01-python.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 18269 5218a1567988
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.

--- pygobject-2.21.1/codegen/code-coverage.py-orig	2010-07-21 23:09:51.116306135 -0500
+++ pygobject-2.21.1/codegen/code-coverage.py	2010-07-21 23:12:01.255666249 -0500
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/python2.6
 
 from __future__ import generators
 import sys, os
--- pygobject-2.21.1/codegen/scmexpr.py-orig	2010-07-21 23:09:45.042929258 -0500
+++ pygobject-2.21.1/codegen/scmexpr.py	2010-07-21 23:12:25.321809413 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2.6
 # -*- Mode: Python; py-indent-offset: 4 -*-
 from __future__ import generators
 
--- pygobject-2.21.1/codegen/mergedefs.py-orig	2010-07-21 23:09:10.197124557 -0500
+++ pygobject-2.21.1/codegen/mergedefs.py	2010-07-21 23:11:13.788228680 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2.6
 # -*- Mode: Python; py-indent-offset: 4 -*-
 
 import optparse
--- pygobject-2.21.1/codegen/h2def.py-orig	2010-07-21 23:09:55.535748861 -0500
+++ pygobject-2.21.1/codegen/h2def.py	2010-07-21 23:11:44.918247156 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2.6
 # -*- Mode: Python; py-indent-offset: 4 -*-
 # GPL'ed
 # Toby D. Reeves <[email protected]>
--- pygobject-2.21.1/codegen/codegen.py-orig	2010-07-21 23:09:59.804181558 -0500
+++ pygobject-2.21.1/codegen/codegen.py	2010-07-21 23:12:07.701144723 -0500
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/python2.6
 
 import getopt
 import keyword
--- pygobject-2.21.1/codegen/defsgen.py-orig	2010-07-21 23:09:04.425829638 -0500
+++ pygobject-2.21.1/codegen/defsgen.py	2010-07-21 23:11:01.035816712 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2.6
 # -*- Mode: Python; py-indent-offset: 4 -*-
 #
 # Copyright (C) 2006-2009 John Finlay.
--- pygobject-2.21.1/codegen/docextract_to_xml.py-orig	2010-07-21 23:09:00.001205188 -0500
+++ pygobject-2.21.1/codegen/docextract_to_xml.py	2010-07-21 23:10:33.617321750 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2.6
 # -*- Mode: Python; py-indent-offset: 4 -*-
 #
 # This litte script outputs the C doc comments to an XML format.
--- pygobject-2.21.1/codegen/missingdefs.py-orig	2010-07-21 23:09:22.745835640 -0500
+++ pygobject-2.21.1/codegen/missingdefs.py	2010-07-21 23:11:52.867107142 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2.6
 # -*- Mode: Python; py-indent-offset: 4 -*-
 
 import sys
--- pygobject-2.21.1/codegen/mkskel.py-orig	2010-07-21 23:09:16.677194135 -0500
+++ pygobject-2.21.1/codegen/mkskel.py	2010-07-21 23:11:22.751744687 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2.6
 # -*- Mode: Python; py-indent-offset: 4 -*-
 
 import sys, os, getopt
--- pygobject-2.21.1/codegen/docgen.py-orig	2010-07-21 23:09:38.760388361 -0500
+++ pygobject-2.21.1/codegen/docgen.py	2010-07-21 23:12:16.604377424 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2.6
 import getopt
 import os
 import re
--- pygobject-2.21.1/codegen/scanvirtuals.py-orig	2010-07-21 23:09:28.369396174 -0500
+++ pygobject-2.21.1/codegen/scanvirtuals.py	2010-07-21 23:11:32.102055209 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2.6
 import re
 import sys
 
--- pygobject-2.21.1/codegen/createdefs.py-orig	2010-07-21 23:09:33.604955943 -0500
+++ pygobject-2.21.1/codegen/createdefs.py	2010-07-21 23:11:38.604504784 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2.6
 import sys
 
 def main(args):
--- pygobject-2.21.1/codegen/defsconvert.py-orig	2010-07-21 23:08:46.172958927 -0500
+++ pygobject-2.21.1/codegen/defsconvert.py	2010-07-21 23:10:26.279375400 -0500
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/python2.6
 
 import sys
 import string, re
--- pygobject-2.21.1/docs/xsl/fixxref.py.in-orig	2010-07-21 23:27:57.757848411 -0500
+++ pygobject-2.21.1/docs/xsl/fixxref.py.in	2010-07-21 23:28:11.787201089 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2.6
 # -*- Mode: Python; py-indent-offset: 4 -*-
 
 import getopt