pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/py-proj
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.
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/}
Home |
Main Index |
Thread Index |
Old Index