[95260] trunk/dports/python/py-game/Portfile

jmr at macports.org jmr at macports.org
Sat Jul 7 19:14:13 PDT 2012


Revision: 95260
          https://trac.macports.org/changeset/95260
Author:   jmr at macports.org
Date:     2012-07-07 19:14:13 -0700 (Sat, 07 Jul 2012)
Log Message:
-----------
py-game: add 31 and 32 python.versions (#35114)

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

Modified: trunk/dports/python/py-game/Portfile
===================================================================
--- trunk/dports/python/py-game/Portfile	2012-07-08 02:09:34 UTC (rev 95259)
+++ trunk/dports/python/py-game/Portfile	2012-07-08 02:14:13 UTC (rev 95260)
@@ -9,7 +9,7 @@
 revision        4
 categories      python devel multimedia graphics
 platforms       darwin
-license         LGPL-2.1
+license         LGPL-2.1+
 maintainers     jmr openmaintainer
 description     pygame, python modules for writing games
 long_description    Pygame is a set of Python modules designed for \
@@ -25,7 +25,7 @@
 checksums       rmd160 352d74d6cb025e7489e1123a7a25d1695beabafb \
                 sha256 a26095472ae4be9631e0d5bfb9a52ac57a3a091e45757913128e4a473807d433
 
-python.versions 24 25 26 27
+python.versions 24 25 26 27 31 32
 
 if {$subport != $name} {
     patchfiles  patch-config_darwin.py.diff \
@@ -53,6 +53,11 @@
         depends_lib-append port:portmidi
         patchfiles-delete patch-disable_portmidi.diff
     }
+
+    if {${python.version} >= 30} {
+        notes "Not all pygame modules are available for Python 3.x as of this release."
+    }
+
     livecheck.type  none
 } else {
     livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120707/d997f1fb/attachment.html>


More information about the macports-changes mailing list