# -*- 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 # $Id$ PortSystem 1.0 PortGroup github 1.0 PortGroup python 1.0 github.setup snare scruffy 0.3.7 v name py-scruffington categories-append devel platforms darwin 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 bf0c12c3d3203cb9831a57d98039e88a07b78b69 \ sha256 a56cc14e0fa97155548012c42151e53afa2b0e28fec651eb3e6113d0bd9ba8f5 python.versions 27 35 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append port:py${python.version}-yaml \ port:py${python.version}-six livecheck.type none }