# -*- 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-aiosmtpd version 1.4.2 categories-append devel supported_archs noarch platforms {darwin any} license Apache-2 python.versions 38 39 maintainers {danchr @danchr} openmaintainer description Reimplementation of the Python stdlib smtpd.py based on asyncio long_description An asyncio based implementation of a server for \ RFC 5321 - Simple Mail Transfer Protocol (SMTP) \ and RFC 2033 - Local Mail Transfer Protocol \ (LMTP). It is derived from Python 3’s smtpd.py \ standard library module, and provides both a \ command line interface and an API for use in \ testing applications that send email. homepage http://aiosmtpd.readthedocs.io checksums rmd160 57e208c9d265ef8938218a4b7b2217ed5a6981af \ sha256 aa891d010d2097274189078c6ce2a59a167f3fb2e974e028b572a61e92e1549c \ size 140630 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append \ port:py${python.version}-atpublic livecheck.type none }