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:
parent
b8b8100a11
commit
b0a4599116
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=459135
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue