[109461] trunk/dports/python

jmr at macports.org jmr at macports.org
Thu Aug 15 15:04:01 PDT 2013


Revision: 109461
          https://trac.macports.org/changeset/109461
Author:   jmr at macports.org
Date:     2013-08-15 15:04:01 -0700 (Thu, 15 Aug 2013)
Log Message:
-----------
New port: py-SDL2

Added Paths:
-----------
    trunk/dports/python/py-SDL2/
    trunk/dports/python/py-SDL2/Portfile

Added: trunk/dports/python/py-SDL2/Portfile
===================================================================
--- trunk/dports/python/py-SDL2/Portfile	                        (rev 0)
+++ trunk/dports/python/py-SDL2/Portfile	2013-08-15 22:04:01 UTC (rev 109461)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-SDL2
+version             0.5.0
+categories-append   devel multimedia
+license             public-domain
+platforms           darwin
+supported_archs     noarch
+maintainers         jmr openmaintainer
+description         a python wrapper around the SDL2 library
+long_description \
+   PySDL2 is a wrapper around the SDL2 library and as such similar to the \
+   discontinued PySDL project. In contrast to PySDL, it has no licensing \
+   restrictions, nor does it rely on C code, but uses ctypes instead.
+
+homepage            https://bitbucket.org/marcusva/py-sdl2
+master_sites        ${homepage}/downloads/
+distname            PySDL2-${version}
+
+checksums           rmd160 e8c5be0e7ebc6fbb54f5ad9098687049f8230159 \
+                    sha256 a31dc757cfd98bdbb795c6531b8693a9193c1863a145cac5bd77ddeccbe08d27
+
+python.versions      27 32 33
+
+if {$subport != $name} {
+    depends_lib-append  port:libsdl2 \
+                        port:libsdl2_image \
+                        port:libsdl2_mixer \
+                        port:libsdl2_ttf
+}


Property changes on: trunk/dports/python/py-SDL2/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/20130815/ad573846/attachment.html>


More information about the macports-changes mailing list