Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2018 23:11:00 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459135 - head/math/py-sympy
Message-ID:  <201801152311.w0FNB0pn017887@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801152311.w0FNB0pn017887>