# -*- 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 python 1.0 PortGroup select 1.0 name py-tox version 2.0.1 revision 1 categories-append devel maintainers gmail.com:pedro.salgado openmaintainer platforms darwin supported_archs noarch license MIT description tox: virtualenv-based automation of test activities long_description Tox as is a generic virtualenv management and test command line tool homepage http://tox.testrun.org/ master_sites https://pypi.python.org/packages/source/t/tox/ distname tox-${version} checksums rmd160 4adbde0fac0419051eba1dc4bff2f579466dab2c \ sha256 69a8e0742a96f6574209b23d34c2b058972a39e2c270542f852f97b27652c30d python.versions 27 34 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-pluggy \ port:py${python.version}-py \ port:py${python.version}-virtualenv \ port:tox_select select.group tox select.file ${filespath}/tox${python.version} notes " To make the Python ${python.branch} version of tox the one that is run\ when you execute the commands without a version suffix, e.g. 'tox', run: port select --set ${select.group} [file tail ${select.file}] " livecheck.type none }