Browse Source

biology/peak-classifier: Clean up USES=python

- Fix d6b521a455
- Reapply 1d86601d32

USES=python means USES=python:3.8+ now.

Approved by:	portmgr (blanket)
With hat:	python
overlay
Po-Chuan Hsieh 1 year ago
parent
commit
ce6eaa8e39
No known key found for this signature in database GPG Key ID: 9A4BD10F002DD04B
  1. 2
      biology/peak-classifier/Makefile

2
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

Loading…
Cancel
Save