# -*- 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 python-excel xlrd 0.9.4 name py-xlrd version 1.0.0 python.versions 27 34 35 platforms darwin maintainers snc openmaintainer license BSD homepage http://www.python-excel.org/ description module to extract data from Microsoft Excel spreadsheet files long_description xlrd is a Python module to extract data from Microsoft \ Excel spreadsheet files. #master_sites ${github.homepage}/archive/[join ${github.tag_prefix} ""]${github.version} master_sites pypi:x/xlrd distname xlrd-${version} checksums md5 9a91b688cd4945477ac28187a54f9a3b \ rmd160 e6145664ef5cf7033ac103059d5ab9a7ffa85187 \ sha256 0ff87dd5d50425084f7219cb6f86bb3eb5aa29063f53d50bf270ed007e941069 if {${name} ne ${subport}} { livecheck.type none depends_build-append port:py${python.version}-setuptools } else { livecheck.type regex livecheck.url http://pypi.python.org/pypi/xlrd livecheck.regex /pypi/xlrd/(\\d+(\\.\\d+)+) }