summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/py-cookies/DESCR4
-rw-r--r--www/py-cookies/Makefile4
2 files changed, 5 insertions, 3 deletions
diff --git a/www/py-cookies/DESCR b/www/py-cookies/DESCR
index 134bef17fe7..bcb4c9ef1da 100644
--- a/www/py-cookies/DESCR
+++ b/www/py-cookies/DESCR
@@ -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 --git a/www/py-cookies/Makefile b/www/py-cookies/Makefile
index ec1618eb543..70cec829795 100644
--- a/www/py-cookies/Makefile
+++ b/www/py-cookies/Makefile
@@ -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"