Revision
31735
Author
mww@macports.org
Date
2007-12-05 00:37:44 -0800 (Wed, 05 Dec 2007)

Log Message

new port python/py25-lxml from ebgssth@gmail.com - #13393

Added Paths

Diff

Added: trunk/dports/python/py25-lxml/Portfile (0 => 31735)


--- trunk/dports/python/py25-lxml/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-lxml/Portfile	2007-12-05 08:37:44 UTC (rev 31735)
@@ -0,0 +1,24 @@
+# $Id$
+
+PortSystem        1.0
+PortGroup         python25 1.0
+
+name              py25-lxml
+version           2.0alpha5
+categories        python devel 
+platforms         darwin
+maintainers       nomaintainer
+description       Powerful and Pythonic XML processing library
+long_description  lxml is a Pythonic binding for the libxml2_ and \
+                  libxslt libraries.  It is unique in that it \
+                  combines the speed and feature completeness of \
+                  these libraries with the simplicity of a native \
+                  Python API, mostly compatible but superior to \
+                  the well-known ElementTree_ API.
+
+homepage          http://codespeak.net/lxml/
+master_sites      http://pypi.python.org/packages/source/l/lxml/
+checksums         md5 2b2b54e416442091c2bdf1cebe8beb60
+distname          lxml-${version}
+depends_lib-append port:libxml2 port:libxslt port:py25-hashlib port:py25-setuptools port:py25-zlib
+