[88697] trunk/dports/python

phw at macports.org phw at macports.org
Sun Jan 8 07:01:38 PST 2012


Revision: 88697
          http://trac.macports.org/changeset/88697
Author:   phw at macports.org
Date:     2012-01-08 07:01:36 -0800 (Sun, 08 Jan 2012)
Log Message:
-----------
new port: py-docx; Python module to generate and modify .docx-Files

Added Paths:
-----------
    trunk/dports/python/py-docx/
    trunk/dports/python/py-docx/Portfile

Added: trunk/dports/python/py-docx/Portfile
===================================================================
--- trunk/dports/python/py-docx/Portfile	                        (rev 0)
+++ trunk/dports/python/py-docx/Portfile	2012-01-08 15:01:36 UTC (rev 88697)
@@ -0,0 +1,30 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem      1.0
+PortGroup       python 1.0
+
+name            py-docx
+version         0.0.1
+python.versions 26 27
+revision        0
+categories      python devel 
+platforms       darwin
+license         "MIT License"
+maintainers     phw openmaintainer
+description     The docx module creates, reads and writes Microsoft Office Word 2007 docx files
+long_description  The module was created when I was looking for a Python support for MS Word .doc files,\
+                  but could only find various hacks involving COM automation,\
+                  calling .net or Java, or automating OpenOffice or MS Office.
+
+homepage        https://github.com/mikemaccana/python-docx
+
+fetch.type      git
+git.url         ${homepage}.git
+git.branch      53a0e3dd0e91ff9c911e8d8824a7c89df6c587c8
+
+livecheck.type  regex
+livecheck.url   https://raw.github.com/mikemaccana/python-docx/master/setup.py
+livecheck.regex   {version='(\d+(?:\.\d+)*)'}
+
+depends_lib     port:py${python.version}-lxml


Property changes on: trunk/dports/python/py-docx/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/20120108/54b2acac/attachment.html>


More information about the macports-changes mailing list