# -*- 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 name py-pytest version 2.7.2 revision 0 categories-append devel platforms darwin license MIT supported_archs noarch python.versions 27 34 maintainers stromnov openmaintainer description py.test: simple powerful testing with Python long_description The py.test` testing tool makes it easy to write small \ tests, yet scales to support complex functional testing. homepage http://pytest.org master_sites https://pypi.python.org/packages/source/p/pytest/ distname pytest-${version} checksums rmd160 af5559e33dc523ff43326bc2a9444341488ac3c1 \ sha256 b30457f735420d0000d10a44bbd478cf03f8bf20e25bd77248f9bab40f4fd6a4 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-setuptools \ port:py${python.version}-py patchfiles patch-setup.py.diff livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/pytest/json livecheck.regex {pytest-(\d+(?:\.\d+)*)\.[tz]} }