# -*- 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-nose-testconfig version 0.10 revision 0 categories-append devel license Apache-2 maintainers nomaintainer description Test Configuration plugin for nosetests. long_description \ nose-testconfig is a plugin to the nose test framework which provides a \ faculty for passing test-specific (or test-run specific) configuration data \ to the tests being executed. platforms {darwin any} supported_archs noarch checksums rmd160 3a553c9fab47cd0416d6ec54ffeddd5f60d168f0 \ sha256 54328a20ee8e8f877ba31af9ba76f29aa8254581b0ba57d8e306f37b8e1a94c8 \ size 9390 homepage https://bitbucket.org/jnoller/${python.rootname} python.versions 27 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append \ port:py${python.version}-nose patchfiles testconfig.py.patch livecheck.type none }