# -*- 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-pyglet
version             1.3.2
revision            0
categories-append   devel graphics
platforms           darwin
license             BSD

python.versions     27 34 35 36 37

maintainers         {stromnov @stromnov} openmaintainer

description         A cross-platform windowing and multimedia library for Python.
long_description    ${description}

homepage            http://www.pyglet.org/
master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}

distname            ${python.rootname}-${version}

checksums           rmd160  31b519d23d28d4f410bf604eea719915e9f182be \
                    sha256  b00570e7cdf6971af8953b6ece50d83d13272afa5d1f1197c58c0f478dd17743 \
                    size    3577374

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

    livecheck.type      none
}