svn commit: r497069 - in head: net/py-tweepy textproc/py-orange3-text

Antoine Brodin antoine at FreeBSD.org
Fri Mar 29 06:37:36 UTC 2019


Author: antoine
Date: Fri Mar 29 06:37:34 2019
New Revision: 497069
URL: https://svnweb.freebsd.org/changeset/ports/497069

Log:
  Mark BROKEN: installs in examples namespace

Modified:
  head/net/py-tweepy/Makefile
  head/textproc/py-orange3-text/Makefile

Modified: head/net/py-tweepy/Makefile
==============================================================================
--- head/net/py-tweepy/Makefile	Fri Mar 29 05:58:56 2019	(r497068)
+++ head/net/py-tweepy/Makefile	Fri Mar 29 06:37:34 2019	(r497069)
@@ -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} \

Modified: head/textproc/py-orange3-text/Makefile
==============================================================================
--- head/textproc/py-orange3-text/Makefile	Fri Mar 29 05:58:56 2019	(r497068)
+++ head/textproc/py-orange3-text/Makefile	Fri Mar 29 06:37:34 2019	(r497069)
@@ -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} \


More information about the svn-ports-all mailing list