# -*- 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 realname openpyxl version 2.2.5 revision 0 categories-append textproc platforms darwin license MIT/Expat supported_archs noarch python.versions 27 34 maintainers stromnov openmaintainer 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://openpyxl.readthedocs.org master_sites https://pypi.python.org/packages/source/o/${realname}/ distname ${realname}-${version} checksums rmd160 a8db3728cb81781907d870fe158841374e170e63 \ sha256 c4af1b6f8b5b93cd318bf82eae4e326081cf6f62da0cd9f1d82b8813e99afa60 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-jdcal livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/openpyxl/json livecheck.regex {openpyxl-(\d+(?:\.\d+)*)\.[tz]} }