From owner-svn-ports-head@freebsd.org Mon Sep 7 17:13:11 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 65EB33D0587; Mon, 7 Sep 2020 17:13:11 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BlZc723Wbz4QSr; Mon, 7 Sep 2020 17:13:11 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 29E8C22C2C; Mon, 7 Sep 2020 17:13:11 +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 087HDBvT040271; Mon, 7 Sep 2020 17:13:11 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 087HDAKG040265; Mon, 7 Sep 2020 17:13:10 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202009071713.087HDAKG040265@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 7 Sep 2020 17:13:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547910 - in head: deskutils/py-bugwarrior devel/ipython5 devel/py-ipdb devel/py-jira devel/py-jupyter_core X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: deskutils/py-bugwarrior devel/ipython5 devel/py-ipdb devel/py-jira devel/py-jupyter_core X-SVN-Commit-Revision: 547910 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Sep 2020 17:13:11 -0000 Author: antoine Date: Mon Sep 7 17:13:09 2020 New Revision: 547910 URL: https://svnweb.freebsd.org/changeset/ports/547910 Log: Fix bulk -a Modified: head/deskutils/py-bugwarrior/Makefile head/devel/ipython5/Makefile head/devel/py-ipdb/Makefile head/devel/py-jira/Makefile head/devel/py-jupyter_core/Makefile Modified: head/deskutils/py-bugwarrior/Makefile ============================================================================== --- head/deskutils/py-bugwarrior/Makefile Mon Sep 7 17:02:45 2020 (r547909) +++ head/deskutils/py-bugwarrior/Makefile Mon Sep 7 17:13:09 2020 (r547910) @@ -30,7 +30,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-m ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}responses>0:devel/py-responses@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils OPTIONS_GROUP= GENERAL SERVICES Modified: head/devel/ipython5/Makefile ============================================================================== --- head/devel/ipython5/Makefile Mon Sep 7 17:02:45 2020 (r547909) +++ head/devel/ipython5/Makefile Mon Sep 7 17:13:09 2020 (r547910) @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py ${PYTHON_PKGNAMEPREFIX}simplegeneric>0.8:devel/py-simplegeneric@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>=4.2:devel/py-traitlets@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils USE_GCC= yes # To be removed - Needed as a work-around for numpy, see PR ports/188114 Modified: head/devel/py-ipdb/Makefile ============================================================================== --- head/devel/py-ipdb/Makefile Mon Sep 7 17:02:45 2020 (r547909) +++ head/devel/py-ipdb/Makefile Mon Sep 7 17:13:09 2020 (r547910) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython5>=5.1.0:devel/ipython5@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/devel/py-jira/Makefile ============================================================================== --- head/devel/py-jira/Makefile Mon Sep 7 17:02:45 2020 (r547909) +++ head/devel/py-jira/Makefile Mon Sep 7 17:13:09 2020 (r547910) @@ -25,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.9:devel/py- TEST_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ ${RUN_DEPENDS} -USES= python +USES= python:3.5+ USE_PYTHON= autoplist distutils OPTIONS_DEFINE= MAGIC PARALLEL SHELL TESTS Modified: head/devel/py-jupyter_core/Makefile ============================================================================== --- head/devel/py-jupyter_core/Makefile Mon Sep 7 17:02:45 2020 (r547909) +++ head/devel/py-jupyter_core/Makefile Mon Sep 7 17:13:09 2020 (r547910) @@ -17,7 +17,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=0:devel/ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes