Files
ports/mail/py-mailsuite/Makefile
T
Goran Mekić f181420d0d mail/py-mailsuite: Update 1.11.1 => 1.11.2
Changelog:
https://github.com/seanthegeek/mailsuite/blob/master/CHANGELOG.md#1112

PR:		294387
Reported by:	Goran Mekić <meka@tilda.center> (maintainer)
Approved by:	osa (mentor)
2026-04-11 00:45:56 +03:00

28 lines
845 B
Makefile

PORTNAME= mailsuite
DISTVERSION= 1.11.2
CATEGORIES= mail python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= meka@tilda.center
COMMENT= Python package to simplify receiving, parsing, and sending email
WWW= https://github.com/seanthegeek/mailsuite
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=2.0.0:dns/py-dnspython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}html2text>=2020.1.16:textproc/py-html2text@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}imapclient>=2.1.0:mail/py-imapclient@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mail-parser>=3.14.0:mail/py-mail-parser@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}publicsuffix2>=2.20190812:dns/py-publicsuffix2@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
post-patch:
${RM} ${WRKSRC}/pyproject.toml
.include <bsd.port.mk>