<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; }
#msg dl a { font-weight: bold}
#msg dl a:link { color:#fc3; }
#msg dl a:active { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre, #msg p { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[32251] trunk/dports/python</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.macosforge.org/projects/macports/changeset/32251">32251</a></dd>
<dt>Author</dt> <dd>raimue@macports.org</dd>
<dt>Date</dt> <dd>2007-12-22 16:13:32 -0800 (Sat, 22 Dec 2007)</dd>
</dl>
<h3>Log Message</h3>
<pre>python/py-lxml, python/py25-lxml:
Adding/Updating, version 2.0alpha6.
Closes #13677.</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdportspythonpy25lxmlPortfile">trunk/dports/python/py25-lxml/Portfile</a></li>
</ul>
<h3>Added Paths</h3>
<ul>
<li>trunk/dports/python/py-lxml/</li>
<li><a href="#trunkdportspythonpylxmlPortfile">trunk/dports/python/py-lxml/Portfile</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportspythonpylxmlPortfile"></a>
<div class="addfile"><h4>Added: trunk/dports/python/py-lxml/Portfile (0 => 32251)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/python/py-lxml/Portfile         (rev 0)
+++ trunk/dports/python/py-lxml/Portfile        2007-12-23 00:13:32 UTC (rev 32251)
</span><span class="lines">@@ -0,0 +1,26 @@
</span><ins>+# $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
+
</ins><span class="cx">Property changes on: trunk/dports/python/py-lxml/Portfile
</span><span class="cx">___________________________________________________________________
</span><span class="cx">Name: svn:keywords
</span><span class="cx"> + Id
</span><span class="cx">Name: svn:eol-style
</span><span class="cx"> + native
</span></span></pre></div>
<a id="trunkdportspythonpy25lxmlPortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/python/py25-lxml/Portfile (32250 => 32251)</h4>
<pre class="diff"><span>
<span class="info">--- 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)
</span><span class="lines">@@ -4,21 +4,23 @@
</span><span class="cx"> PortGroup python25 1.0
</span><span class="cx">
</span><span class="cx"> name py25-lxml
</span><del>-version 2.0alpha5
</del><ins>+version 2.0alpha6
</ins><span class="cx"> categories python devel
</span><span class="cx"> platforms darwin
</span><span class="cx"> maintainers nomaintainer
</span><span class="cx"> description Powerful and Pythonic XML processing library
</span><del>-long_description lxml is a Pythonic binding for the libxml2_ and \
</del><ins>+long_description lxml is a Pythonic binding for the libxml2 and \
</ins><span class="cx"> libxslt libraries. It is unique in that it \
</span><span class="cx"> combines the speed and feature completeness of \
</span><span class="cx"> these libraries with the simplicity of a native \
</span><span class="cx"> Python API, mostly compatible but superior to \
</span><del>- the well-known ElementTree_ API.
</del><ins>+ the well-known ElementTree API.
</ins><span class="cx">
</span><span class="cx"> homepage http://codespeak.net/lxml/
</span><span class="cx"> master_sites http://pypi.python.org/packages/source/l/lxml/
</span><del>-checksums md5 2b2b54e416442091c2bdf1cebe8beb60
</del><ins>+checksums md5 306d0277a24e0798f74793622b0a1b92 \
+ sha1 fafae7201568ec8f101e8f614e964f38d0c784a3 \
+ rmd160 4ebc83603357a98674151a0d54961417a77b9a3a
</ins><span class="cx"> distname lxml-${version}
</span><span class="cx"> depends_lib-append port:libxml2 port:libxslt port:py25-hashlib port:py25-setuptools port:py25-zlib
</span><span class="cx">
</span></span></pre>
</div>
</div>
</body>
</html>