Created attachment 232143 [details] New port mail/py-imaplib2 New port mail/py-imaplib2 threaded IMAP4 python client. Needed for mail/py-offlineimap3 portlint: ok. looks fine. testport: ok. 13amd64.
Review at. https://reviews.freebsd.org/D34390
Created attachment 232565 [details] mail/py-imaplib2 threaded IMAP4 python client. Update commit and rebased on main Changes since init. bug: - Added tests - Pinned python versions to 3.6-3.9 matching upstream. Waiting for 3.10 change. - Added missing tests file to ${FILESDIR} until added to sdist. testport: ok. looks fine. porttest: ok. 13amd64. unittest: ok. 2 passed in 0.02 seconds.
Comment on attachment 232565 [details] mail/py-imaplib2 threaded IMAP4 python client. obsolete by review
Created attachment 235736 [details] Upload latest patch from review
Created attachment 237447 [details] Update WWW to Makefile Update from review.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d7dae55775cc194a78e021b72da3a4348f9dbfab commit d7dae55775cc194a78e021b72da3a4348f9dbfab Author: Derek Schrock <dereks@lifeofadishwasher.com> AuthorDate: 2022-12-27 14:49:19 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2022-12-27 14:49:19 +0000 mail/py-imaplib2: Threaded Python IMAP4 client (new port) Based on RFC 3501 and original imaplib module. This is a version of imaplib that uses threads to allow full use of the IMAP4 concurrency features, and to de-couple a user of imaplib from i/o lags, except where explicitly allowed. PR: 262232 Author: Derek Schrock <dereks@lifeofadishwasher.com> Differential Revision: https://reviews.freebsd.org/D34390 mail/Makefile | 1 + mail/py-imaplib2/Makefile (new) | 25 +++++++++++++++++++++++++ mail/py-imaplib2/distinfo (new) | 3 +++ mail/py-imaplib2/files/test_imports.py (new) | 8 ++++++++ mail/py-imaplib2/pkg-descr (new) | 5 +++++ 5 files changed, 42 insertions(+)
Committed, thanks!