git: 1d86601d3200 - main - biology/peak-classifier: Clean up USES=python

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 06 Sep 2023 20:53:57 UTC
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