diff options
-rw-r--r-- | dev-python/lxml/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/lxml/files/lxml-2.0.3-no-fake-pyrex.patch | 13 |
2 files changed, 7 insertions, 12 deletions
diff --git a/dev-python/lxml/ChangeLog b/dev-python/lxml/ChangeLog index beaea29c65fb..77cb76034b20 100644 --- a/dev-python/lxml/ChangeLog +++ b/dev-python/lxml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/lxml # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.34 2008/03/31 11:16:02 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.35 2008/04/07 12:17:29 hawking Exp $ + + 07 Apr 2008; Ali Polatel <hawking@gentoo.org> + files/lxml-2.0.3-no-fake-pyrex.patch: + Fixed patch to work fine, bug 215557. *lxml-2.0.3 (31 Mar 2008) diff --git a/dev-python/lxml/files/lxml-2.0.3-no-fake-pyrex.patch b/dev-python/lxml/files/lxml-2.0.3-no-fake-pyrex.patch index 5e11a05003f5..9042ae66b04d 100644 --- a/dev-python/lxml/files/lxml-2.0.3-no-fake-pyrex.patch +++ b/dev-python/lxml/files/lxml-2.0.3-no-fake-pyrex.patch @@ -1,5 +1,5 @@ ---- setup.py.orig 2008-03-31 13:54:39.865024409 +0300 -+++ setup.py 2008-03-31 14:02:10.318035107 +0300 +--- setup.py 2008-04-07 15:10:32.989740409 +0300 ++++ setup.py 2008-04-07 15:11:13.897709903 +0300 @@ -4,10 +4,9 @@ try: @@ -13,12 +13,3 @@ try: import pkg_resources -@@ -16,7 +15,7 @@ - except pkg_resources.VersionConflict: - from ez_setup import use_setuptools - use_setuptools(version="0.6c5") -- #pkg_resources.require("Cython==0.9.6.10") -+ pkg_resources.require("Cython>=0.9.6.10") - from setuptools import setup - extra_options["zip_safe"] = False - except ImportError: |