# -*- 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 set realname emcee name py-${realname} version 2.1.0 maintainers aronnax openmaintainer categories-append science math description affine-invariant ensemble MCMC sampling long_description emcee is a stable, well tested Python implementation of \ the affine-invariant ensemble sampler for Markov chain \ Monte Carlo (MCMC) proposed by Goodman & Weare (2010). The \ code is open source and has already been used in several \ published projects in the astrophysics literature. homepage http://dan.iel.fm/emcee/ master_sites http://pypi.python.org/packages/source/[string index ${realname} 0]/${realname}/ distname ${realname}-${version} platforms darwin supported_archs noarch license MIT checksums md5 c6b6fad05c824d40671d4a4fc58dfff7 \ rmd160 2d141fc5cf7f1ab983d9faa97b714909bc133d5a \ sha256 5ce1039a3d78fb9e7d53fcd768517585c5998193743bfcfaac407927d375ca63 python.versions 27 34 if {${name} eq ${subport}} { livecheck.type regex livecheck.regex [format "%s-%s" ${realname} {(\d+(\.\d+)*)}] livecheck.url http://pypi.python.org/pypi/${realname}/ } else { depends_build-append \ port:py${python.version}-setuptools depends_lib-append \ port:py${python.version}-numpy livecheck.type none }