# -*- 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: Portfile 92134 2012-04-19 19:46:32Z jmr@macports.org $

PortSystem              1.0
PortGroup               python 1.0

name                    py-psychopy
version                 1.64.00
platforms               darwin
supported_archs         noarch
maintainers             jameskyle

set gproject            PsychoPy

description             ${gproject} is an open-source package for creating psychology stimuli in Python (A real and free alternative to Matlab)
long_description        ${description}. PsychoPy combines the graphical strengths of OpenGL with the easy Python syntax to give psychophysics a free and simple stimulus presentation and control package.

homepage                http://www.psychopy.org
master_sites            googlecode:psychopy

python.versions         25 26
python.default_version  26

if {$subport != $name} {
    depends_lib         port:py${python.version}-distribute \
                        port:py${python.version}-matplotlib \
                        port:py${python.version}-pil \
                        port:py${python.version}-scipy \
                        port:py${python.version}-pyglet

    livecheck.type      none
}
distname                ${gproject}-${version}
use_zip                 yes
checksums               md5     645c7218b088588813fb8315900c09a1 \
                        sha1    2049c4ea83b747d7026124ab7e432e3fd4581a6d \
                        rmd160  85591572f1335984b09b2d4170b6ef9de458f0c2


livecheck.regex         ${gproject}-(\[0-9.\]+)\\.zip
