From 03b886d30ab7b1388d7b52ffbf6da9c44bf972ec Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Fri, 29 Mar 2019 06:37:34 +0000 Subject: [PATCH] Mark BROKEN: installs in examples namespace --- net/py-tweepy/Makefile | 2 ++ textproc/py-orange3-text/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/net/py-tweepy/Makefile b/net/py-tweepy/Makefile index 49afffb1ea44..38c7ba76e072 100644 --- a/net/py-tweepy/Makefile +++ b/net/py-tweepy/Makefile @@ -12,6 +12,8 @@ COMMENT= Twitter API library for Python LICENSE= MIT +BROKEN= installs in examples namespace + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.4.3:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.4.1:www/py-requests-oauthlib@${PY_FLAVOR} \ diff --git a/textproc/py-orange3-text/Makefile b/textproc/py-orange3-text/Makefile index 38b5b17eaea9..b254ee8f4e9a 100644 --- a/textproc/py-orange3-text/Makefile +++ b/textproc/py-orange3-text/Makefile @@ -11,6 +11,8 @@ COMMENT= Text Mining add-on for Orange3 LICENSE= AGPLv3 +BROKEN= installs in examples namespace + RUN_DEPENDS= orange3>0:misc/orange3 \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \