# -*- 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-unittest-xml-reporting
version             3.2.0
revision            0

categories-append   devel
supported_archs     noarch
platforms           {darwin any}
license             BSD
maintainers         {petr @petrrr} openmaintainer

description         Unittest based test runner with Ant/JUnit like XML reporting.
long_description    unittest-xml-reporting is a unittest test runner that can save test \
                    results to XML files that can be consumed by a wide range of tools, such \
                    as build systems, IDEs and continuous integration servers.

homepage            https://github.com/xmlrunner/unittest-xml-reporting/

checksums           rmd160  a95afdfda3196d1ca348abcd971a7727c90cd3ef \
                    sha256  edd8d3170b40c3a81b8cf910f46c6a304ae2847ec01036d02e9c0f9b85762d28 \
                    size    18002

python.versions     313
