head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2026.06.22.09.50.20;	author wiz;	state Exp;
branches;
next	;
commitid	Gc1hA7XA7YSXgMKG;


desc
@@


1.1
log
@mail/py-imaplib2: import py-imaplib2-3.6

imaplib2 is a threaded Python IMAP4 client.

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.
@
text
@# $NetBSD$

DISTNAME=	imaplib2-3.6
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	mail python
MASTER_SITES=	${MASTER_SITE_PYPI:=i/imaplib2/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/jazzband/imaplib2/
COMMENT=	Threaded Python IMAP4 client
LICENSE=	mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools

USE_LANGUAGES=	# none

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
@
