# -*- 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.8.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  ed55cfb9f6e5a6d5df4a3c330c041554191af315 \
                    sha256  b4496f147a7b79440242496889a734179795df345b57d5aa406a09c90572dba1 \
                    size    201854

python.versions     313 314
python.pep517_backend hatch

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