# -*- 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-appnope
version             0.1.2
revision            0
platforms           darwin
license             BSD
supported_archs     noarch

python.versions     27 35 36 37 38 39

maintainers         {stromnov @stromnov} openmaintainer

description         Disable App Nap on OS X 10.9.
long_description    ${description}

homepage            https://github.com/minrk/appnope

checksums           rmd160  8653a709ff95927a7a29dfefaa46f9fcaa0ad632 \
                    sha256  dd83cd4b5b460958838f6eb3000c660b1f9caf2a5b1de4264e941512f603258a \
                    size    4292

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