# -*- 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 set base_name agate-excel name py-agate-excel version 0.2.1 python.versions 27 35 36 platforms darwin maintainers @esafak openmaintainer license MIT description Adds read support for Excel files (xls and xlsx) to agate long_description ${description} homepage https://pypi.python.org/pypi/$base_name master_sites pypi:a/$base_name checksums rmd160 d28cf8f9861fe448754616e488282b758df82c69 \ sha256 c7621051307a4650b95309a2e13f5774d08719421c9d965b461629a002d048b4 distname $base_name-${version} if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-nose \ port:py${python.version}-setuptools \ port:py${python.version}-sphinx \ port:py${python.version}-sphinx_rtd_theme \ port:py${python.version}-tox depends_lib-append port:py${python.version}-agate \ port:py${python.version}-openpyxl \ port:py${python.version}-xlrd livecheck.type none } else { livecheck.type regex livecheck.url ${homepage} livecheck.regex $base_name (\\d+(\\.\\d+)+) }