# -*- 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 3.0.3 revision 0 categories-append devel platforms darwin license MIT supported_archs noarch python.versions 27 34 35 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 pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 001b59ef4a176130bec62fdedd83f5e137656a55 \ sha256 f213500a356800a483e8a146ff971ae14a8df3f2c0ae4145181aad96996abee7 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-setuptools \ port:py${python.version}-py patchfiles-append patch-setup.py.diff livecheck.type none } else { livecheck.type pypi }