From owner-svn-ports-all@freebsd.org Fri Aug 9 18:34:48 2019 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 94FB4CE9D0; Fri, 9 Aug 2019 18:34:48 +0000 (UTC) (envelope-from sunpoet@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) server-signature RSA-PSS (4096 bits) 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 464v6c3F5Cz3N3d; Fri, 9 Aug 2019 18:34:48 +0000 (UTC) (envelope-from sunpoet@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 5157C19D5F; Fri, 9 Aug 2019 18:34:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x79IYm7Q072321; Fri, 9 Aug 2019 18:34:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x79IYlaQ072316; Fri, 9 Aug 2019 18:34:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908091834.x79IYlaQ072316@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 9 Aug 2019 18:34:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508460 - in head: devel/py-mypy devel/thonny science/py-chainer science/py-chainer-chemistry science/py-onnx X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head: devel/py-mypy devel/thonny science/py-chainer science/py-chainer-chemistry science/py-onnx X-SVN-Commit-Revision: 508460 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.29 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: Fri, 09 Aug 2019 18:34:48 -0000 Author: sunpoet Date: Fri Aug 9 18:34:46 2019 New Revision: 508460 URL: https://svnweb.freebsd.org/changeset/ports/508460 Log: Revert r508450 r508454 has fixed the problem (bulk -a with BUILD_ALL_PYTHON_FLAVORS). Modified: head/devel/py-mypy/Makefile head/devel/thonny/Makefile head/science/py-chainer-chemistry/Makefile head/science/py-chainer/Makefile head/science/py-onnx/Makefile Modified: head/devel/py-mypy/Makefile ============================================================================== --- head/devel/py-mypy/Makefile Fri Aug 9 17:23:29 2019 (r508459) +++ head/devel/py-mypy/Makefile Fri Aug 9 18:34:46 2019 (r508460) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mypy_extensions>=0 ${PYTHON_PKGNAMEPREFIX}typed-ast>=1.4.0<1.5.0:devel/py-typed-ast@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.5-3.6 shebangfix +USES= python:3.5+ shebangfix USE_PYTHON= autoplist distutils NO_ARCH= yes Modified: head/devel/thonny/Makefile ============================================================================== --- head/devel/thonny/Makefile Fri Aug 9 17:23:29 2019 (r508459) +++ head/devel/thonny/Makefile Fri Aug 9 18:34:46 2019 (r508460) @@ -21,7 +21,7 @@ RUN_DEPENDS= pylint:devel/pylint \ ${PYTHON_PKGNAMEPREFIX}pyperclip>=1.5.27:devel/py-pyperclip@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}serial>=3.2.1:comms/py-serial@${PY_FLAVOR} -USES= python:3.5-3.6 +USES= python:3.5+ USE_PYTHON= autoplist distutils .include Modified: head/science/py-chainer-chemistry/Makefile ============================================================================== --- head/science/py-chainer-chemistry/Makefile Fri Aug 9 17:23:29 2019 (r508459) +++ head/science/py-chainer-chemistry/Makefile Fri Aug 9 18:34:46 2019 (r508460) @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scikit-learn>0:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} -USES= python:-3.6 +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Modified: head/science/py-chainer/Makefile ============================================================================== --- head/science/py-chainer/Makefile Fri Aug 9 17:23:29 2019 (r508459) +++ head/science/py-chainer/Makefile Fri Aug 9 18:34:46 2019 (r508460) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PY_TYPING} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:-3.6 +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes Modified: head/science/py-onnx/Makefile ============================================================================== --- head/science/py-onnx/Makefile Fri Aug 9 17:23:29 2019 (r508459) +++ head/science/py-onnx/Makefile Fri Aug 9 18:34:46 2019 (r508460) @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PY_TYPING} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:-3.6 +USES= python USE_PYTHON= distutils concurrent autoplist BINARY_ALIAS= python=${PYTHON_CMD}