git: 72923f58ba52 - main - biology/py-dna-features-viewer: Add missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Feb 2022 15:12:41 UTC
The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=72923f58ba52b846c681aa7262eb161b6152b062 commit 72923f58ba52b846c681aa7262eb161b6152b062 Author: Jason W. Bacon <jwb@FreeBSD.org> AuthorDate: 2022-02-12 15:11:33 +0000 Commit: Jason W. Bacon <jwb@FreeBSD.org> CommitDate: 2022-02-12 15:12:39 +0000 biology/py-dna-features-viewer: Add missing dependency py-packaging not mentioned in setup.py, but runtime errors thrown without it. --- biology/py-dna-features-viewer/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/biology/py-dna-features-viewer/Makefile b/biology/py-dna-features-viewer/Makefile index 68b76e64e69a..4df57a7218ec 100644 --- a/biology/py-dna-features-viewer/Makefile +++ b/biology/py-dna-features-viewer/Makefile @@ -1,6 +1,6 @@ PORTNAME= dna-features-viewer DISTVERSION= 3.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,8 @@ 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}bcbio-gff>0:biology/py-bcbio-gff@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}bcbio-gff>0:biology/py-bcbio-gff@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils