SOURCES: python-cElementTree-egg.patch (NEW) - use setuptools to h...

glen glen at pld-linux.org
Sat Mar 4 23:39:42 CET 2006


Author: glen                         Date: Sat Mar  4 22:39:42 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use setuptools to have egg info

---- Files affected:
SOURCES:
   python-cElementTree-egg.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/python-cElementTree-egg.patch
diff -u /dev/null SOURCES/python-cElementTree-egg.patch:1.1
--- /dev/null	Sat Mar  4 23:39:42 2006
+++ SOURCES/python-cElementTree-egg.patch	Sat Mar  4 23:39:37 2006
@@ -0,0 +1,12 @@
+--- cElementTree-1.0.5-20051216/setup.py~	2006-03-05 00:36:53.000000000 +0200
++++ cElementTree-1.0.5-20051216/setup.py	2006-03-05 00:36:54.000000000 +0200
+@@ -6,7 +6,8 @@
+ # Usage: python setup.py install
+ #
+ 
+-from distutils.core import setup, Extension
++from setuptools import setup
++from distutils.core import Extension
+ from distutils import sysconfig
+ import sys, os
+ 
================================================================


More information about the pld-cvs-commit mailing list