Date: Fri, 29 Mar 2019 06:37:34 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497069 - in head: net/py-tweepy textproc/py-orange3-text Message-ID: <201903290637.x2T6bYUN094871@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903290637.x2T6bYUN094871>