pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-flask-session



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep  1 17:15:49 UTC 2022

Modified Files:
        pkgsrc/www/py-flask-session: Makefile

Log Message:
py-flask-session: mark as not for python 2


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-flask-session/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-flask-session/Makefile
diff -u pkgsrc/www/py-flask-session/Makefile:1.1 pkgsrc/www/py-flask-session/Makefile:1.2
--- pkgsrc/www/py-flask-session/Makefile:1.1    Thu Sep  1 11:39:51 2022
+++ pkgsrc/www/py-flask-session/Makefile        Thu Sep  1 17:15:49 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/09/01 11:39:51 markd Exp $
+# $NetBSD: Makefile,v 1.2 2022/09/01 17:15:49 wiz Exp $
 
 DISTNAME=      Flask-Session-0.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,5 +15,7 @@ DEPENDS+=     ${PYPKGPREFIX}-cachelib-[0-9]*
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index