[92130] trunk/dports/python

jmr at macports.org jmr at macports.org
Thu Apr 19 09:37:08 PDT 2012


Revision: 92130
          https://trac.macports.org/changeset/92130
Author:   jmr at macports.org
Date:     2012-04-19 09:37:08 -0700 (Thu, 19 Apr 2012)
Log Message:
-----------
py*-psychopy: unify, update to 1.64.00 (#29758)

Modified Paths:
--------------
    trunk/dports/python/py-psychopy/Portfile

Added Paths:
-----------
    trunk/dports/python/py-psychopy/

Removed Paths:
-------------
    trunk/dports/python/py25-psychopy/
    trunk/dports/python/py26-psychopy/

Modified: trunk/dports/python/py-psychopy/Portfile
===================================================================
--- trunk/dports/python/py26-psychopy/Portfile	2012-04-19 02:21:49 UTC (rev 92118)
+++ trunk/dports/python/py-psychopy/Portfile	2012-04-19 16:37:08 UTC (rev 92130)
@@ -2,35 +2,38 @@
 # $Id$
 
 PortSystem              1.0
-PortGroup               python26 1.0
+PortGroup               python 1.0
 
-name                    py26-psychopy
-version                 1.51.01
-categories              python
+name                    py-psychopy
+version                 1.64.00
 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).
+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
 
-depends_lib             port:py26-distribute \
-                        port:py26-matplotlib \
-                        port:py26-pil \
-                        port:py26-scipy \
-                        port:py26-pyglet
+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     5aa9b00959e969e4493190f5530da739 \
-                        sha1    cc5e964d5421f285de4368b183811c6f0313387d \
-                        rmd160  0bb24e3ae52aed0583f8aec9a6d84a579f279943
+checksums               md5     645c7218b088588813fb8315900c09a1 \
+                        sha1    2049c4ea83b747d7026124ab7e432e3fd4581a6d \
+                        rmd160  85591572f1335984b09b2d4170b6ef9de458f0c2
 
 
 livecheck.regex         ${gproject}-(\[0-9.\]+)\\.zip
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120419/e52ce819/attachment-0001.html>


More information about the macports-changes mailing list