pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/py-imapclient Add py-imapclient-2.1.0:
details: https://anonhg.NetBSD.org/pkgsrc/rev/40297fb61a7d
branches: trunk
changeset: 441353:40297fb61a7d
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Nov 01 20:54:11 2020 +0000
description:
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:
mail/py-imapclient/DESCR | 10 ++++++++
mail/py-imapclient/Makefile | 20 ++++++++++++++++
mail/py-imapclient/PLIST | 54 +++++++++++++++++++++++++++++++++++++++++++++
mail/py-imapclient/distinfo | 6 +++++
4 files changed, 90 insertions(+), 0 deletions(-)
diffs (106 lines):
diff -r f3a87255aab1 -r 40297fb61a7d mail/py-imapclient/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/py-imapclient/DESCR Sun Nov 01 20:54:11 2020 +0000
@@ -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 -r f3a87255aab1 -r 40297fb61a7d mail/py-imapclient/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/py-imapclient/Makefile Sun Nov 01 20:54:11 2020 +0000
@@ -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@localhost
+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 -r f3a87255aab1 -r 40297fb61a7d mail/py-imapclient/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/py-imapclient/PLIST Sun Nov 01 20:54:11 2020 +0000
@@ -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 -r f3a87255aab1 -r 40297fb61a7d mail/py-imapclient/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/py-imapclient/distinfo Sun Nov 01 20:54:11 2020 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index