# -*- 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-django-mailman3
version             1.3.15
revision            0

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

description         Django library to help interaction with Mailman
long_description    This package contains libraries and templates for \
                    Django-based interfaces interacting with Mailman.

homepage            https://gitlab.com/mailman/django-mailman3

python.versions     310 311 312 313
python.pep517_backend pdm

distname            django_mailman3-${version}

checksums           rmd160  0e6b9f7ceb2865ffdfc440078cfa7f6e3c304c6d \
                    sha256  f9916b269cb9c5d5ba61d7bf5c4bf1a0037cf934907622343df8d9edb1c6d11b \
                    size    425173

if {${name} ne ${subport}} {
    depends_run-append \
                    port:py${python.version}-django \
                    port:py${python.version}-django-allauth \
                    port:py${python.version}-django-gravatar2 \
                    port:py${python.version}-mailmanclient
}
