mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
* Removes patch that has now been upstreamed. See: https://github.com/firecat53/urlscan/issues/155
34 lines
1.2 KiB
Tcl
34 lines
1.2 KiB
Tcl
# -*- 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.9
|
|
revision 0
|
|
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 314
|
|
python.pep517_backend hatch
|
|
|
|
checksums rmd160 cfd58d2f2b9a4bc1135969754333f2e22b8d1f74 \
|
|
sha256 24ec5d86a32abc960e183afbaad7ae6dbb5333b09a18a9406a3f73fb6bd7d6f9 \
|
|
size 37889
|
|
|
|
depends_build-append \
|
|
port:py${python.version}-hatch-vcs
|
|
|
|
depends_lib-append port:py${python.version}-urwid
|