SOURCES: pyrss-psyco_fix.patch (NEW) - psyco module should be opti...

hawk hawk at pld-linux.org
Tue Feb 7 19:42:03 CET 2006


Author: hawk                         Date: Tue Feb  7 18:42:03 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- psyco module should be optional not required

---- Files affected:
SOURCES:
   pyrss-psyco_fix.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/pyrss-psyco_fix.patch
diff -u /dev/null SOURCES/pyrss-psyco_fix.patch:1.1
--- /dev/null	Tue Feb  7 19:42:03 2006
+++ SOURCES/pyrss-psyco_fix.patch	Tue Feb  7 19:41:58 2006
@@ -0,0 +1,13 @@
+Common subdirectories: pyrss-0.9.9.1.orig/contrib and pyrss-0.9.9.1/contrib
+diff -u pyrss-0.9.9.1.orig/pyrss.py pyrss-0.9.9.1/pyrss.py
+--- pyrss-0.9.9.1.orig/pyrss.py	2005-08-30 21:54:40.000000000 +0200
++++ pyrss-0.9.9.1/pyrss.py	2006-02-07 19:07:43.489002000 +0100
+@@ -13,7 +13,7 @@
+ try: 
+     import psyco
+     psyco.full()
+-finally:
++except:
+     pass
+ from optparse import OptionParser
+ import sys
================================================================


More information about the pld-cvs-commit mailing list