[104773] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Tue Apr 2 06:29:51 PDT 2013


Revision: 104773
          https://trac.macports.org/changeset/104773
Author:   stromnov at macports.org
Date:     2013-04-02 06:29:51 -0700 (Tue, 02 Apr 2013)
Log Message:
-----------
py-kivy: new port

Added Paths:
-----------
    trunk/dports/python/py-kivy/
    trunk/dports/python/py-kivy/Portfile
    trunk/dports/python/py-kivy/files/
    trunk/dports/python/py-kivy/files/patch-setup.py.diff

Added: trunk/dports/python/py-kivy/Portfile
===================================================================
--- trunk/dports/python/py-kivy/Portfile	                        (rev 0)
+++ trunk/dports/python/py-kivy/Portfile	2013-04-02 13:29:51 UTC (rev 104773)
@@ -0,0 +1,40 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+PortGroup           github 1.0
+
+github.setup        kivy kivy 1.6.0
+name                py-kivy
+revision            0
+categories-append   devel
+platforms           darwin
+license             LGPL
+
+python.versions     26 27
+
+maintainers         stromnov openmaintainer
+
+description         Library for development of multi-touch enabled applications
+
+long_description    Kivy is a Python library for development of multi-touch \
+                    enabled media rich applications. The aim is to allow for \
+                    quick and easy interaction design and rapid prototyping, \
+                    while making your code reusable and deployable.
+
+homepage            http://kivy.org/
+
+checksums           rmd160  79bec08c9b5f908e2abbea27fd449e8bc69997dc \
+                    sha256  6fa70b4ae735cfd99ffbaab324b6767aefaf095ee5548e8c3535069ea2a1d5b3
+
+if {$subport != $name} {
+    depends_build-append \
+                        port:py${python.version}-cython
+
+    depends_run-append  port:py${python.version}-game
+
+    patchfiles          patch-setup.py.diff
+
+    livecheck.type      none
+}


Property changes on: trunk/dports/python/py-kivy/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-kivy/files/patch-setup.py.diff
===================================================================
--- trunk/dports/python/py-kivy/files/patch-setup.py.diff	                        (rev 0)
+++ trunk/dports/python/py-kivy/files/patch-setup.py.diff	2013-04-02 13:29:51 UTC (rev 104773)
@@ -0,0 +1,17 @@
+--- setup.py.orig	2013-04-02 17:15:03.000000000 +0400
++++ setup.py	2013-04-02 17:15:44.000000000 +0400
+@@ -14,12 +14,12 @@
+ # Detect options
+ #
+ c_options = {
+-    'use_opengl_es2': True,
++    'use_opengl_es2': False,
+     'use_opengl_debug': False,
+     'use_glew': False,
+     'use_sdl': False,
+     'use_ios': False,
+-    'use_mesagl': 'USE_MESAGL' in environ}
++    'use_mesagl': False}
+ 
+ # now check if environ is changing the default values
+ for key in c_options.keys():
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130402/2779750e/attachment.html>


More information about the macports-changes mailing list