git: 0939abbdf631 - main - biology/py-dna-features-viewer: Add py-bcbio-gff dep
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Feb 2022 20:12:36 UTC
The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=0939abbdf6313af011b2003e8872650e5e5eb1f3 commit 0939abbdf6313af011b2003e8872650e5e5eb1f3 Author: Jason W. Bacon <jwb@FreeBSD.org> AuthorDate: 2022-02-03 20:11:38 +0000 Commit: Jason W. Bacon <jwb@FreeBSD.org> CommitDate: 2022-02-03 20:11:38 +0000 biology/py-dna-features-viewer: Add py-bcbio-gff dep Needed to automatically extract features from GFF files --- biology/py-dna-features-viewer/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/biology/py-dna-features-viewer/Makefile b/biology/py-dna-features-viewer/Makefile index 7ea1d63d46e6..68b76e64e69a 100644 --- a/biology/py-dna-features-viewer/Makefile +++ b/biology/py-dna-features-viewer/Makefile @@ -1,5 +1,6 @@ PORTNAME= dna-features-viewer DISTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= biology python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=3:math/py-matplotlib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}biopython>0:biology/py-biopython@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}biopython>0:biology/py-biopython@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}bcbio-gff>0:biology/py-bcbio-gff@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils