[60848] trunk/dports/python

jameskyle at macports.org jameskyle at macports.org
Wed Nov 25 08:32:08 PST 2009


Revision: 60848
          http://trac.macports.org/changeset/60848
Author:   jameskyle at macports.org
Date:     2009-11-25 08:32:05 -0800 (Wed, 25 Nov 2009)
Log Message:
-----------
New port, python 2.6 version of the python psychophysics toolbox.

Added Paths:
-----------
    trunk/dports/python/py26-psychopy/
    trunk/dports/python/py26-psychopy/Portfile

Added: trunk/dports/python/py26-psychopy/Portfile
===================================================================
--- trunk/dports/python/py26-psychopy/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-psychopy/Portfile	2009-11-25 16:32:05 UTC (rev 60848)
@@ -0,0 +1,36 @@
+# -*- 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               python26 1.0
+
+name                    py26-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:py26-setuptools \
+                        port:py26-matplotlib \
+                        port:py26-pil \
+                        port:py26-scipy \
+                        port:py26-pyglet
+
+distname                ${gproject}-${version}
+use_zip                 yes
+checksums               md5     5aa9b00959e969e4493190f5530da739 \
+                        sha1    cc5e964d5421f285de4368b183811c6f0313387d \
+                        rmd160  0bb24e3ae52aed0583f8aec9a6d84a579f279943
+
+
+livecheck.regex         ${gproject}-(\[0-9.\]+)\\.zip
+


Property changes on: trunk/dports/python/py26-psychopy/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091125/a610cc3d/attachment.html>


More information about the macports-changes mailing list