git: ce6eaa8e39be - main - biology/peak-classifier: Clean up USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Apr 2024 00:46:23 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ce6eaa8e39be2859ced7f67fc01062e4e50992be commit ce6eaa8e39be2859ced7f67fc01062e4e50992be Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-05 00:43:40 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-05 00:43:40 +0000 biology/peak-classifier: Clean up USES=python - Fix d6b521a455883ea2b387fb9cf61637ea879b746c - Reapply 1d86601d3200c531e7fcd174cdd1feaf6d616518 USES=python means USES=python:3.8+ now. 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 57ff12184d4e..fc7ddb9226a8 100644 --- a/biology/peak-classifier/Makefile +++ b/biology/peak-classifier/Makefile @@ -15,7 +15,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