pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/biology/py-dna-features-viewer
Module Name: pkgsrc
Committed By: wiz
Date: Sun Nov 5 20:00:41 UTC 2023
Modified Files:
pkgsrc/biology/py-dna-features-viewer: Makefile
Log Message:
Do not continue DEPENDS lines.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/biology/py-dna-features-viewer/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/biology/py-dna-features-viewer/Makefile
diff -u pkgsrc/biology/py-dna-features-viewer/Makefile:1.1 pkgsrc/biology/py-dna-features-viewer/Makefile:1.2
--- pkgsrc/biology/py-dna-features-viewer/Makefile:1.1 Sun Nov 5 17:54:43 2023
+++ pkgsrc/biology/py-dna-features-viewer/Makefile Sun Nov 5 20:00:41 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/11/05 17:54:43 bacon Exp $
+# $NetBSD: Makefile,v 1.2 2023/11/05 20:00:41 wiz Exp $
DISTNAME= dna_features_viewer-3.1.3
PKGNAME= ${PYPKGPREFIX}-dna-features-viewer-3.1.3
@@ -10,10 +10,10 @@ HOMEPAGE= https://pypi.python.org/projec
COMMENT= Python library to visualize DNA features, e.g. GenBank or Gff files
LICENSE= mit
-DEPENDS= ${PYPKGPREFIX}-matplotlib>=3:../../graphics/py-matplotlib \
- ${PYPKGPREFIX}-biopython>0:../../biology/py-biopython \
- ${PYPKGPREFIX}-bcbio-gff>0:../../biology/py-bcbio-gff \
- ${PYPKGPREFIX}-packaging>0:../../devel/py-packaging
+DEPENDS+= ${PYPKGPREFIX}-matplotlib>=3:../../graphics/py-matplotlib
+DEPENDS+= ${PYPKGPREFIX}-biopython>0:../../biology/py-biopython
+DEPENDS+= ${PYPKGPREFIX}-bcbio-gff>0:../../biology/py-bcbio-gff
+DEPENDS+= ${PYPKGPREFIX}-packaging>0:../../devel/py-packaging
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index