# $Id$ PortSystem 1.0 PortGroup python 1.0 name py-opengl-accelerate version 3.0.2 revision 2 categories-append graphics platforms darwin license BSD maintainers jmr openmaintainer description Acceleration code for PyOpenGL long_description \ This set of C (Cython) extensions provides acceleration of common \ operations for slow points in PyOpenGL 3.x. homepage http://pyopengl.sourceforge.net/ master_sites http://pypi.python.org/packages/source/P/PyOpenGL-accelerate/ distname PyOpenGL-accelerate-${version} checksums md5 a977041e27b50804bc5188cc54e2a7ba \ rmd160 71ea34666911dd768860e5546e66cac206109d14 \ sha256 850f32dbc92040058aa25f9a7c5f3bf1f55e06a5f1d63e36134b2b7b203223b7 python.versions 26 27 32 33 34 if {${name} ne ${subport}} { if {${python.version} > 31} { # this patch can most likely be removed with the next release; # see http://sourceforge.net/p/pyopengl/bugs/259/ patchfiles patch-py3-import.diff } depends_lib port:py${python.version}-numpy } livecheck.type none