Received: by mail.netbsd.org (Postfix, from userid 605) id 43DD484D79; Sat, 6 Mar 2021 16:00:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7D0B084D75 for ; Sat, 6 Mar 2021 16:00:18 +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 9uIk1kAE3G2Z for ; Sat, 6 Mar 2021 16:00:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 13F4184CF1 for ; Sat, 6 Mar 2021 16:00:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0D00FFA95; Sat, 6 Mar 2021 16:00:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161504641819140" MIME-Version: 1.0 Date: Sat, 6 Mar 2021 16:00:18 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/geography/py-proj To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20210306160018.0D00FFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161504641819140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Sat Mar 6 16:00:17 UTC 2021 Modified Files: pkgsrc/geography/py-proj: Makefile Log Message: geography/py-proj: Add comment about why no update to 3 py-proj 3 depends on proj 7, and we don't have that yet. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/geography/py-proj/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161504641819140 Content-Disposition: inline Content-Length: 613 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/py-proj/Makefile diff -u pkgsrc/geography/py-proj/Makefile:1.26 pkgsrc/geography/py-proj/Makefile:1.27 --- pkgsrc/geography/py-proj/Makefile:1.26 Thu Nov 5 09:08:17 2020 +++ pkgsrc/geography/py-proj/Makefile Sat Mar 6 16:00:17 2021 @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2020/11/05 09:08:17 ryoon Exp $ +# $NetBSD: Makefile,v 1.27 2021/03/06 16:00:17 gdt Exp $ DISTNAME= pyproj-2.6.1 +# After proj is >= 7 +#DISTNAME= pyproj-3.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyproj/} --_----------=_161504641819140--