# -*- 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 name py-pyvttbl version 0.5.2.1 revision 0 categories-append devel license BSD platforms darwin supported_archs noarch maintainers stromnov openmaintainer description Multidimensional pivot tables, data processing, statistical computation long_description ${description} homepage http://code.google.com/p/pyvttbl/ master_sites http://pypi.python.org/packages/source/p/pyvttbl/ distname pyvttbl-${version} checksums rmd160 8143d818dc971b743c290b4ba3cf8364c14a4c3a \ sha256 cf01e5e796141896eafeec4db1c128379e5066a5e1f2602d664a7fa96c523b04 use_zip yes python.default_version 27 python.versions 27 if {$subport != $name} { depends_lib-append port:py${python.version}-distribute \ port:py${python.version}-numpy \ port:py${python.version}-scipy \ port:py${python.version}-matplotlib } livecheck.type regex livecheck.url ${master_sites} livecheck.regex "pyvttbl-(\\d+(?:\\.\\d+)*)${extract.suffix}"