From owner-svn-ports-all@freebsd.org Sun Jul 26 07:16:30 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 27ED337EF29; Sun, 26 Jul 2020 07:16:30 +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 4BDvPV00xsz4C4L; Sun, 26 Jul 2020 07:16:30 +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 D379690AA; Sun, 26 Jul 2020 07:16:29 +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 06Q7GTtU017819; Sun, 26 Jul 2020 07:16:29 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06Q7GSoH017811; Sun, 26 Jul 2020 07:16:28 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202007260716.06Q7GSoH017811@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 26 Jul 2020 07:16:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543439 - in head: cad/py-lcapy devel/py-pycodeexport finance/py-quantecon math/py-pyneqsys math/py-pyodesys math/py-pysym math/py-sympy math/py-yt X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: cad/py-lcapy devel/py-pycodeexport finance/py-quantecon math/py-pyneqsys math/py-pyodesys math/py-pysym math/py-sympy math/py-yt X-SVN-Commit-Revision: 543439 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: Sun, 26 Jul 2020 07:16:30 -0000 Author: antoine Date: Sun Jul 26 07:16:27 2020 New Revision: 543439 URL: https://svnweb.freebsd.org/changeset/ports/543439 Log: sympy-1.6 is no longer compatible with python 2.7 Reported by: pkg-fallout Modified: head/cad/py-lcapy/Makefile head/devel/py-pycodeexport/Makefile head/finance/py-quantecon/Makefile head/math/py-pyneqsys/Makefile head/math/py-pyodesys/Makefile head/math/py-pysym/Makefile head/math/py-sympy/Makefile head/math/py-yt/Makefile Modified: head/cad/py-lcapy/Makefile ============================================================================== --- head/cad/py-lcapy/Makefile Sun Jul 26 06:55:10 2020 (r543438) +++ head/cad/py-lcapy/Makefile Sun Jul 26 07:16:27 2020 (r543439) @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sy ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= distutils concurrent autoplist USE_GITHUB= yes GH_ACCOUNT= mph- Modified: head/devel/py-pycodeexport/Makefile ============================================================================== --- head/devel/py-pycodeexport/Makefile Sun Jul 26 06:55:10 2020 (r543438) +++ head/devel/py-pycodeexport/Makefile Sun Jul 26 07:16:27 2020 (r543439) @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mako>=1.0.0:textpr ${PYTHON_PKGNAMEPREFIX}pycompilation>=0.4.0:devel/py-pycompilation@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sympy>=0.7.5:math/py-sympy@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= distutils cython_run autoplist NO_ARCH= yes Modified: head/finance/py-quantecon/Makefile ============================================================================== --- head/finance/py-quantecon/Makefile Sun Jul 26 06:55:10 2020 (r543438) +++ head/finance/py-quantecon/Makefile Sun Jul 26 07:16:27 2020 (r543439) @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numba>=0.38:devel/ ${PYTHON_PKGNAMEPREFIX}scipy>=1.0.0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sympy>=0:math/py-sympy@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/math/py-pyneqsys/Makefile ============================================================================== --- head/math/py-pyneqsys/Makefile Sun Jul 26 06:55:10 2020 (r543438) +++ head/math/py-pyneqsys/Makefile Sun Jul 26 07:16:27 2020 (r543439) @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}sym>=0.3.1:math/py-sym@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sympy>=1.3:math/py-sympy@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= distutils autoplist NO_ARCH= yes Modified: head/math/py-pyodesys/Makefile ============================================================================== --- head/math/py-pyodesys/Makefile Sun Jul 26 06:55:10 2020 (r543438) +++ head/math/py-pyodesys/Makefile Sun Jul 26 07:16:27 2020 (r543439) @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}sympy>=1.1.1:math/py-sympy@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= distutils autoplist NO_ARCH= yes Modified: head/math/py-pysym/Makefile ============================================================================== --- head/math/py-pysym/Makefile Sun Jul 26 06:55:10 2020 (r543438) +++ head/math/py-pysym/Makefile Sun Jul 26 07:16:27 2020 (r543439) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sympy@${PY_FLAVOR} \ ${PYNUMPY} -USES= python +USES= python:3.5+ USE_PYTHON= distutils autoplist NO_ARCH= yes Modified: head/math/py-sympy/Makefile ============================================================================== --- head/math/py-sympy/Makefile Sun Jul 26 06:55:10 2020 (r543438) +++ head/math/py-sympy/Makefile Sun Jul 26 07:16:27 2020 (r543439) @@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mpmath>=0.19:math/py-mpmath@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Modified: head/math/py-yt/Makefile ============================================================================== --- head/math/py-yt/Makefile Sun Jul 26 06:55:10 2020 (r543438) +++ head/math/py-yt/Makefile Sun Jul 26 07:16:27 2020 (r543439) @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>=1.0:math/py ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.5.3:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ipython5>=1.0:devel/ipython5@${PY_FLAVOR} -USES= dos2unix localbase python +USES= dos2unix localbase python:3.5+ USE_PYTHON= distutils cython autoplist concurrent OPTIONS_DEFINE= EMBREE