svn commit: r459135 - head/math/py-sympy

Yuri Victorovich yuri at FreeBSD.org
Mon Jan 15 23:11:01 UTC 2018


Author: yuri
Date: Mon Jan 15 23:11:00 2018
New Revision: 459135
URL: https://svnweb.freebsd.org/changeset/ports/459135

Log:
  math/py-sympy: Added USE_PYTHON=concurrent; Added NO_ARCH=yes
  
  PR:		225127
  Submitted by:	myself
  Approved by:	tcberner (mentor), wen (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D13895

Modified:
  head/math/py-sympy/Makefile

Modified: head/math/py-sympy/Makefile
==============================================================================
--- head/math/py-sympy/Makefile	Mon Jan 15 23:01:07 2018	(r459134)
+++ head/math/py-sympy/Makefile	Mon Jan 15 23:11:00 2018	(r459135)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sympy
 PORTVERSION=	1.1.1
+PORTREVISION=	1
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,8 @@ LICENSE=	BSD3CLAUSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mpmath>=0.19:math/py-mpmath@${FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	distutils concurrent autoplist
+NO_ARCH=	yes
 
 OPTIONS_DEFINE=	PYGLET
 PYGLET_DESC=	Enable plotting support


More information about the svn-ports-all mailing list