pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-pysaml2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug 29 14:09:27 UTC 2023

Modified Files:
        pkgsrc/www/py-pysaml2: Makefile

Log Message:
py-pysaml2: restrict to supported Python versions


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-pysaml2/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-pysaml2/Makefile
diff -u pkgsrc/www/py-pysaml2/Makefile:1.1 pkgsrc/www/py-pysaml2/Makefile:1.2
--- pkgsrc/www/py-pysaml2/Makefile:1.1  Tue Aug 29 14:04:20 2023
+++ pkgsrc/www/py-pysaml2/Makefile      Tue Aug 29 14:09:27 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/08/29 14:04:20 manu Exp $
+# $NetBSD: Makefile,v 1.2 2023/08/29 14:09:27 wiz Exp $
 
 DISTNAME=      pysaml2-7.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -22,5 +22,7 @@ DEPENDS+=     ${PYPKGPREFIX}-six-[0-9]*:../.
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index