pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/biology/py-dnaio



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Apr 22 08:38:59 UTC 2021

Modified Files:
        pkgsrc/biology/py-dnaio: Makefile

Log Message:
py-dnaio: mark incompatible with python 2


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/biology/py-dnaio/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-dnaio/Makefile
diff -u pkgsrc/biology/py-dnaio/Makefile:1.2 pkgsrc/biology/py-dnaio/Makefile:1.3
--- pkgsrc/biology/py-dnaio/Makefile:1.2        Thu Mar  4 13:06:34 2021
+++ pkgsrc/biology/py-dnaio/Makefile    Thu Apr 22 08:38:59 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/03/04 13:06:34 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/04/22 08:38:59 nia Exp $
 
 DISTNAME=      dnaio-0.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,5 +12,8 @@ LICENSE=      mit
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 
+# "TypeError: 'encoding' is an invalid keyword argument for this function"
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index