# -*- 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-sugar version 0.9.7 revision 0 categories-append devel platforms {darwin any} supported_archs noarch license BSD maintainers {@catap korins.ky:kirill} openmaintainer description ${name} changes the default look and feel of pytest \ (progressbar, show tests that fail instantly). long_description {*}${description} homepage http://pivotfinland.com/pytest-sugar/ checksums rmd160 d9c6b4eb386d7783b85cd61de546e8ae20c0cb16 \ sha256 f1e74c1abfa55f7241cf7088032b6e378566f16b938f3f08905e2cf4494edd46 \ size 14874 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_run-append \ port:py${python.version}-pytest depends_lib-append \ port:py${python.version}-termcolor post-destroot { xinstall -d ${destroot}${prefix}/share/doc/${subport} xinstall -m 0644 -W ${worksrcpath} LICENSE README.md \ ${destroot}${prefix}/share/doc/${subport} } test.run yes python.test_framework test.cmd ${python.bin} test.target test_sugar.py }