No longer supports Python 2.7

This commit is contained in:
joerg 2020-05-14 19:32:31 +00:00
parent e489250b16
commit 7f83be7260

View file

@ -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/pyproj
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"