pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/py-geojson
Module Name: pkgsrc
Committed By: wiz
Date: Thu Oct 9 11:15:34 UTC 2025
Modified Files:
pkgsrc/geography/py-geojson: Makefile
Log Message:
py-geojson: mark as not for Python 3.14
"Sorry, only Python 3.7 - 3.13 are supported at this time."
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/geography/py-geojson/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/geography/py-geojson/Makefile
diff -u pkgsrc/geography/py-geojson/Makefile:1.22 pkgsrc/geography/py-geojson/Makefile:1.23
--- pkgsrc/geography/py-geojson/Makefile:1.22 Wed Apr 16 14:38:57 2025
+++ pkgsrc/geography/py-geojson/Makefile Thu Oct 9 11:15:34 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2025/04/16 14:38:57 adam Exp $
+# $NetBSD: Makefile,v 1.23 2025/10/09 11:15:34 wiz Exp $
DISTNAME= geojson-3.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -15,5 +15,8 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools
USE_LANGUAGES= # none
+# as of 3.2.0: "Sorry, only Python 3.7 - 3.13 are supported at this time."
+PYTHON_VERSIONS_INCOMPATIBLE= 314
+
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index