pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-typing



Module Name:    pkgsrc
Committed By:   minskim
Date:           Wed Nov 15 23:07:47 UTC 2017

Modified Files:
        pkgsrc/devel/py-typing: Makefile

Log Message:
devel/py-typing: Make this incompatible with python35

The typing module was introduced in Python 3.5.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-typing/Makefile

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

Modified files:

Index: pkgsrc/devel/py-typing/Makefile
diff -u pkgsrc/devel/py-typing/Makefile:1.3 pkgsrc/devel/py-typing/Makefile:1.4
--- pkgsrc/devel/py-typing/Makefile:1.3 Sat Aug 19 14:01:17 2017
+++ pkgsrc/devel/py-typing/Makefile     Wed Nov 15 23:07:47 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/08/19 14:01:17 adam Exp $
+# $NetBSD: Makefile,v 1.4 2017/11/15 23:07:47 minskim Exp $
 
 DISTNAME=      typing-3.6.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@ LICENSE=      python-software-foundation
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  36      # introduced in Python 3.6
+PYTHON_VERSIONS_INCOMPATIBLE=  35 36   # introduced in Python 3.5
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index