# -*- 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 PortGroup deprecated 1.0 name py-probstat version 0.912 revision 1 categories-append math license GPL-2+ platforms darwin maintainers nomaintainer description Probability And Statistics for python long_description python module for doing fast Permutations, \ Combinations, Cartesian product and Priority Queue. homepage http://probstat.sourceforge.net/ master_sites sourceforge:probstat distname probstat_${version} extract.suffix .tgz checksums md5 7377fbd7a1c6a968dc1e7258acbac6d6 \ rmd160 a38af692bce0de316d35c658a6642bb53f128757 \ sha256 d4c145f1769de926d553d81c52fbc4358024219e76a243ce178c6b092264221b \ size 33843 deprecated.upstream_support no python.versions 27 if {${name} ne ${subport}} { post-destroot { xinstall -m 0644 -W ${worksrcpath} CHANGES COPYING CREDITS HACKING \ README ${destroot}${prefix}/share/doc/${subport} } livecheck.type none } else { livecheck.regex probstat_(\[0-9.\]+)${extract.suffix} }