pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/py-imapclient



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Nov  1 20:54:11 UTC 2020

Added Files:
        pkgsrc/mail/py-imapclient: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/py-imapclient/DESCR \
    pkgsrc/mail/py-imapclient/Makefile pkgsrc/mail/py-imapclient/PLIST \
    pkgsrc/mail/py-imapclient/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/mail/py-imapclient/DESCR
diff -u /dev/null pkgsrc/mail/py-imapclient/DESCR:1.1
--- /dev/null   Sun Nov  1 20:54:11 2020
+++ pkgsrc/mail/py-imapclient/DESCR     Sun Nov  1 20:54:11 2020
@@ -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.
Index: pkgsrc/mail/py-imapclient/Makefile
diff -u /dev/null pkgsrc/mail/py-imapclient/Makefile:1.1
--- /dev/null   Sun Nov  1 20:54:11 2020
+++ pkgsrc/mail/py-imapclient/Makefile  Sun Nov  1 20:54:11 2020
@@ -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"
Index: pkgsrc/mail/py-imapclient/PLIST
diff -u /dev/null pkgsrc/mail/py-imapclient/PLIST:1.1
--- /dev/null   Sun Nov  1 20:54:11 2020
+++ pkgsrc/mail/py-imapclient/PLIST     Sun Nov  1 20:54:11 2020
@@ -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
Index: pkgsrc/mail/py-imapclient/distinfo
diff -u /dev/null pkgsrc/mail/py-imapclient/distinfo:1.1
--- /dev/null   Sun Nov  1 20:54:11 2020
+++ pkgsrc/mail/py-imapclient/distinfo  Sun Nov  1 20:54:11 2020
@@ -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