summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-11-25 13:31:34 +0000
committerwiz <wiz@pkgsrc.org>2022-11-25 13:31:34 +0000
commit315e6b86dc288f69d6109a06edc0224b94879572 (patch)
treebdb86c671094f96d860d1cbe92e8eb2cf197fcc1 /geography
parent9ed6f3786d76adc273d8c84bfbf896e1d11151b8 (diff)
downloadpkgsrc-315e6b86dc288f69d6109a06edc0224b94879572.tar.gz
*: mark py-sip and its users as not supporting Python 3.11
Consider switching to py-sip5 (or (unpackaged) py-sip6)
Diffstat (limited to 'geography')
-rw-r--r--geography/qgis/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/geography/qgis/Makefile b/geography/qgis/Makefile
index deb7b7b6381..b1c49172573 100644
--- a/geography/qgis/Makefile
+++ b/geography/qgis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.156 2022/11/23 00:57:21 gdt Exp $
+# $NetBSD: Makefile,v 1.157 2022/11/25 13:31:34 wiz Exp $
# This is intentionally 3.22 Long Term Release. Please do not update
# to later branches, and instead discuss whether/how we want multiple
@@ -63,6 +63,7 @@ CMAKE_ARGS+= -DWITH_INTERNAL_MARKUPSAFE=FALSE
.include "../../lang/python/application.mk"
PYTHON_VERSIONS_INCOMPATIBLE= 27 37 # py-gdal
+PYTHON_VERSIONS_INCOMPATIBLE+= 311 # py-sip
DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-psycopg2-[0-9]*:../../databases/py-psycopg2