freebsd-ports/mail/py-imapclient/Makefile
Goran Mekić 2bbee7cdd7 mail/py-imapclient: Update version 3.0.0=>3.0.1
Changelog: https://github.com/mjs/imapclient/releases/tag/3.0.1

PR:		275490
Approved by:	submitter is maintainer
2023-12-07 06:12:49 +01:00

22 lines
523 B
Makefile

PORTNAME= imapclient
DISTVERSION= 3.0.1
CATEGORIES= mail python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= IMAPClient-${PORTVERSION}
MAINTAINER= meka@tilda.center
COMMENT= Easy to use, Pythonic and complete IMAP client library
WWW= https://github.com/mjs/imapclient
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
USES= python zip
USE_PYTHON= autoplist concurrent distutils pytest
NO_ARCH= yes
.include <bsd.port.mk>