# -*- 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.7.2
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  bb2b1049cfebc4e963ebdcaa1a9631680905a21d \
                    sha256  5be5bbc1f0fa0f8b60aca6ceec07845d41d0c475cf445bfadb4d2c45ec397ea3 \
                    size    201430

python.versions     313
python.pep517_backend hatch

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