pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/py-pypika
Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct  9 10:56:26 UTC 2025
Modified Files:
        pkgsrc/databases/py-pypika: Makefile
Log Message:
py-pypika: mark as not for Python 3.14
link to upstream bug report
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/databases/py-pypika/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/py-pypika/Makefile
diff -u pkgsrc/databases/py-pypika/Makefile:1.29 pkgsrc/databases/py-pypika/Makefile:1.30
--- pkgsrc/databases/py-pypika/Makefile:1.29    Mon Apr 14 11:31:12 2025
+++ pkgsrc/databases/py-pypika/Makefile Thu Oct  9 10:56:26 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2025/04/14 11:31:12 adam Exp $
+# $NetBSD: Makefile,v 1.30 2025/10/09 10:56:26 wiz Exp $
 
 DISTNAME=      PyPika-0.48.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -15,6 +15,9 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 
 CONFLICTS=     py[0-9]*-pypika-tortoise-[0-9]*
 
+# ast.Str, see https://github.com/kayak/pypika/issues/847
+PYTHON_VERSIONS_INCOMPATIBLE+= 314
+
 USE_LANGUAGES= # none
 
 WHEEL_NAME=    ${DISTNAME:tl}
Home |
Main Index |
Thread Index |
Old Index