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:   joerg
Date:           Thu May 14 19:32:31 UTC 2020

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

Log Message:
No longer supports Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 pkgsrc/geography/py-proj/Makefile:1.24
--- pkgsrc/geography/py-proj/Makefile:1.23      Mon May  4 12:20:28 2020
+++ pkgsrc/geography/py-proj/Makefile   Thu May 14 19:32:31 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2020/05/04 12:20:28 gdt Exp $
+# $NetBSD: Makefile,v 1.24 2020/05/14 19:32:31 joerg Exp $
 
 DISTNAME=              pyproj-2.6.1
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=             https://github.com/pyproj4/py
 COMMENT=               Python interface to PROJ.4 library
 LICENSE=               mit
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-cython>=0:../../devel/py-cython
 
 .include "../../geography/proj/buildlink3.mk"



Home | Main Index | Thread Index | Old Index