Files
Renee Otten 1890a09395 py-mailmanclient: update to 3.3.5
- drop py39, add py31[1-3] subports
2025-06-05 13:31:30 -04:00

32 lines
1010 B
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 python 1.0
name py-mailmanclient
version 3.3.5
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 https://www.list.org/
python.versions 310 311 312 313
checksums rmd160 62c06fe3c3e01d6eff2bd48c513163c182816132 \
sha256 63581c604ca7eac021489c15aacca06a4958eb76f66574c6fab05eac654dd857 \
size 89608
if {${name} ne ${subport}} {
depends_run-append \
port:py${python.version}-requests
}