Date: Tue, 5 Dec 2017 02:59:01 +0000 (UTC) From: "Jason W. Bacon" <jwb@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455561 - head/biology/py-macs2 Message-ID: <201712050259.vB52x1am048154@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712050259.vB52x1am048154>