pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/py-OpenGL
Module Name: pkgsrc
Committed By: joerg
Date: Sun Feb 23 23:59:45 UTC 2020
Modified Files:
pkgsrc/graphics/py-OpenGL: distinfo
Added Files:
pkgsrc/graphics/py-OpenGL/patches: patch-OpenGL_EGL_debug.py
Log Message:
Use print function for Python 2 too.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/py-OpenGL/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/graphics/py-OpenGL/patches/patch-OpenGL_EGL_debug.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/py-OpenGL/distinfo
diff -u pkgsrc/graphics/py-OpenGL/distinfo:1.7 pkgsrc/graphics/py-OpenGL/distinfo:1.8
--- pkgsrc/graphics/py-OpenGL/distinfo:1.7 Mon Jan 27 06:27:24 2020
+++ pkgsrc/graphics/py-OpenGL/distinfo Sun Feb 23 23:59:44 2020
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.7 2020/01/27 06:27:24 adam Exp $
+$NetBSD: distinfo,v 1.8 2020/02/23 23:59:44 joerg Exp $
SHA1 (PyOpenGL-3.1.5.tar.gz) = 16b2ca0502e2455d8212a5a8a5c901ae679dcd87
RMD160 (PyOpenGL-3.1.5.tar.gz) = fdbc576953756c3eeeb552dbf1d18dcefee71698
SHA512 (PyOpenGL-3.1.5.tar.gz) = 5d90fc68040b4886e46ff69a59be9e3a8e31e3e1295283756db86d50a1efe681986928e18eb55d20fd2660f863653301ea483425bbe24046f55085b44f4906eb
Size (PyOpenGL-3.1.5.tar.gz) = 1835295 bytes
+SHA1 (patch-OpenGL_EGL_debug.py) = bfdd1eff4543cef739fd41bf952d1a0a7e1336a0
Added files:
Index: pkgsrc/graphics/py-OpenGL/patches/patch-OpenGL_EGL_debug.py
diff -u /dev/null pkgsrc/graphics/py-OpenGL/patches/patch-OpenGL_EGL_debug.py:1.1
--- /dev/null Sun Feb 23 23:59:45 2020
+++ pkgsrc/graphics/py-OpenGL/patches/patch-OpenGL_EGL_debug.py Sun Feb 23 23:59:45 2020
@@ -0,0 +1,9 @@
+$NetBSD: patch-OpenGL_EGL_debug.py,v 1.1 2020/02/23 23:59:45 joerg Exp $
+
+--- OpenGL/EGL/debug.py.orig 2020-02-22 21:14:12.920237693 +0000
++++ OpenGL/EGL/debug.py
+@@ -1,3 +1,4 @@
++from __future__ import print_function
+ """Debug utilities for EGL operations"""
+ from OpenGL.EGL import *
+ import itertools
Home |
Main Index |
Thread Index |
Old Index