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 Nov 14 13:32:32 UTC 2022

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

Log Message:
py-cookies: mark as not for python 3.11

(upstream looks rather dead, and there's no way to open tickets with them;
no users in pkgsrc; removal candidate?)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-cookies/DESCR
cvs rdiff -u -r1.2 -r1.3 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/DESCR
diff -u pkgsrc/www/py-cookies/DESCR:1.1 pkgsrc/www/py-cookies/DESCR:1.2
--- pkgsrc/www/py-cookies/DESCR:1.1     Fri Sep 29 14:33:38 2017
+++ pkgsrc/www/py-cookies/DESCR Mon Nov 14 13:32:32 2022
@@ -1,4 +1,4 @@
 cookies.py is a Python module for working with HTTP cookies: parsing and
-rendering ‘Cookie:’ request headers and ‘Set-Cookie:’ response headers,
+rendering 'Cookie:' request headers and 'Set-Cookie:' response headers,
 and exposing a convenient API for creating and modifying cookies. It can
-be used as a replacement of Python’s Cookie.py (aka http.cookies).
+be used as a replacement of Python's Cookie.py (aka http.cookies).

Index: pkgsrc/www/py-cookies/Makefile
diff -u pkgsrc/www/py-cookies/Makefile:1.2 pkgsrc/www/py-cookies/Makefile:1.3
--- pkgsrc/www/py-cookies/Makefile:1.2  Tue Jan  4 20:55:17 2022
+++ pkgsrc/www/py-cookies/Makefile      Mon Nov 14 13:32:32 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/01/04 20:55:17 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2022/11/14 13:32:32 wiz Exp $
 
 DISTNAME=      cookies-2.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,5 +13,7 @@ LICENSE=      mit
 
 USE_LANGUAGES=         # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  311
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index