aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-Fay.ORG>2024-01-15 10:15:53 +0000
committerJoel Bodenmann <jbo@FreeBSD.org>2024-02-26 02:49:21 +0000
commitdad16f56cc7ecb434effae46d050cc900046b969 (patch)
tree5e945a382265a7a256f49648a98bac94eddbbeb8
parent3142406a4a3d60c448ec2e4b86dd4f0ab32a043f (diff)
downloadports-dad16f56cc7ecb434effae46d050cc900046b969.tar.gz
ports-dad16f56cc7ecb434effae46d050cc900046b969.zip
net-im/toot: Mark as BROKEN since devel/py-urwid is broken
PR: 276347 Reviewed by: kevans Approved by: tcberner (mentor, implicit)
-rw-r--r--net-im/toot/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/toot/Makefile b/net-im/toot/Makefile
index b0a25676c9fa..fdd132c026d7 100644
--- a/net-im/toot/Makefile
+++ b/net-im/toot/Makefile
@@ -10,6 +10,8 @@ WWW= https://github.com/ihabunek/toot
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN= does not run with current devel/py-urwid (PR 274411)
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.5.0:www/py-beautifulsoup@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}click>=8.1:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.13:www/py-requests@${PY_FLAVOR} \