# -*- 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           github 1.0
PortGroup           python 1.0

github.setup        snare scruffy 0.3.8.2 v
github.tarball_from archive
name                py-scruffington
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.

checksums           rmd160  c93ce5fbd990d60cfe158177451b5dea688b6c8a \
                    sha256  36bd10f44a5329590e4ea7a6746645c1f9fa05d03b62c8c713676c65dbff2392 \
                    size    23386

python.versions     38

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

    depends_lib-append \
                    port:py${python.version}-six \
                    port:py${python.version}-yaml

    test.run        yes
    python.test_framework nose
}