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: Mon Oct 14 08:16:22 UTC 2024
Modified Files:
pkgsrc/www/py-cookies: Makefile
Log Message:
py-cookies: not for Python 3.13
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/www/py-cookies/Makefile:1.5
--- pkgsrc/www/py-cookies/Makefile:1.4 Sun Nov 5 20:21:52 2023
+++ pkgsrc/www/py-cookies/Makefile Mon Oct 14 08:16:22 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/11/05 20:21:52 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2024/10/14 08:16:22 wiz Exp $
DISTNAME= cookies-2.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -13,7 +13,7 @@ LICENSE= mit
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 311 312
+PYTHON_VERSIONS_INCOMPATIBLE= 311 312 313
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index