pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-parse_type



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 11 17:27:08 UTC 2021

Modified Files:
        pkgsrc/textproc/py-parse_type: Makefile

Log Message:
py-parse_type: mark as incompatible with Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-parse_type/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-parse_type/Makefile
diff -u pkgsrc/textproc/py-parse_type/Makefile:1.2 pkgsrc/textproc/py-parse_type/Makefile:1.3
--- pkgsrc/textproc/py-parse_type/Makefile:1.2  Tue Aug 13 11:00:35 2019
+++ pkgsrc/textproc/py-parse_type/Makefile      Mon Oct 11 17:27:08 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/08/13 11:00:35 adam Exp $
+# $NetBSD: Makefile,v 1.3 2021/10/11 17:27:08 adam Exp $
 
 DISTNAME=      parse_type-0.5.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,5 +15,7 @@ DEPENDS+=     ${PYPKGPREFIX}-six>=1.11:../..
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-parse
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index