# -*- 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 PortGroup github 1.0 github.setup scanny python-pptx 0.6.1 v name py-pptx python.versions 26 27 33 34 35 python.default_version 27 platforms darwin license MIT maintainers eborisch \ openmaintainer supported_archs noarch description Python module for creating and updating PowerPoint files. long_description A typical use would be generating a customized PowerPoint \ presentation from database content, downloadble by\ clicking a link in a web application. Several developers\ have used it to automate production of presentation-ready\ engineering status reports based on information held in\ their work management system. It could also be used for\ making bulk updates to a library of presentations or\ simply to automate the production of a slide or two that\ would be tedious to get right by hand. checksums \ rmd160 582a783b11f607a24355c3327d707cf3a8922996 \ sha256 2f94c140ac1cff4833c3aa2d90a380dc52092ca8b2247b987c5da9a90dc5517c if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-lxml \ port:py${python.version}-Pillow \ port:py${python.version}-XlsxWriter post-destroot { set DOCDIR ${destroot}${prefix}/share/doc/${subport} xinstall -d ${DOCDIR} file copy ${worksrcpath}/LICENSE ${DOCDIR} } livecheck.type none }