aboutsummaryrefslogtreecommitdiff
path: root/biology/py-macs2
diff options
context:
space:
mode:
authorJason W. Bacon <jwb@FreeBSD.org>2017-12-05 02:59:01 +0000
committerJason W. Bacon <jwb@FreeBSD.org>2017-12-05 02:59:01 +0000
commite1cf50b763e2ae4d5f22f93c6b55de4dc7b29465 (patch)
tree20955adac1ad48bcf2f4b53c90141364ac49afc9 /biology/py-macs2
parent4343a2a85f730c5ae17078d7d2d8ebec60b581e5 (diff)
downloadports-e1cf50b763e2ae4d5f22f93c6b55de4dc7b29465.tar.gz
ports-e1cf50b763e2ae4d5f22f93c6b55de4dc7b29465.zip
biology/py-macs2: Restrict to python 2.7.
Use ${PYNUMPY} per mat suggestion. Approved by: jrm Differential Revision: https://reviews.freebsd.org/D13350
Notes
Notes: svn path=/head/; revision=455561
Diffstat (limited to 'biology/py-macs2')
-rw-r--r--biology/py-macs2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/py-macs2/Makefile b/biology/py-macs2/Makefile
index 5fd3fa1567ae..82180b830d11 100644
--- a/biology/py-macs2/Makefile
+++ b/biology/py-macs2/Makefile
@@ -11,9 +11,9 @@ COMMENT= Analysis of chromatin immunoprecipitation (ChIP) sequences
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYNUMPY}
-USES= python
+USES= python:2.7
USE_PYTHON= autoplist concurrent cython distutils
USE_GITHUB= yes