# -*- 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.5.0 revision 0 categories-append devel platforms darwin license MIT supported_archs noarch python.versions 25 26 27 32 33 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 http://pypi.python.org/packages/source/p/pytest/ checksums rmd160 2dc26c782629f4ae843812483553495311afde91 \ sha256 b090613f3276ff5aa40748e4088d165af124170587378cd9d9b1941f5878ee6d distname pytest-${version} 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 ${master_sites} livecheck.regex {pytest-(\d+(?:\.\d+)*)\.[tz]} }