[71671] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Sun Sep 19 11:06:11 PDT 2010


Revision: 71671
          http://trac.macports.org/changeset/71671
Author:   singingwolfboy at macports.org
Date:     2010-09-19 11:06:10 -0700 (Sun, 19 Sep 2010)
Log Message:
-----------
New port: py27-lxml

Added Paths:
-----------
    trunk/dports/python/py27-lxml/
    trunk/dports/python/py27-lxml/Portfile

Added: trunk/dports/python/py27-lxml/Portfile
===================================================================
--- trunk/dports/python/py27-lxml/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-lxml/Portfile	2010-09-19 18:06:10 UTC (rev 71671)
@@ -0,0 +1,29 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem        1.0
+PortGroup         python27 1.0
+
+name              py27-lxml
+version           2.2.8
+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     d6c612d63a84d79440912a1b29d3b981 \
+                  sha1    9012ae676160d0d2fff980b07607084e26d53da7 \
+                  rmd160  c7de4d36948c4209be557b438792df7d5851bbe9
+distname          lxml-${version}
+depends_lib-append port:libxml2 port:libxslt port:py27-distribute
+
+livecheck.type  regex
+livecheck.url   ${master_sites}
+livecheck.regex "lxml-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/python/py27-lxml/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100919/bae98e91/attachment.html>


More information about the macports-changes mailing list