[47739] trunk/dports/python

snc at macports.org snc at macports.org
Wed Mar 4 12:50:59 PST 2009


Revision: 47739
          http://trac.macports.org/changeset/47739
Author:   snc at macports.org
Date:     2009-03-04 12:50:57 -0800 (Wed, 04 Mar 2009)
Log Message:
-----------
created py26-lxml, ticket #18592

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

Added: trunk/dports/python/py26-lxml/Portfile
===================================================================
--- trunk/dports/python/py26-lxml/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-lxml/Portfile	2009-03-04 20:50:57 UTC (rev 47739)
@@ -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         python26 1.0
+
+name              py26-lxml
+version           2.1.5
+categories        python devel
+platforms         darwin
+maintainers       gmail.com:dbraband openmaintainer
+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 22567ccc6ab8ec8c90c335c810cabe11 \
+                  sha1 fa80e756e15bfcce3eb8551a36f950b00162190c \
+                  rmd160 5deff521a4c4c99e7bc1667c10789f9d45f501ed
+distname          lxml-${version}
+depends_lib-append port:libxml2 port:libxslt port:py26-setuptools
+
+livecheck.check regex
+livecheck.url   ${master_sites}
+livecheck.regex "lxml-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/python/py26-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/20090304/93a10620/attachment-0001.html>


More information about the macports-changes mailing list