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

Antoine Brodin antoine at FreeBSD.org
Sun Jul 26 07:16:30 UTC 2020


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


More information about the svn-ports-all mailing list