Revision: 32251 http://trac.macosforge.org/projects/macports/changeset/32251 Author: raimue@macports.org Date: 2007-12-22 16:13:32 -0800 (Sat, 22 Dec 2007) Log Message: ----------- python/py-lxml, python/py25-lxml: Adding/Updating, version 2.0alpha6. Closes #13677. Modified Paths: -------------- trunk/dports/python/py25-lxml/Portfile Added Paths: ----------- trunk/dports/python/py-lxml/ trunk/dports/python/py-lxml/Portfile Added: trunk/dports/python/py-lxml/Portfile =================================================================== --- trunk/dports/python/py-lxml/Portfile (rev 0) +++ trunk/dports/python/py-lxml/Portfile 2007-12-23 00:13:32 UTC (rev 32251) @@ -0,0 +1,26 @@ +# $Id$ + +PortSystem 1.0 +PortGroup python24 1.0 + +name py-lxml +version 2.0alpha6 +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 306d0277a24e0798f74793622b0a1b92 \ + sha1 fafae7201568ec8f101e8f614e964f38d0c784a3 \ + rmd160 4ebc83603357a98674151a0d54961417a77b9a3a +distname lxml-${version} +depends_lib-append port:libxml2 port:libxslt port:py-hashlib port:py-setuptools port:py-zlib + Property changes on: trunk/dports/python/py-lxml/Portfile ___________________________________________________________________ Name: svn:keywords + Id Name: svn:eol-style + native Modified: trunk/dports/python/py25-lxml/Portfile =================================================================== --- trunk/dports/python/py25-lxml/Portfile 2007-12-22 23:38:40 UTC (rev 32250) +++ trunk/dports/python/py25-lxml/Portfile 2007-12-23 00:13:32 UTC (rev 32251) @@ -4,21 +4,23 @@ PortGroup python25 1.0 name py25-lxml -version 2.0alpha5 +version 2.0alpha6 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 \ +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. + the well-known ElementTree API. homepage http://codespeak.net/lxml/ master_sites http://pypi.python.org/packages/source/l/lxml/ -checksums md5 2b2b54e416442091c2bdf1cebe8beb60 +checksums md5 306d0277a24e0798f74793622b0a1b92 \ + sha1 fafae7201568ec8f101e8f614e964f38d0c784a3 \ + rmd160 4ebc83603357a98674151a0d54961417a77b9a3a distname lxml-${version} depends_lib-append port:libxml2 port:libxslt port:py25-hashlib port:py25-setuptools port:py25-zlib
participants (1)
-
raimue@macports.org