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:           Sun Nov  5 11:49:10 UTC 2023

Modified Files:
        pkgsrc/geography/py-geojson: Makefile

Log Message:
py-geojson: current release does not support Python 3.12, next one will


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 pkgsrc/geography/py-geojson/Makefile:1.18
--- pkgsrc/geography/py-geojson/Makefile:1.17   Sat Sep  2 13:47:00 2023
+++ pkgsrc/geography/py-geojson/Makefile        Sun Nov  5 11:49:10 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2023/09/02 13:47:00 kleink Exp $
+# $NetBSD: Makefile,v 1.18 2023/11/05 11:49:10 wiz Exp $
 
 DISTNAME=      geojson-3.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/jazzband/ge
 COMMENT=       Python bindings and utlities for GeoJSON
 LICENSE=       modified-bsd
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 312
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index