# -*- 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-crashtest
version             0.3.1
platforms           darwin
license             MIT
supported_archs     noarch

maintainers         {@harens gmail.com:harensdeveloper} \
                    openmaintainer

description         Manage Python errors with ease
long_description    Crashtest is a Python library that makes \
                    exceptions handling and inspection easier.

homepage            https://github.com/sdispater/crashtest

checksums           rmd160 f420892af730f08358b111fa1d517deb3a6a0b0e \
                    sha256 42ca7b6ce88b6c7433e2ce47ea884e91ec93104a4b754998be498a8e6c3d37dd \
                    size   4333

python.versions     37 38 39

if {${name} ne ${subport}} {

    depends_build-append \
                    port:py${python.version}-setuptools

    livecheck.type  none
}
