* [gentoo-commits] gentoo-x86 commit in dev-python/lxml/files: lxml-2.0.3-no-fake-pyrex.patch
@ 2008-03-31 11:16 Ali Polatel (hawking)
0 siblings, 0 replies; 3+ messages in thread
From: Ali Polatel (hawking) @ 2008-03-31 11:16 UTC (permalink / raw
To: gentoo-commits
hawking 08/03/31 11:16:03
Added: lxml-2.0.3-no-fake-pyrex.patch
Log:
Version bump, use cython instead of bundled pyrex.
(Portage version: 2.1.4.4)
Revision Changes Path
1.1 dev-python/lxml/files/lxml-2.0.3-no-fake-pyrex.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/lxml/files/lxml-2.0.3-no-fake-pyrex.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/lxml/files/lxml-2.0.3-no-fake-pyrex.patch?rev=1.1&content-type=text/plain
Index: lxml-2.0.3-no-fake-pyrex.patch
===================================================================
--- setup.py.orig 2008-03-31 13:54:39.865024409 +0300
+++ setup.py 2008-03-31 14:02:10.318035107 +0300
@@ -4,10 +4,9 @@
try:
import Cython
- # may need to work around setuptools bug by providing a fake Pyrex
- sys.path.insert(0, os.path.join(os.path.dirname(__file__), "fake_pyrex"))
except ImportError:
- pass
+ print >>sys.stderr, "lxml requires cython-0.9.6.10 or later."
+ sys.exit(1)
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:
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/lxml/files: lxml-2.0.3-no-fake-pyrex.patch
@ 2008-04-07 12:17 Ali Polatel (hawking)
0 siblings, 0 replies; 3+ messages in thread
From: Ali Polatel (hawking) @ 2008-04-07 12:17 UTC (permalink / raw
To: gentoo-commits
hawking 08/04/07 12:17:30
Modified: lxml-2.0.3-no-fake-pyrex.patch
Log:
Fixed patch to work fine, bug 215557.
(Portage version: 2.1.5_rc1)
Revision Changes Path
1.2 dev-python/lxml/files/lxml-2.0.3-no-fake-pyrex.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/lxml/files/lxml-2.0.3-no-fake-pyrex.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/lxml/files/lxml-2.0.3-no-fake-pyrex.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/lxml/files/lxml-2.0.3-no-fake-pyrex.patch?r1=1.1&r2=1.2
Index: lxml-2.0.3-no-fake-pyrex.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/files/lxml-2.0.3-no-fake-pyrex.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lxml-2.0.3-no-fake-pyrex.patch 31 Mar 2008 11:16:03 -0000 1.1
+++ lxml-2.0.3-no-fake-pyrex.patch 7 Apr 2008 12:17:29 -0000 1.2
@@ -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:
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/lxml/files: lxml-2.0.3-no-fake-pyrex.patch
@ 2010-03-07 10:17 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 3+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-03-07 10:17 UTC (permalink / raw
To: gentoo-commits
arfrever 10/03/07 10:17:25
Removed: lxml-2.0.3-no-fake-pyrex.patch
Log:
Delete older ebuilds.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-03-07 10:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-31 11:16 [gentoo-commits] gentoo-x86 commit in dev-python/lxml/files: lxml-2.0.3-no-fake-pyrex.patch Ali Polatel (hawking)
-- strict thread matches above, loose matches on Subject: below --
2008-04-07 12:17 Ali Polatel (hawking)
2010-03-07 10:17 Arfrever Frehtes Taifersar Arahesis (arfrever)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox