aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-06-25 21:15:02 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-06-25 21:17:54 +0000
commitc63392d91639c8db23dcf4c24c08179b582f50b0 (patch)
treeef4b4330726ad96f1ab5af81554bf4cb0a86f4a1
parent82b534dccca2749a00192038fbaed1c53e761b2a (diff)
downloadports-c63392d91639c8db23dcf4c24c08179b582f50b0.tar.gz
ports-c63392d91639c8db23dcf4c24c08179b582f50b0.zip
deskutils/py-bugwarrior: Mark BROKEN for python39
- Remove version-spec PR: 261703 Reported by: exp-run
-rw-r--r--deskutils/py-bugwarrior/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/deskutils/py-bugwarrior/Makefile b/deskutils/py-bugwarrior/Makefile
index 35019dec3bb1..a81b3fcc4660 100644
--- a/deskutils/py-bugwarrior/Makefile
+++ b/deskutils/py-bugwarrior/Makefile
@@ -54,6 +54,10 @@ TRAC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}offtrac>0:devel/py-offtrac@${PY_FLAVOR
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR}
.endif
+.if ${PYTHON_REL} > 30900
+BROKEN= python-3.9 is not supported
+.endif
+
do-test:
${RM} ${WRKSRC}/tests/test_activecollab.py # Needs pandoc
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test