Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 170AD84EA6 for ; Sun, 5 Nov 2023 11:49:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 20Qv3rB6TIFl for ; Sun, 5 Nov 2023 11:49:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 61BE284D17 for ; Sun, 5 Nov 2023 11:49:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5450FFA2C; Sun, 5 Nov 2023 11:49:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169918495084050" MIME-Version: 1.0 Date: Sun, 5 Nov 2023 11:49:10 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/geography/py-geojson To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231105114910.5450FFA2C@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169918495084050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_169918495084050 Content-Disposition: inline Content-Length: 724 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_169918495084050--