Ticket #17490: patch-pyopengl-3.0.0b6.diff
File patch-pyopengl-3.0.0b6.diff, 4.1 KB (added by alakazam@…, 16 years ago) |
---|
-
dports/python/py-opengl/Portfile
diff --git a/dports/python/py-opengl/Portfile b/dports/python/py-opengl/Portfile index f8249b7..b99df39 100644
a b 3 3 PortSystem 1.0 4 4 PortGroup python24 1.0 5 5 6 name py-opengl 7 version 3.0.0b3 8 categories python graphics 9 platforms darwin 10 maintainers melix.net:alakazam openmaintainer 11 description PyOpenGL is a Python binding to OpenGL 12 long_description PyOpenGL is the cross platform Python binding to OpenGL \ 13 and related APIs. The binding is created using the \ 14 standard ctypes library, and is provided under an extremely \ 15 liberal BSD-style Open-Source license. 16 17 homepage http://pyopengl.sourceforge.net/ 18 master_sites sourceforge:pyopengl 19 distname PyOpenGL-${version} 20 checksums md5 a9ef90a2256df749b859dc04d221a6dc \ 21 sha1 4d436c1905542e7eafbbc915a4f97d1474b15ba0 \ 22 rmd160 f56d868253bfee380739997f67920f21f2ac76c5 6 name py-opengl 7 version 3.0.0b6 8 categories python graphics 9 platforms darwin 10 maintainers melix.net:alakazam 11 12 description PyOpenGL is a Python binding to OpenGL 13 long_description PyOpenGL is the cross platform Python binding to OpenGL \ 14 and related APIs. The binding is created using the \ 15 standard ctypes library, and is provided under an \ 16 extremely liberal BSD-style Open-Source license. 17 18 homepage http://pyopengl.sourceforge.net/ 19 20 master_sites sourceforge:pyopengl 21 distname PyOpenGL-${version} 22 23 checksums md5 6a70dd315767064ec78b84a92d2420a8 \ 24 sha1 d622df9be810f39cad96a4b72e3267b7e1b20d9b \ 25 rmd160 5eacede1d144c9d937729df3981daf56501beb42 23 26 24 27 depends_build-append port:py-setuptools 25 28 depends_lib-append port:py-ctypes port:py-numpy 26 29 27 test.run yes30 test.run yes 28 31 29 livecheck.check sourceforge30 livecheck.name pyopengl31 livecheck.distname PyOpenGL32 livecheck.check sourceforge 33 livecheck.name pyopengl 34 livecheck.distname PyOpenGL -
dports/python/py25-opengl/Portfile
diff --git a/dports/python/py25-opengl/Portfile b/dports/python/py25-opengl/Portfile index 0e2dfbd..3d74e67 100644
a b PortSystem 1.0 4 4 PortGroup python25 1.0 5 5 6 6 name py25-opengl 7 version 3.0.0b 57 version 3.0.0b6 8 8 categories python graphics 9 9 platforms darwin 10 maintainers melix.net:alakazam openmaintainer10 maintainers melix.net:alakazam 11 11 12 12 description Python binding to OpenGL 13 long_description PyOpenGL is the cross platform Python binding to \14 OpenGL and related APIs. The binding is created using\15 thestandard ctypes library and is provided under an \13 long_description PyOpenGL is the cross platform Python binding to OpenGL \ 14 and related APIs. The binding is created using the \ 15 standard ctypes library and is provided under an \ 16 16 extremely liberal BSD-style Open-Source licenses. 17 17 18 18 homepage http://pyopengl.sourceforge.net/ … … homepage http://pyopengl.sourceforge.net/ 20 20 master_sites sourceforge:pyopengl 21 21 distname PyOpenGL-${version} 22 22 23 checksums md5 4e46b6ce318b82799109a4850dd37c50\24 sha1 d 2cc1c416f5035083edd4eb891fc2d2c80e88bdc\25 rmd160 8ebd342c1178255256062cbc6c321ba69f36cb4d23 checksums md5 6a70dd315767064ec78b84a92d2420a8 \ 24 sha1 d622df9be810f39cad96a4b72e3267b7e1b20d9b \ 25 rmd160 5eacede1d144c9d937729df3981daf56501beb42 26 26 27 27 depends_build-append port:py25-setuptools 28 28 depends_lib-append port:py25-tkinter port:py25-pil port:py25-numpy 29 29 30 test.run yes 31 30 32 livecheck.check sourceforge 31 33 livecheck.name pyopengl 32 34 livecheck.distname PyOpenGL