# -*- 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.3.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 pypi:t/tox/ distname tox-${version} checksums rmd160 dddc14678033bacc58a54b05f007b0dcefa50d93 \ sha256 bf7fcc140863820700d3ccd65b33820ba747b61c5fe4e2b91bb8c64cb21a47ee python.versions 27 34 35 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 } else { livecheck.type regex livecheck.url http://pypi.python.org/pypi/tox/json livecheck.regex {tox-(\d+(?:\.\d+)*)} }