pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-typing devel/py-typing: Make this incompatibl...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f85ab549ff45
branches: trunk
changeset: 371624:f85ab549ff45
user: minskim <minskim%pkgsrc.org@localhost>
date: Wed Nov 15 23:07:47 2017 +0000
description:
devel/py-typing: Make this incompatible with python35
The typing module was introduced in Python 3.5.
diffstat:
devel/py-typing/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9b583146b4eb -r f85ab549ff45 devel/py-typing/Makefile
--- a/devel/py-typing/Makefile Wed Nov 15 22:20:43 2017 +0000
+++ b/devel/py-typing/Makefile Wed Nov 15 23:07:47 2017 +0000
@@ -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 @@
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