pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-websockets
Module Name: pkgsrc
Committed By: adam
Date: Fri Jul 6 08:04:22 UTC 2018
Modified Files:
pkgsrc/www/py-websockets: Makefile
Log Message:
Fix building with Python 3.7
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-websockets/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-websockets/Makefile
diff -u pkgsrc/www/py-websockets/Makefile:1.5 pkgsrc/www/py-websockets/Makefile:1.6
--- pkgsrc/www/py-websockets/Makefile:1.5 Mon Jun 18 10:46:26 2018
+++ pkgsrc/www/py-websockets/Makefile Fri Jul 6 08:04:21 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2018/06/18 10:46:26 adam Exp $
+# $NetBSD: Makefile,v 1.6 2018/07/06 08:04:21 adam Exp $
DISTNAME= websockets-5.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -19,7 +19,7 @@ PLIST_VARS+= py35 py36
.if !empty(_PYTHON_VERSION:M35)
PLIST.py35= yes
.endif
-.if !empty(_PYTHON_VERSION:M36)
+.if !empty(_PYTHON_VERSION:M3[67])
PLIST.py35= yes
PLIST.py36= yes
.endif
Home |
Main Index |
Thread Index |
Old Index