pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-WebOb



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Oct 12 08:13:13 UTC 2024

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

Log Message:
ipy-WebOb: add comment that it doesn't support Python 3.13

link to upstream bug report


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/py-WebOb/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-WebOb/Makefile
diff -u pkgsrc/www/py-WebOb/Makefile:1.17 pkgsrc/www/py-WebOb/Makefile:1.18
--- pkgsrc/www/py-WebOb/Makefile:1.17   Mon Aug 19 21:09:45 2024
+++ pkgsrc/www/py-WebOb/Makefile        Sat Oct 12 08:13:13 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2024/08/19 21:09:45 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2024/10/12 08:13:13 wiz Exp $
 
 DISTNAME=      webob-1.8.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/webob/WebOb/}
@@ -19,6 +19,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-xdist
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
+# doesn't really support Python 3.13
+# https://github.com/Pylons/webob/issues/437
 
 WHEEL_NAME=    ${DISTNAME:S/webob/WebOb/}
 



Home | Main Index | Thread Index | Old Index