# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-openpyxl version 2.6.2 revision 0 categories-append textproc platforms darwin license mit supported_archs noarch python.versions 27 34 35 36 37 maintainers {stromnov @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 pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 0f4aa25c412ba585d4c954c39b08b173567984fe \ sha256 1d2af392cef8c8227bd2ac3ebe3a28b25aba74fd4fa473ce106065f0b73bfe2e \ size 173309 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-jdcal \ port:py${python.version}-et_xmlfile livecheck.type none }