# -*- 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-scruffington
version             0.3.9
revision            0

categories-append   devel
supported_archs     noarch
platforms           {darwin any}
license             MIT
maintainers         nomaintainer

description         Framework for boilerplate in apps
long_description    Scruffy is a framework for taking care of a bunch of \
                    boilerplate in Python apps. It handles the loading of \
                    configuration files, the loading and management of plugins, \
                    and the management of other filesystem resources such as \
                    temporary files and directories, log files, etc.

homepage            https://github.com/snare/scruffy

checksums           rmd160  64d7c69b7a8d1ced4093c08db270d61d450d53ae \
                    sha256  c5a0accb943fd532f2e6ee9e98ae2ac97032246a6b8393a180038a24c11096ed \
                    size    12127

python.versions     313

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-six \
                    port:py${python.version}-yaml

    test.run        yes
    python.test_framework nose
}
