# -*- 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.4.4 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://pyglet.readthedocs.org/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} use_zip yes distname ${python.rootname}-${version} checksums rmd160 b10b7a6746f560d5d835f1c015bb03e71d80bc49 \ sha256 08353c549b7f26d5815cc2e9360a85e4e0d80e6a67962e18df0255b00cb529ab \ size 4631883 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none }