git: fb79b44355c3 - main - mail/py-offlineimap3: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 15:24:11 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fb79b44355c34071362e23293f133ef1521e4842 commit fb79b44355c34071362e23293f133ef1521e4842 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 15:21:25 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 15:21:25 +0000 mail/py-offlineimap3: Convert to USE_PYTHON=pytest Approved by: portmgr (blanket) With hat: python --- mail/py-offlineimap3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/py-offlineimap3/Makefile b/mail/py-offlineimap3/Makefile index 458540931af6..7e930727c8fd 100644 --- a/mail/py-offlineimap3/Makefile +++ b/mail/py-offlineimap3/Makefile @@ -26,7 +26,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} -USES= pytest python +USES= python # Project is currently not publishing to pypi sdist. pypi/naming status: # https://github.com/OfflineIMAP/offlineimap3/issues/111 @@ -34,7 +34,7 @@ USE_GITHUB= yes GH_ACCOUNT= OfflineIMAP GH_TAGNAME= 253f97a3e947 -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent distutils pytest CONFLICTS_INSTALL= mail/py-offlineimap