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
This commit is contained in:
Yuri Victorovich 2018-01-15 23:11:00 +00:00
parent b8b8100a11
commit b0a4599116
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=459135

View file

@ -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