pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-xmm7360



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Dec 30 12:32:41 UTC 2020

Modified Files:
        pkgsrc/net/py-xmm7360: Makefile

Log Message:
py-xmm7360: Convert to PYTHON_VERSIONS_INCOMPATIBLE


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/py-xmm7360/Makefile

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

Modified files:

Index: pkgsrc/net/py-xmm7360/Makefile
diff -u pkgsrc/net/py-xmm7360/Makefile:1.1 pkgsrc/net/py-xmm7360/Makefile:1.2
--- pkgsrc/net/py-xmm7360/Makefile:1.1  Mon Jul 27 14:11:16 2020
+++ pkgsrc/net/py-xmm7360/Makefile      Wed Dec 30 12:32:41 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/07/27 14:11:16 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2020/12/30 12:32:41 nia Exp $
 
 DISTNAME=      xmm7360-0.20200727
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -21,7 +21,7 @@ DEPENDS+=     ${PYPKGPREFIX}-configargparse>
 NO_BUILD=       yes
 XMM_DIR=       ${PYSITELIB}/xmm7360
 
-PYTHON_VERSIONS_ACCEPTED=       37 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 36
 REPLACE_PYTHON=                 rpc/open_xdatachannel.py rpc/rpc.py
 INSTALLATION_DIRS+=             bin ${XMM_DIR}
 PY_PATCHPLIST=                  yes



Home | Main Index | Thread Index | Old Index