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:   jperkin
Date:           Mon Nov  6 20:05:34 UTC 2023

Modified Files:
        pkgsrc/biology/py-dna-features-viewer: Makefile

Log Message:
py-dna-features-viewer: Fix PYTHON_VERSIONS_INCOMPATIBLE.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/biology/py-dna-features-viewer/Makefile:1.3
--- pkgsrc/biology/py-dna-features-viewer/Makefile:1.2  Sun Nov  5 20:00:41 2023
+++ pkgsrc/biology/py-dna-features-viewer/Makefile      Mon Nov  6 20:05:34 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/11/05 20:00:41 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2023/11/06 20:05:34 jperkin Exp $
 
 DISTNAME=      dna_features_viewer-3.1.3
 PKGNAME=       ${PYPKGPREFIX}-dna-features-viewer-3.1.3
@@ -15,5 +15,7 @@ DEPENDS+=     ${PYPKGPREFIX}-biopython>0:../
 DEPENDS+=      ${PYPKGPREFIX}-bcbio-gff>0:../../biology/py-bcbio-gff
 DEPENDS+=      ${PYPKGPREFIX}-packaging>0:../../devel/py-packaging
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index