Date: Wed, 6 Sep 2023 20:53:57 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1d86601d3200 - main - biology/peak-classifier: Clean up USES=python Message-ID: <202309062053.386Krv3F021406@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1d86601d3200c531e7fcd174cdd1feaf6d616518 commit 1d86601d3200c531e7fcd174cdd1feaf6d616518 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-06 20:50:36 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-06 20:50:36 +0000 biology/peak-classifier: Clean up USES=python Approved by: portmgr (blanket) With hat: python --- biology/peak-classifier/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biology/peak-classifier/Makefile b/biology/peak-classifier/Makefile index 86ad01ad42c6..b20940224986 100644 --- a/biology/peak-classifier/Makefile +++ b/biology/peak-classifier/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libxtend.so:devel/libxtend libbiolibc.so:biology/biolibc RUN_DEPENDS= bedtools:biology/bedtools \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} -USES= localbase python:3.7+ shebangfix +USES= localbase python shebangfix USE_GITHUB= yes GH_ACCOUNT= auerlab
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309062053.386Krv3F021406>