[28847] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Mon Sep 10 01:33:36 PDT 2007


Revision: 28847
          http://trac.macosforge.org/projects/macports/changeset/28847
Author:   afb at macports.org
Date:     2007-09-10 01:33:36 -0700 (Mon, 10 Sep 2007)

Log Message:
-----------
new port: but same as py-celementtree

Added Paths:
-----------
    trunk/dports/python/py25-celementtree/
    trunk/dports/python/py25-celementtree/Portfile

Added: trunk/dports/python/py25-celementtree/Portfile
===================================================================
--- trunk/dports/python/py25-celementtree/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-celementtree/Portfile	2007-09-10 08:33:36 UTC (rev 28847)
@@ -0,0 +1,36 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name			py25-celementtree
+version			1.0.5-20051216
+categories		python
+platforms		darwin
+maintainers		afb at macports.org openmaintainer
+description		C implementation of the ElementTree API, py-elementtree
+long_description	The cElementTree module is a C implementation of the \
+				ElementTree API. On typical documents, it's 15-20 times faster \
+				than the Python version of ElementTree, and uses 2-5 times \
+				less memory.
+
+homepage		http://effbot.org/zone/celementtree.htm
+master_sites	http://effbot.org/downloads/
+distname		cElementTree-${version}
+checksums		sha1 b36c95fd90d53746424c10db45b102b8fab260b8
+use_zip			yes
+
+depends_lib-append	port:py25-elementtree
+
+test.run		yes
+test.cmd		${python.bin}
+test.target		selftest.py
+
+post-destroot	{
+	xinstall -m 644 ${worksrcpath}/README ${destroot}${prefix}/share/doc/${name}
+	xinstall -m 644 -W ${worksrcpath}/samples simple-ns.xml simple.xml \
+		${destroot}${prefix}/share/doc/${name}/examples
+}
+livecheck.check	regex
+livecheck.url	http://effbot.org/downloads/
+livecheck.regex	cElementTree-(\[0-9\.-\]+).tar.gz


Property changes on: trunk/dports/python/py25-celementtree/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070910/5c3ca277/attachment.html


More information about the macports-changes mailing list