aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:21:25 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 15:21:25 +0000
commitfb79b44355c34071362e23293f133ef1521e4842 (patch)
tree83255eb4fa5148f3c42d74e0f484c74658ae8953
parent2be7f6da6db71f24b802af4f9806fa61e5424c5f (diff)
downloadports-fb79b44355c34071362e23293f133ef1521e4842.tar.gz
ports-fb79b44355c34071362e23293f133ef1521e4842.zip
mail/py-offlineimap3: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket) With hat: python
-rw-r--r--mail/py-offlineimap3/Makefile4
1 files 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