Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jan 2024 10:11:06 GMT
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4043e89ea779 - main - mail/py-imaplib2: Fix build with python-3.11
Message-ID:  <202401021011.402AB69w059387@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4043e89ea779ba1be56ceca7007bf1fc45b95d29

commit 4043e89ea779ba1be56ceca7007bf1fc45b95d29
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2024-01-02 10:06:47 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2024-01-02 10:10:37 +0000

    mail/py-imaplib2: Fix build with python-3.11
    
    PR:             276068
    Reported by:    wen@
    Approved by:    maintainer
---
 mail/py-imaplib2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail/py-imaplib2/Makefile b/mail/py-imaplib2/Makefile
index 3f7b58e1a396..f35861153325 100644
--- a/mail/py-imaplib2/Makefile
+++ b/mail/py-imaplib2/Makefile
@@ -11,7 +11,7 @@ WWW=		https://github.com/jazzband/imaplib2/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENCE
 
-USES=		pytest python:3.8-3.9
+USES=		pytest python
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401021011.402AB69w059387>