# -*- 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 set _name pytest-runner set _n [string index ${_name} 0] name py-${_name} version 3.0 categories-append devel platforms darwin supported_archs noarch license MIT maintainers petr openmaintainer description pytest-runner adds test support to setup.py scripts long_description \ ${description}. Setup scripts can use pytest-runner to invoke py.test as distutils \ command and provices dependency resolution. homepage https://pypi.python.org/pypi/${_name}/${version} master_sites pypi:${_n}/${_name}/ distname ${_name}-${version} checksums md5 8f8363a52bbabc4cedd5e239beb2ba11 \ rmd160 7ee6d4c839cb4cedb6aa341c0b247685cbd4c7fd \ sha256 0f7c3a3cf5aead13f54baaa01ceb49e5ae92aba5d3ff1928e81e189c40bc6703 python.versions 27 34 35 36 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools \ port:py${python.version}-setuptools_scm livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/${_name}/json livecheck.regex "\"${_name}-(\[.\\d\]+)\\.tar\\.gz\"" }