# -*- 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-flufl.bounce
version             4.0
categories-append   devel mail
supported_archs     noarch
platforms           {darwin any}
license             Apache-2

python.versions     39

maintainers         nomaintainer

description         Email bounce detectors.
long_description    The flufl.bounce library provides a set of heuristics \
                    and an API for detecting the original bouncing \
                    email addresses from a bounce message. Many \
                    formats found in the wild are supported, as are \
                    VERP and RFC 3464 (DSN).

homepage            https://fluflbounce.readthedocs.io/en/latest/

checksums           rmd160  a1031f784c0dfe9962be09147d08483dd5b0ac94 \
                    sha256  25504aeb976ec0fe5a19cd6c413a3410cb514fdcdbdca9f9b5d8d343a8603831 \
                    size    108623

if {${name} ne ${subport}} {
    depends_run-append \
                    port:py${python.version}-atpublic \
                    port:py${python.version}-zopeinterface
}
