[27087] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Tue Jul 17 23:44:48 PDT 2007


Revision: 27087
          http://trac.macosforge.org/projects/macports/changeset/27087
Author:   yves at macports.org
Date:     2007-07-17 23:44:47 -0700 (Tue, 17 Jul 2007)

Log Message:
-----------
new py25-xml port

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

Added: trunk/dports/python/py25-xml/Portfile
===================================================================
--- trunk/dports/python/py25-xml/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-xml/Portfile	2007-07-18 06:44:47 UTC (rev 27087)
@@ -0,0 +1,28 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name            py25-xml
+version         0.8.4
+categories-append   devel textproc
+maintainers     ryanwilcox at mac.com
+description     XML Tools for Python
+long_description \
+    A package of all the tools required for writing basic \
+    XML applications in Python.
+
+platforms       darwin
+homepage 		http://pyxml.sourceforge.net/
+master_sites    sourceforge:pyxml
+distname        PyXML-${version}
+checksums       md5 1f7655050cebbb664db976405fdba209
+
+depends_lib-append  port:expat 
+
+build.args      --with-libexpat=${prefix}
+
+post-destroot {
+	file mkdir ${destroot}${prefix}/share/doc
+	file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
+}


Property changes on: trunk/dports/python/py25-xml/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/20070717/ea6f5402/attachment.html


More information about the macports-changes mailing list