# -*- 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           github 1.0
PortGroup           python 1.0

github.setup        firecat53 urlscan 1.0.7
revision            1
categories          mail python
platforms           {darwin any}
supported_archs     noarch
license             GPL-2
maintainers         {@ryanakca debian.org:rak} \
                    {@exprez135 ijams.me:nate} \
                    openmaintainer
description         extract and browse the URLs in an email
long_description    ${name} lets you easily browse URLs contained in an email\
                    and launch a web browser to view them. It is a replacement\
                    for the "urlview" program and integrates with the mutt MUA.

github.tarball_from archive

python.default_version 313
python.pep517_backend hatch

checksums           rmd160  a420b3334477e801631483db1a3fe1bed55af33c \
                    sha256  789704a00ccbd394ac677cd34f8c85f4b283ab8fb627c13113bf2c014d887f1a \
                    size    37514

patchfiles          fix-piping-error.diff

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

depends_lib-append  port:py${python.version}-urwid
