diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-04-07 12:17:29 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-04-07 12:17:29 +0000 |
commit | d953776ed449ec9eb27024957d118c7857001931 (patch) | |
tree | c3dd65ddbac9c6b1f30fd285bb44c66db004237f /dev-python/lxml | |
parent | Added ~ppc64; bug #215479 (diff) | |
download | gentoo-2-d953776ed449ec9eb27024957d118c7857001931.tar.gz gentoo-2-d953776ed449ec9eb27024957d118c7857001931.tar.bz2 gentoo-2-d953776ed449ec9eb27024957d118c7857001931.zip |
Fixed patch to work fine, bug 215557.
(Portage version: 2.1.5_rc1)
Diffstat (limited to 'dev-python/lxml')
-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: |