Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jan 2024 10:11:07 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: 19fe9683f8da - main - mail/py-offlineimap3: Fix build with python-3.11
Message-ID:  <202401021011.402AB7O1059802@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=19fe9683f8da9c2b6d7c174bbcbd2546c7570ed3

commit 19fe9683f8da9c2b6d7c174bbcbd2546c7570ed3
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2024-01-02 10:08:25 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2024-01-02 10:10:37 +0000

    mail/py-offlineimap3: Fix build with python-3.11
    
    PR:             276067
    Reported by:    wen@
    Approved by:    maintainer
---
 mail/py-offlineimap3/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/mail/py-offlineimap3/Makefile b/mail/py-offlineimap3/Makefile
index 06697d2ae735..cc7cd1bd6631 100644
--- a/mail/py-offlineimap3/Makefile
+++ b/mail/py-offlineimap3/Makefile
@@ -25,9 +25,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>=2020.6.20:security/py-certifi@${PY_
 		${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}urllib3>=1.25.9:net/py-urllib3@${PY_FLAVOR}
 
-# Upstream doesn't have exact version currently only able to test up to 3.9 since
-# imaplib2 is 3.6-3.9.
-USES=		pytest python:3.8-3.9
+USES=		pytest python
 
 # Project is currently not publishing to pypi sdist.  pypi/naming status:
 # https://github.com/OfflineIMAP/offlineimap3/issues/111



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