# -*- 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-qt version 3.2.2 categories-append devel platforms darwin license MIT python.versions 27 34 35 36 37 maintainers {gmail.com:ottenr.work @reneeotten} openmaintainer description pytest support for PyQt and PySide applications long_description ${description} homepage https://github.com/pytest-dev/pytest-qt master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 2076a4d3d069a626d8370d86dae6f0c5f5383bb0 \ sha256 f6ecf4b38088ae1092cbd5beeaf714516d1f81f8938626a2eac546206cdfe7fa \ size 114618 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools \ port:py${python.version}-setuptools_scm depends_lib-append port:py${python.version}-pytest post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} LICENSE CHANGELOG.rst \ README.rst ${destroot}${docdir} } livecheck.type none }