# -*- 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 65907 2010-04-02 22:08:22Z jmr@macports.org $

PortSystem              1.0
PortGroup               python25 1.0

name                    py25-psychopy
version                 1.51.01
categories              python
platforms               darwin
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


depends_lib             port:py25-distribute \
                        port:py25-matplotlib \
                        port:py25-pil \
                        port:py25-scipy \
                        port:py25-pyglet

distname                ${gproject}-${version}
use_zip                 yes
checksums               md5     5aa9b00959e969e4493190f5530da739 \
                        sha1    cc5e964d5421f285de4368b183811c6f0313387d \
                        rmd160  0bb24e3ae52aed0583f8aec9a6d84a579f279943


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

