Ticket #13677: py25-lxml.Portfile.diff
File py25-lxml.Portfile.diff, 1.5 KB (added by ebgssth@…, 17 years ago) |
---|
-
python/py25-lxml/Portfile
4 4 PortGroup python25 1.0 5 5 6 6 name py25-lxml 7 version 2.0alpha 57 version 2.0alpha6 8 8 categories python devel 9 9 platforms darwin 10 10 maintainers nomaintainer 11 11 description Powerful and Pythonic XML processing library 12 long_description lxml is a Pythonic binding for the libxml2 _and \12 long_description lxml is a Pythonic binding for the libxml2 and \ 13 13 libxslt libraries. It is unique in that it \ 14 14 combines the speed and feature completeness of \ 15 15 these libraries with the simplicity of a native \ 16 16 Python API, mostly compatible but superior to \ 17 the well-known ElementTree _API.17 the well-known ElementTree API. 18 18 19 19 homepage http://codespeak.net/lxml/ 20 20 master_sites http://pypi.python.org/packages/source/l/lxml/ 21 checksums md5 2b2b54e416442091c2bdf1cebe8beb60 21 checksums md5 306d0277a24e0798f74793622b0a1b92 \ 22 sha1 fafae7201568ec8f101e8f614e964f38d0c784a3 \ 23 rmd160 4ebc83603357a98674151a0d54961417a77b9a3a 22 24 distname lxml-${version} 23 25 depends_lib-append port:libxml2 port:libxslt port:py25-hashlib port:py25-setuptools port:py25-zlib 24 26