[116959] trunk/dports/python/py-kivy
stromnov at macports.org
stromnov at macports.org
Tue Feb 11 02:53:00 PST 2014
Revision: 116959
https://trac.macports.org/changeset/116959
Author: stromnov at macports.org
Date: 2014-02-11 02:52:59 -0800 (Tue, 11 Feb 2014)
Log Message:
-----------
py-kivy: update to version 1.8.0
Modified Paths:
--------------
trunk/dports/python/py-kivy/Portfile
trunk/dports/python/py-kivy/files/patch-setup.py.diff
Modified: trunk/dports/python/py-kivy/Portfile
===================================================================
--- trunk/dports/python/py-kivy/Portfile 2014-02-11 09:51:04 UTC (rev 116958)
+++ trunk/dports/python/py-kivy/Portfile 2014-02-11 10:52:59 UTC (rev 116959)
@@ -5,13 +5,13 @@
PortGroup python 1.0
PortGroup github 1.0
-github.setup kivy kivy 1.7.2
+github.setup kivy kivy 1.8.0
name py-kivy
revision 0
categories-append devel
platforms darwin
-license LGPL
+license MIT
python.versions 26 27
@@ -26,8 +26,8 @@
homepage http://kivy.org/
-checksums rmd160 7e719d92f1f7e1e58ce05c72a1597ccc5197c2b7 \
- sha256 14cf92a2000fbdee948076c6883e4059640b2e4b9e683c41c60bab216fb30690
+checksums rmd160 2911969f2e9d0853941eba3a7e6d07c601cade2f \
+ sha256 0043c5d921ec444ba0d2f3a00a1a97e607dc2b4708db951c9eace40645cbfb60
if {${name} ne ${subport}} {
depends_build-append \
Modified: trunk/dports/python/py-kivy/files/patch-setup.py.diff
===================================================================
--- trunk/dports/python/py-kivy/files/patch-setup.py.diff 2014-02-11 09:51:04 UTC (rev 116958)
+++ trunk/dports/python/py-kivy/files/patch-setup.py.diff 2014-02-11 10:52:59 UTC (rev 116959)
@@ -1,11 +1,11 @@
---- setup.py.orig 2013-05-31 12:54:21.000000000 +0400
-+++ setup.py 2013-05-31 12:54:49.000000000 +0400
-@@ -30,7 +30,7 @@
+--- setup.py.orig 2014-02-11 14:26:27.000000000 +0400
++++ setup.py 2014-02-11 14:50:04.000000000 +0400
+@@ -64,7 +64,7 @@
#
- c_options = {
- 'use_rpi': platform == 'rpi',
-- 'use_opengl_es2': True,
-+ 'use_opengl_es2': False,
- 'use_opengl_debug': False,
- 'use_glew': False,
- 'use_sdl': False,
+ c_options = OrderedDict()
+ c_options['use_rpi'] = platform == 'rpi'
+-c_options['use_opengl_es2'] = True
++c_options['use_opengl_es2'] = False
+ c_options['use_opengl_debug'] = False
+ c_options['use_glew'] = False
+ c_options['use_sdl'] = False
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140211/1edc1208/attachment.html>
More information about the macports-changes
mailing list