# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0

name                py-glcontext
version             2.3.5
revision            0

license             MIT
maintainers         @abey79 openmaintainer
supported_archs     arm64 x86_64

description         glcontext is a library providing OpenGL implementation for ModernGL
long_description    ${description}

homepage            https://github.com/moderngl/glcontext

checksums           rmd160  7d03395df91593520cb38b9f88a01833b11b4dab \
                    sha256  44d3ef950e39930c6aefc038c9f43f1e2b6bc5c03914a4c68ac187bdc8e7636c \
                    size    14948

python.versions     39 310

if {${name} ne ${subport}} {
    depends_build-append \
                    port:py${python.version}-setuptools
}
