PortSystem          1.0
PortGroup           python 1.0

name                py-opengl-accelerate
version             3.1.10
categories-append   graphics
license             BSD
maintainers         {jmr @jmroot} 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/
python.rootname     pyopengl_accelerate

checksums           md5 58e3b722e5b5bfea4cb2f9752a9df180 \
                    rmd160 7aacdff8e7603ec860b76aa565249f5ac38313d1 \
                    sha256 82751c83f0a6f732b8b5923990edc2441d38176a98756b1718e8d6c4379f5a71

python.versions     27 39 310 311 312 313

if {$subport ne $name} {
    depends_build-append    port:py${python.version}-cython
    depends_lib-append     port:py${python.version}-numpy
}
