pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-cookies py-cookies: mark as not for python 3.11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19064be3bcc7
branches:  trunk
changeset: 388141:19064be3bcc7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 14 13:32:32 2022 +0000

description:
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?)

diffstat:

 www/py-cookies/DESCR    |  4 ++--
 www/py-cookies/Makefile |  4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8159a3de9dd7 -r 19064be3bcc7 www/py-cookies/DESCR
--- a/www/py-cookies/DESCR      Mon Nov 14 13:25:07 2022 +0000
+++ b/www/py-cookies/DESCR      Mon Nov 14 13:32:32 2022 +0000
@@ -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).
diff -r 8159a3de9dd7 -r 19064be3bcc7 www/py-cookies/Makefile
--- a/www/py-cookies/Makefile   Mon Nov 14 13:25:07 2022 +0000
+++ b/www/py-cookies/Makefile   Mon Nov 14 13:32:32 2022 +0000
@@ -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 @@
 
 USE_LANGUAGES=         # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  311
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index