diff options
author | joerg <joerg@pkgsrc.org> | 2020-11-01 20:54:11 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2020-11-01 20:54:11 +0000 |
commit | 4d278936a958e04f8f43f815f289edb48505d221 (patch) | |
tree | 14827a3322ec287631990b917f0cd5e7cbe32832 /mail | |
parent | 9136f6ad589cef6dbbd5f58aac67a3863215b201 (diff) | |
download | pkgsrc-4d278936a958e04f8f43f815f289edb48505d221.tar.gz |
Add py-imapclient-2.1.0:
IMAPClient is an easy-to-use, Pythonic and complete IMAP client library
on top of the standard library.
- Arguments and return values are natural Python types.
- IMAP server responses are fully parsed and readily usable.
- IMAP unique message IDs (UIDs) are handled transparently.
- Internationalised mailbox names are transparently handled.
- Time zones are correctly handled.
- Convenience methods are provided for commonly used functionality.
- Exceptions are raised when errors occur.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/py-imapclient/DESCR | 10 | ||||
-rw-r--r-- | mail/py-imapclient/Makefile | 20 | ||||
-rw-r--r-- | mail/py-imapclient/PLIST | 54 | ||||
-rw-r--r-- | mail/py-imapclient/distinfo | 6 |
4 files changed, 90 insertions, 0 deletions
diff --git a/mail/py-imapclient/DESCR b/mail/py-imapclient/DESCR new file mode 100644 index 00000000000..7e9fde4d373 --- /dev/null +++ b/mail/py-imapclient/DESCR @@ -0,0 +1,10 @@ +IMAPClient is an easy-to-use, Pythonic and complete IMAP client library +on top of the standard library. + +- Arguments and return values are natural Python types. +- IMAP server responses are fully parsed and readily usable. +- IMAP unique message IDs (UIDs) are handled transparently. +- Internationalised mailbox names are transparently handled. +- Time zones are correctly handled. +- Convenience methods are provided for commonly used functionality. +- Exceptions are raised when errors occur. diff --git a/mail/py-imapclient/Makefile b/mail/py-imapclient/Makefile new file mode 100644 index 00000000000..a26ff808ad9 --- /dev/null +++ b/mail/py-imapclient/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2020/11/01 20:54:11 joerg Exp $ + +DISTNAME= IMAPClient-2.1.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +CATEGORIES= mail python +MASTER_SITES= ${MASTER_SITE_GITHUB:=mjs/} +GITHUB_PROJECT= imapclient +GITHUB_TAG= ${PKGVERSION_NOREV} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/mjs/imapclient/ +COMMENT= Convience IMAP client for Python +LICENSE= modified-bsd + +DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/py-imapclient/PLIST b/mail/py-imapclient/PLIST new file mode 100644 index 00000000000..2c6403a68b8 --- /dev/null +++ b/mail/py-imapclient/PLIST @@ -0,0 +1,54 @@ +@comment $NetBSD: PLIST,v 1.1 2020/11/01 20:54:11 joerg Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/imapclient/__init__.py +${PYSITELIB}/imapclient/__init__.pyc +${PYSITELIB}/imapclient/__init__.pyo +${PYSITELIB}/imapclient/config.py +${PYSITELIB}/imapclient/config.pyc +${PYSITELIB}/imapclient/config.pyo +${PYSITELIB}/imapclient/datetime_util.py +${PYSITELIB}/imapclient/datetime_util.pyc +${PYSITELIB}/imapclient/datetime_util.pyo +${PYSITELIB}/imapclient/exceptions.py +${PYSITELIB}/imapclient/exceptions.pyc +${PYSITELIB}/imapclient/exceptions.pyo +${PYSITELIB}/imapclient/fixed_offset.py +${PYSITELIB}/imapclient/fixed_offset.pyc +${PYSITELIB}/imapclient/fixed_offset.pyo +${PYSITELIB}/imapclient/imap4.py +${PYSITELIB}/imapclient/imap4.pyc +${PYSITELIB}/imapclient/imap4.pyo +${PYSITELIB}/imapclient/imap_utf7.py +${PYSITELIB}/imapclient/imap_utf7.pyc +${PYSITELIB}/imapclient/imap_utf7.pyo +${PYSITELIB}/imapclient/imapclient.py +${PYSITELIB}/imapclient/imapclient.pyc +${PYSITELIB}/imapclient/imapclient.pyo +${PYSITELIB}/imapclient/interact.py +${PYSITELIB}/imapclient/interact.pyc +${PYSITELIB}/imapclient/interact.pyo +${PYSITELIB}/imapclient/response_lexer.py +${PYSITELIB}/imapclient/response_lexer.pyc +${PYSITELIB}/imapclient/response_lexer.pyo +${PYSITELIB}/imapclient/response_parser.py +${PYSITELIB}/imapclient/response_parser.pyc +${PYSITELIB}/imapclient/response_parser.pyo +${PYSITELIB}/imapclient/response_types.py +${PYSITELIB}/imapclient/response_types.pyc +${PYSITELIB}/imapclient/response_types.pyo +${PYSITELIB}/imapclient/testable_imapclient.py +${PYSITELIB}/imapclient/testable_imapclient.pyc +${PYSITELIB}/imapclient/testable_imapclient.pyo +${PYSITELIB}/imapclient/tls.py +${PYSITELIB}/imapclient/tls.pyc +${PYSITELIB}/imapclient/tls.pyo +${PYSITELIB}/imapclient/util.py +${PYSITELIB}/imapclient/util.pyc +${PYSITELIB}/imapclient/util.pyo +${PYSITELIB}/imapclient/version.py +${PYSITELIB}/imapclient/version.pyc +${PYSITELIB}/imapclient/version.pyo diff --git a/mail/py-imapclient/distinfo b/mail/py-imapclient/distinfo new file mode 100644 index 00000000000..17026e2e0e3 --- /dev/null +++ b/mail/py-imapclient/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/11/01 20:54:11 joerg Exp $ + +SHA1 (IMAPClient-2.1.0.tar.gz) = 73f5b01aeb48ecc1b96bd5625778eb42ab3e40df +RMD160 (IMAPClient-2.1.0.tar.gz) = b4bd5962eeed982f07e3f40539125f906c283a4d +SHA512 (IMAPClient-2.1.0.tar.gz) = 57e5824504f2667cf41ac4983130e16a5ea73ea37f29cdb16295eb725b56eda55db26a12e380acb579ef6b8540d38ae6badac5dd5b644d4419cbe9151f634e70 +Size (IMAPClient-2.1.0.tar.gz) = 85925 bytes |