Commits

David Baumgold authored b4caee56ce3
New port: py-openpyxl

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@92172 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

python/py-openpyxl/Portfile

Added
1 +# -*- 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
2 +# $Id$
3 +
4 +PortSystem 1.0
5 +PortGroup python 1.0
6 +
7 +name py-openpyxl
8 +set real_name openpyxl
9 +version 1.5.8
10 +python.versions 25 26 27
11 +python.default_version 27
12 +categories-append textproc
13 +platforms darwin
14 +maintainers singingwolfboy openmaintainer
15 +license MIT/Expat
16 +description read/write Excel 2007 xlsx/xlsm files
17 +long_description \
18 + openpyxl is a pure python reader and writer of Excel OpenXML files. \
19 + It is ported from the PHPExcel project.
20 +
21 +homepage http://bitbucket.org/ericgazoni/openpyxl/wiki/Home
22 +master_sites http://pypi.python.org/packages/source/o/${real_name}/
23 +distname ${real_name}-${version}
24 +checksums rmd160 01bceea551d8320fdc6b22531a3f48ee2a0bc4fc \
25 + sha256 6719241d5587fd8f685da261fe0f52636e2bafa40dce9f2ca60f84c47838e10c
26 +
27 +livecheck.type regex
28 +livecheck.url http://pypi.python.org/pypi/openpyxl
29 +livecheck.regex xlrd (\\d+\\.\\d+\\.\\d+)

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut