# -*- 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-testtools
version             2.5.0
revision            0

categories-append   devel
license             MIT PSF
maintainers         nomaintainer
supported_archs     noarch
platforms           {darwin any}
description         Extensions to the Python standard library unit testing framework

long_description \
    testtools is a set of extensions to the Python standard library's \
    unit testing framework. These extensions have been derived from many \
    years of experience with unit testing in Python and come from many \
    different sources. testtools also ports recent unittest changes all \
    the way back to Python 2.4.

homepage            https://github.com/testing-cabal/testtools

checksums           rmd160  203aa69815a8b75b699f6f588431330aa2d3f072 \
                    sha256  57c13433d94f9ffde3be6534177d10fb0c1507cc499319128958ca91a65cb23f \
                    size    235399

python.versions     37 38 39

if {${name} ne ${subport}} {
    depends_build-append \
                    port:py${python.version}-pbr \
                    port:py${python.version}-setuptools
}
