Ticket #13677: py25-lxml.Portfile.diff

File py25-lxml.Portfile.diff, 1.5 KB (added by ebgssth@…, 16 years ago)

py25-lxml portfile

  • python/py25-lxml/Portfile

     
    44PortGroup         python25 1.0
    55
    66name              py25-lxml
    7 version           2.0alpha5
     7version           2.0alpha6
    88categories        python devel
    99platforms         darwin
    1010maintainers       nomaintainer
    1111description       Powerful and Pythonic XML processing library
    12 long_description  lxml is a Pythonic binding for the libxml2_ and \
     12long_description  lxml is a Pythonic binding for the libxml2 and \
    1313                  libxslt libraries.  It is unique in that it \
    1414                  combines the speed and feature completeness of \
    1515                  these libraries with the simplicity of a native \
    1616                  Python API, mostly compatible but superior to \
    17                   the well-known ElementTree_ API.
     17                  the well-known ElementTree API.
    1818
    1919homepage          http://codespeak.net/lxml/
    2020master_sites      http://pypi.python.org/packages/source/l/lxml/
    21 checksums         md5 2b2b54e416442091c2bdf1cebe8beb60
     21checksums         md5 306d0277a24e0798f74793622b0a1b92 \
     22                  sha1 fafae7201568ec8f101e8f614e964f38d0c784a3 \
     23                  rmd160 4ebc83603357a98674151a0d54961417a77b9a3a
    2224distname          lxml-${version}
    2325depends_lib-append port:libxml2 port:libxslt port:py25-hashlib port:py25-setuptools port:py25-zlib
    2426