SOURCES: python-aspects-setup.patch (NEW)   - new, for 0.1.4 -   __future__ imp...
    duddits 
    duddits at pld-linux.org
       
    Sun Mar 15 00:29:39 CET 2009
    
    
  
Author: duddits                      Date: Sat Mar 14 23:29:39 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new, for 0.1.4
- __future__ import moved up front
---- Files affected:
SOURCES:
   python-aspects-setup.patch (NONE -> 1.1)  (NEW)
---- Diffs:
================================================================
Index: SOURCES/python-aspects-setup.patch
diff -u /dev/null SOURCES/python-aspects-setup.patch:1.1
--- /dev/null	Sun Mar 15 00:29:39 2009
+++ SOURCES/python-aspects-setup.patch	Sun Mar 15 00:29:33 2009
@@ -0,0 +1,16 @@
+diff -burNp aspects-0.1.4/setup.py aspects-0.1.4-dud/setup.py
+--- aspects-0.1.4/setup.py	2005-06-25 15:27:22.000000000 +0200
++++ aspects-0.1.4-dud/setup.py	2009-03-15 00:25:10.780861565 +0100
+@@ -16,11 +16,11 @@
+ # You should have received a copy of the GNU General Public License along with
+ # this program; if not, write to the Free Software Foundation, Inc.,
+ # 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
++from __future__ import nested_scopes
+ """ Generic Setup script, takes package info from __pkginfo__.py file """
+ 
+ __revision__ = '$Id$'
+ 
+-from __future__ import nested_scopes
+ import os
+ import sys
+ import shutil
================================================================
    
    
More information about the pld-cvs-commit
mailing list