Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/py-proj No longer supports Python 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d6ee9134ecd
branches:  trunk
changeset: 431599:0d6ee9134ecd
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu May 14 19:32:31 2020 +0000

description:
No longer supports Python 2.7

diffstat:

 geography/py-proj/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 054fe1a080db -r 0d6ee9134ecd geography/py-proj/Makefile
--- a/geography/py-proj/Makefile        Thu May 14 19:32:12 2020 +0000
+++ b/geography/py-proj/Makefile        Thu May 14 19:32:31 2020 +0000
@@ -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 @@
 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