svn commit: r455561 - head/biology/py-macs2

Jason W. Bacon jwb at FreeBSD.org
Tue Dec 5 02:59:02 UTC 2017


Author: jwb
Date: Tue Dec  5 02:59:01 2017
New Revision: 455561
URL: https://svnweb.freebsd.org/changeset/ports/455561

Log:
  biology/py-macs2: Restrict to python 2.7.
  Use ${PYNUMPY} per mat suggestion.
  
  Approved by:    jrm
  Differential Revision:  https://reviews.freebsd.org/D13350

Modified:
  head/biology/py-macs2/Makefile

Modified: head/biology/py-macs2/Makefile
==============================================================================
--- head/biology/py-macs2/Makefile	Tue Dec  5 02:09:22 2017	(r455560)
+++ head/biology/py-macs2/Makefile	Tue Dec  5 02:59:01 2017	(r455561)
@@ -11,9 +11,9 @@ COMMENT=	Analysis of chromatin immunoprecipitation (Ch
 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


More information about the svn-ports-head mailing list