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:   joerg
Date:           Sat Jul  1 22:13:55 UTC 2017

Modified Files:
        pkgsrc/www/py-websockets: Makefile PLIST

Log Message:
Deal with PLIST differences for Python 3.4.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-websockets/Makefile \
    pkgsrc/www/py-websockets/PLIST

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.1 pkgsrc/www/py-websockets/Makefile:1.2
--- pkgsrc/www/py-websockets/Makefile:1.1       Sat Jun 24 07:30:18 2017
+++ pkgsrc/www/py-websockets/Makefile   Sat Jul  1 22:13:55 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/06/24 07:30:18 adam Exp $
+# $NetBSD: Makefile,v 1.2 2017/07/01 22:13:55 joerg Exp $
 
 DISTNAME=      websockets-3.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,4 +13,11 @@ LICENSE=     modified-bsd
 PYTHON_VERSIONS_ACCEPTED=      36 35 34
 
 .include "../../lang/python/egg.mk"
+
+PLIST_VARS+=   py35p
+
+.if empty(_PYTHON_VERSION:M34*)
+PLIST.py35p=                           yes
+.endif
+
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-websockets/PLIST
diff -u pkgsrc/www/py-websockets/PLIST:1.1 pkgsrc/www/py-websockets/PLIST:1.2
--- pkgsrc/www/py-websockets/PLIST:1.1  Sat Jun 24 07:30:18 2017
+++ pkgsrc/www/py-websockets/PLIST      Sat Jul  1 22:13:55 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/06/24 07:30:18 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/07/01 22:13:55 joerg Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -28,15 +28,15 @@ ${PYSITELIB}/websockets/http.pyo
 ${PYSITELIB}/websockets/protocol.py
 ${PYSITELIB}/websockets/protocol.pyc
 ${PYSITELIB}/websockets/protocol.pyo
-${PYSITELIB}/websockets/py35/__init__.py
-${PYSITELIB}/websockets/py35/__init__.pyc
-${PYSITELIB}/websockets/py35/__init__.pyo
-${PYSITELIB}/websockets/py35/client.py
-${PYSITELIB}/websockets/py35/client.pyc
-${PYSITELIB}/websockets/py35/client.pyo
-${PYSITELIB}/websockets/py35/client_server.py
-${PYSITELIB}/websockets/py35/client_server.pyc
-${PYSITELIB}/websockets/py35/client_server.pyo
+${PLIST.py35p}${PYSITELIB}/websockets/py35/__init__.py
+${PLIST.py35p}${PYSITELIB}/websockets/py35/__init__.pyc
+${PLIST.py35p}${PYSITELIB}/websockets/py35/__init__.pyo
+${PLIST.py35p}${PYSITELIB}/websockets/py35/client.py
+${PLIST.py35p}${PYSITELIB}/websockets/py35/client.pyc
+${PLIST.py35p}${PYSITELIB}/websockets/py35/client.pyo
+${PLIST.py35p}${PYSITELIB}/websockets/py35/client_server.py
+${PLIST.py35p}${PYSITELIB}/websockets/py35/client_server.pyc
+${PLIST.py35p}${PYSITELIB}/websockets/py35/client_server.pyo
 ${PYSITELIB}/websockets/server.py
 ${PYSITELIB}/websockets/server.pyc
 ${PYSITELIB}/websockets/server.pyo



Home | Main Index | Thread Index | Old Index