From 9ac1b25248b04998d7bc5d45e07566ad32b9764d Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 17 Sep 2019 09:38:18 +0000 Subject: [PATCH] - Add NO_ARCH - Update WWW - Whitespace fixes Approved by: portmgr blanket --- mail/py-aiosmtpd/Makefile | 1 + mail/py-aiosmtpd/pkg-descr | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/mail/py-aiosmtpd/Makefile b/mail/py-aiosmtpd/Makefile index 1db09dd9f74b..f9b7fce884af 100644 --- a/mail/py-aiosmtpd/Makefile +++ b/mail/py-aiosmtpd/Makefile @@ -16,5 +16,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atpublic>=0:devel/py-atpublic@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= autoplist distutils +NO_ARCH= yes .include diff --git a/mail/py-aiosmtpd/pkg-descr b/mail/py-aiosmtpd/pkg-descr index faf36308c034..f0a54e94ae5d 100644 --- a/mail/py-aiosmtpd/pkg-descr +++ b/mail/py-aiosmtpd/pkg-descr @@ -1,5 +1,5 @@ -This is a server for SMTP and related protocols, similar in utility to the -standard library's smtpd.py module, but rewritten to be based on asyncio for +This is a server for SMTP and related protocols, similar in utility to the +standard library's smtpd.py module, but rewritten to be based on asyncio for Python 3. -WWW: http://aiosmtpd.readthedocs.io +WWW: https://aiosmtpd.readthedocs.io/