[92172] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Fri Apr 20 18:37:07 PDT 2012


Revision: 92172
          https://trac.macports.org/changeset/92172
Author:   singingwolfboy at macports.org
Date:     2012-04-20 18:37:07 -0700 (Fri, 20 Apr 2012)
Log Message:
-----------
New port: py-openpyxl

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

Added: trunk/dports/python/py-openpyxl/Portfile
===================================================================
--- trunk/dports/python/py-openpyxl/Portfile	                        (rev 0)
+++ trunk/dports/python/py-openpyxl/Portfile	2012-04-21 01:37:07 UTC (rev 92172)
@@ -0,0 +1,29 @@
+# -*- 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-openpyxl
+set real_name       openpyxl
+version             1.5.8
+python.versions     25 26 27
+python.default_version  27
+categories-append   textproc
+platforms           darwin
+maintainers         singingwolfboy openmaintainer
+license             MIT/Expat
+description         read/write Excel 2007 xlsx/xlsm files
+long_description    \
+    openpyxl is a pure python reader and writer of Excel OpenXML files. \
+    It is ported from the PHPExcel project.
+
+homepage            http://bitbucket.org/ericgazoni/openpyxl/wiki/Home
+master_sites        http://pypi.python.org/packages/source/o/${real_name}/
+distname            ${real_name}-${version}
+checksums           rmd160  01bceea551d8320fdc6b22531a3f48ee2a0bc4fc \
+                    sha256  6719241d5587fd8f685da261fe0f52636e2bafa40dce9f2ca60f84c47838e10c
+
+livecheck.type      regex
+livecheck.url       http://pypi.python.org/pypi/openpyxl
+livecheck.regex     xlrd (\\d+\\.\\d+\\.\\d+)


Property changes on: trunk/dports/python/py-openpyxl/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120420/518bbf0e/attachment.html>


More information about the macports-changes mailing list