pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-multipledispatch



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul 24 18:57:50 UTC 2023

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

Log Message:
py-multipledispatch: does not support Python 2


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-multipledispatch/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-multipledispatch/Makefile
diff -u pkgsrc/devel/py-multipledispatch/Makefile:1.7 pkgsrc/devel/py-multipledispatch/Makefile:1.8
--- pkgsrc/devel/py-multipledispatch/Makefile:1.7       Fri Jul 21 07:56:10 2023
+++ pkgsrc/devel/py-multipledispatch/Makefile   Mon Jul 24 18:57:50 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2023/07/21 07:56:10 adam Exp $
+# $NetBSD: Makefile,v 1.8 2023/07/24 18:57:50 wiz Exp $
 
 DISTNAME=      multipledispatch-1.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,5 +12,7 @@ LICENSE=      modified-bsd
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index