# -*- 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 name py-pytest version 3.6.3 revision 0 categories-append devel platforms darwin license MIT supported_archs noarch python.versions 27 34 35 36 37 maintainers {stromnov @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 28cdd377a030f53f07a9ead251d18608ca91ffdd \ sha256 0453c8676c2bee6feb0434748b068d5510273a916295fd61d306c4f22fbfd752 \ size 830949 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools_scm depends_lib-append port:py${python.version}-setuptools \ port:py${python.version}-py \ port:py${python.version}-six \ port:py${python.version}-attrs \ port:py${python.version}-more-itertools \ port:py${python.version}-pluggy \ port:py${python.version}-atomicwrites if {${python.version} < 30} { depends_lib-append port:py${python.version}-funcsigs } patchfiles-append patch-setup.py.diff livecheck.type none }