# -*- 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-mailmanclient version 3.3.3 revision 0 categories python mail supported_archs noarch platforms {darwin any} license GPL-3 maintainers nomaintainer description Python bindings for Mailman REST API long_description The mailmanclient library provides official \ Python bindings for the GNU Mailman 3 REST API. homepage http://www.list.org/ python.versions 38 39 310 checksums rmd160 0782fe37b64d71cf6fb524393ea60e6f2bd1ac2e \ sha256 92fe624675e41f41f59de1208e0125dfaa8d062bbe6138bd7cd79e4dd0b6f85e \ size 90137 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-setuptools depends_run-append \ port:py${python.version}-requests livecheck.type none }