# -*- 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 3.0.0 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 580ccd105c105241e120d73ff6e6069ff36d2705 \ sha256 340a1ab2069764559b9d58027a43a24db18db0e25deb80f81ecb8ca7ee5253db \ size 172774 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 if {${python.version} <= 34} { version 2.6.3 revision 0 distname ${python.rootname}-${version} checksums rmd160 17973a368ff5fbb67222fdb0240fcbad38bccd82 \ sha256 72d1ed243972cad0b3c236230083cac00d9c72804e64a2ae93d7901aec1a8f1c \ size 173754 } livecheck.type none }