pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-cookies



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov  5 20:21:52 UTC 2023

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

Log Message:
py-cookies: not for Python 3.12


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-cookies/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-cookies/Makefile
diff -u pkgsrc/www/py-cookies/Makefile:1.3 pkgsrc/www/py-cookies/Makefile:1.4
--- pkgsrc/www/py-cookies/Makefile:1.3  Mon Nov 14 13:32:32 2022
+++ pkgsrc/www/py-cookies/Makefile      Sun Nov  5 20:21:52 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/11/14 13:32:32 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2023/11/05 20:21:52 wiz Exp $
 
 DISTNAME=      cookies-2.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,7 +13,7 @@ LICENSE=      mit
 
 USE_LANGUAGES=         # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  311
+PYTHON_VERSIONS_INCOMPATIBLE=  311 312
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index