From owner-svn-ports-all@freebsd.org Tue Oct 20 07:02:58 2020 Return-Path: Delivered-To: svn-ports-all@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 A956C447644; Tue, 20 Oct 2020 07:02:58 +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 4CFl2B3xzpz3cGk; Tue, 20 Oct 2020 07:02:58 +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 6AB2510FD2; Tue, 20 Oct 2020 07:02:58 +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 09K72wOF068006; Tue, 20 Oct 2020 07:02:58 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09K72vfS068001; Tue, 20 Oct 2020 07:02:57 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202010200702.09K72vfS068001@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 20 Oct 2020 07:02:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552800 - in head: devel/py-apptools devel/py-envisage devel/py-pyface graphics/py-traitsui science/py-scimath X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: devel/py-apptools devel/py-envisage devel/py-pyface graphics/py-traitsui science/py-scimath X-SVN-Commit-Revision: 552800 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.33 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: Tue, 20 Oct 2020 07:02:58 -0000 Author: antoine Date: Tue Oct 20 07:02:56 2020 New Revision: 552800 URL: https://svnweb.freebsd.org/changeset/ports/552800 Log: Unbreak bulk -a Modified: head/devel/py-apptools/Makefile head/devel/py-envisage/Makefile head/devel/py-pyface/Makefile head/graphics/py-traitsui/Makefile head/science/py-scimath/Makefile Modified: head/devel/py-apptools/Makefile ============================================================================== --- head/devel/py-apptools/Makefile Tue Oct 20 06:54:22 2020 (r552799) +++ head/devel/py-apptools/Makefile Tue Oct 20 07:02:56 2020 (r552800) @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traitsui>=0:graphi ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} # The requirements are defined in apptools/__init__.py -USES= python +USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes Modified: head/devel/py-envisage/Makefile ============================================================================== --- head/devel/py-envisage/Makefile Tue Oct 20 06:54:22 2020 (r552799) +++ head/devel/py-envisage/Makefile Tue Oct 20 07:02:56 2020 (r552800) @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apptools>0:devel/p ${PYTHON_PKGNAMEPREFIX}traits>=4.5.0:devel/py-traits@${PY_FLAVOR} # Above requirements are defined in setup.py -USES= python +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/devel/py-pyface/Makefile ============================================================================== --- head/devel/py-pyface/Makefile Tue Oct 20 06:54:22 2020 (r552799) +++ head/devel/py-pyface/Makefile Tue Oct 20 07:02:56 2020 (r552800) @@ -26,7 +26,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-m ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \ ${PY_PYGMENTS} -USES= python +USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes Modified: head/graphics/py-traitsui/Makefile ============================================================================== --- head/graphics/py-traitsui/Makefile Tue Oct 20 06:54:22 2020 (r552799) +++ head/graphics/py-traitsui/Makefile Tue Oct 20 07:02:56 2020 (r552800) @@ -32,7 +32,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-n py27_TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} # Those requirements (except for pip + coverage) were extracted from etstool.py -USES= python +USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes Modified: head/science/py-scimath/Makefile ============================================================================== --- head/science/py-scimath/Makefile Tue Oct 20 06:54:22 2020 (r552799) +++ head/science/py-scimath/Makefile Tue Oct 20 07:02:56 2020 (r552800) @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traits>=0:devel/ ${PYTHON_PKGNAMEPREFIX}numpy>=0:math/py-numpy@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python +USES= python:3.6+ USE_PYTHON= distutils autoplist .include