You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
1890a09395
- drop py39, add py31[1-3] subports
32 lines
1010 B
Tcl
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
|
|
}
|