# -*- 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-hyperkitty
python.rootname     HyperKitty
version             1.3.5
revision            1

categories-append   mail
supported_archs     noarch
platforms           {darwin any}
license             GPL-3
maintainers         nomaintainer

python.versions     39 310

description         A web interface to access GNU Mailman v3 archives
long_description    HyperKitty is an open source Django application \
                    under development. It aims to provide a web \
                    interface to access GNU Mailman v3 archives.

homepage            https://gitlab.com/mailman/hyperkitty

checksums           rmd160  bdfc101a1d4962b40afcec758e2dec7c2decc961 \
                    sha256  8269222bca481dfb9b6dbc4d766fc3e8bda8ef6d85a6dc5880835874850e9f86 \
                    size    2488492

if {${name} ne ${subport}} {
    patchfiles      patch-setup.py.diff
}
