Revision: 53191 http://trac.macports.org/changeset/53191 Author: jameskyle@macports.org Date: 2009-06-30 18:25:30 -0700 (Tue, 30 Jun 2009) Log Message: ----------- PsychoPy is an open-source package for creating psychology stimuli in Python. Added Paths: ----------- trunk/dports/python/py25-psychopy/ trunk/dports/python/py25-psychopy/Portfile Added: trunk/dports/python/py25-psychopy/Portfile =================================================================== --- trunk/dports/python/py25-psychopy/Portfile (rev 0) +++ trunk/dports/python/py25-psychopy/Portfile 2009-07-01 01:25:30 UTC (rev 53191) @@ -0,0 +1,37 @@ +# -*- 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 python25 1.0 + +name py25-pyschopy +version 1.00.03 +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:${gproject} + + +depends_lib port:py25-setuptools \ + port:py25-matplotlib \ + port:py25-pil \ + port:py25-scipy \ + port:py25-pyglet + +extract.suffix .zip +distfiles ${gproject}-${version}${extract.suffix} +worksrcdir ${gproject}-${version} +use_zip yes +checksums md5 20cda72c844e615ca2da9fdb1ddf386e \ + sha1 2f9de6032e4392f09657bb658c5ef22eb649eece \ + rmd160 8ff3eb1bc4eb2c11baa72b4ef41f60eecdf52dc5 + + +livecheck.regex {([0-9.]+).zip} Property changes on: trunk/dports/python/py25-psychopy/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native