From owner-svn-ports-all@freebsd.org Sat Dec 2 09:22:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9F80DF8FC6; Sat, 2 Dec 2017 09:22:03 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BDBE967716; Sat, 2 Dec 2017 09:22:03 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vB29M2Eg063924; Sat, 2 Dec 2017 09:22:02 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB29M2mS063919; Sat, 2 Dec 2017 09:22:02 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201712020922.vB29M2mS063919@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 2 Dec 2017 09:22:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455337 - in head: deskutils/gourmet devel/py-jupyter_core devel/py-spyder math/py-yt security/py-rekall X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: deskutils/gourmet devel/py-jupyter_core devel/py-spyder math/py-yt security/py-rekall X-SVN-Commit-Revision: 455337 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2017 09:22:04 -0000 Author: antoine Date: Sat Dec 2 09:22:02 2017 New Revision: 455337 URL: https://svnweb.freebsd.org/changeset/ports/455337 Log: Explicitely pass ipython FLAVOR in a few ports Modified: head/deskutils/gourmet/Makefile head/devel/py-jupyter_core/Makefile head/devel/py-spyder/Makefile head/math/py-yt/Makefile head/security/py-rekall/Makefile Modified: head/deskutils/gourmet/Makefile ============================================================================== --- head/deskutils/gourmet/Makefile Sat Dec 2 09:00:24 2017 (r455336) +++ head/deskutils/gourmet/Makefile Sat Dec 2 09:22:02 2017 (r455337) @@ -25,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databas OPTIONS_DEFINE= IPYTHON IPYTHON_DESC= Interactive shell support -IPYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>0:devel/ipython +IPYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>0:devel/ipython@${FLAVOR} USES= gettext python:-2.7 USE_GNOME= intltool pygnome2 pygtk2 Modified: head/devel/py-jupyter_core/Makefile ============================================================================== --- head/devel/py-jupyter_core/Makefile Sat Dec 2 09:00:24 2017 (r455336) +++ head/devel/py-jupyter_core/Makefile Sat Dec 2 09:22:02 2017 (r455337) @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.md RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traitlets>=0:devel/py-traitlets@${FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=0:devel/ipython \ +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=0:devel/ipython@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}testpath>=0:devel/py-testpath@${FLAVOR} Modified: head/devel/py-spyder/Makefile ============================================================================== --- head/devel/py-spyder/Makefile Sat Dec 2 09:00:24 2017 (r455336) +++ head/devel/py-spyder/Makefile Sat Dec 2 09:22:02 2017 (r455337) @@ -49,7 +49,7 @@ SPHINX_DESC= Rich text help on the Object Inspector SYMPY_DESC= Symbolic mathematics in the IPython Console DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0.6:textproc/py-sphinx@${FLAVOR} -IPYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=1.0:devel/ipython \ +IPYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=1.0:devel/ipython@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyzmq>=2.1.11:net/py-pyzmq@${FLAVOR} JEDI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jedi>=0.8.1:devel/py-jedi@${FLAVOR} MATPLOT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.0:math/py-matplotlib@${FLAVOR} Modified: head/math/py-yt/Makefile ============================================================================== --- head/math/py-yt/Makefile Sat Dec 2 09:00:24 2017 (r455336) +++ head/math/py-yt/Makefile Sat Dec 2 09:22:02 2017 (r455337) @@ -19,7 +19,7 @@ RUN_DEPENDS= isympy:math/py-sympy@${FLAVOR} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pyembree>0:graphics/py-pyembree@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.5.3:math/py-matplotlib@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ipython>=1.0:devel/ipython + ${PYTHON_PKGNAMEPREFIX}ipython>=1.0:devel/ipython@${FLAVOR} LIB_DEPENDS= libembree.so:graphics/embree \ libomp.so:devel/openmp Modified: head/security/py-rekall/Makefile ============================================================================== --- head/security/py-rekall/Makefile Sat Dec 2 09:00:24 2017 (r455336) +++ head/security/py-rekall/Makefile Sat Dec 2 09:22:02 2017 (r455337) @@ -13,7 +13,7 @@ COMMENT= Memory forensics analysis framework LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rekall-core>=1.5.0.p:security/py-rekall-core@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ipython>=5.0.0:devel/ipython + ${PYTHON_PKGNAMEPREFIX}ipython>=5.0.0:devel/ipython@${FLAVOR} NO_ARCH= yes USES= python:2.7 zip