SOURCES: python-pyenchant-ez_setup.patch (NEW) - needed for 1.5.1; disables...
duddits
duddits at pld-linux.org
Tue Feb 24 10:36:08 CET 2009
Author: duddits Date: Tue Feb 24 09:36:07 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- needed for 1.5.1; disables ez_setup since we have setuptools
---- Files affected:
SOURCES:
python-pyenchant-ez_setup.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/python-pyenchant-ez_setup.patch
diff -u /dev/null SOURCES/python-pyenchant-ez_setup.patch:1.1
--- /dev/null Tue Feb 24 10:36:08 2009
+++ SOURCES/python-pyenchant-ez_setup.patch Tue Feb 24 10:36:02 2009
@@ -0,0 +1,14 @@
+diff -burNp pyenchant-1.5.1/setup.py pyenchant-1.5.1-dud/setup.py
+--- pyenchant-1.5.1/setup.py 2009-01-08 01:09:54.000000000 +0100
++++ pyenchant-1.5.1-dud/setup.py 2009-02-24 10:15:40.059815393 +0100
+@@ -5,8 +5,8 @@
+ # This script is placed in the public domain.
+ #
+
+-import ez_setup
+-ez_setup.use_setuptools()
++#import ez_setup
++#ez_setup.use_setuptools()
+
+ from setuptools import setup, find_packages, Extension
+
================================================================
More information about the pld-cvs-commit
mailing list