adding for portato

git-svn-id: http://svn.sabayonlinux.org/overlay@1478 d7aec97c-591d-0410-af39-a8856400b30a
This commit is contained in:
lxnay
2007-07-31 09:12:59 +00:00
parent 2587ff074b
commit 5ab57a5a16
8 changed files with 258 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
MD5 bcebff4526b02dad4070cbbcb3d1b7e0 lxml-1.0.2.tgz 378107
RMD160 f872804291722838ed82c933498394b6bdfb2614 lxml-1.0.2.tgz 378107
SHA256 2ac2154e3f66b5b32ca25d47e3977db115ac6dc52ddb7442ce16e65a4ac1afee lxml-1.0.2.tgz 378107
+3
View File
@@ -0,0 +1,3 @@
MD5 5d3e6d89a286085b5968188561e2025b lxml-1.3.2.tgz 776389
RMD160 bd3c11b0f1375070b8cbcfa2bd972cff55caa5d9 lxml-1.3.2.tgz 776389
SHA256 bd4d23c52cfd59cbbe88dd54814a98ecaec5557f213136903b26b91998a244f5 lxml-1.3.2.tgz 776389
@@ -0,0 +1,19 @@
--- setup.py.old 2006-06-02 15:30:13.000000000 +0200
+++ setup.py 2006-06-02 15:31:01.000000000 +0200
@@ -1,14 +1,8 @@
import sys, os, os.path, re
setup_args = {}
-try:
- from setuptools import setup
- from setuptools.extension import Extension
- # prevent setuptools from making local etree.so copies:
- setup_args['zip_safe'] = False
-except ImportError:
- from distutils.core import setup
- from distutils.extension import Extension
+from distutils.core import setup
+from distutils.extension import Extension
# This is called if the '--static' option is passed
def setupStaticBuild():