Upstream does not want to support python-2.7; mark as such.

This commit is contained in:
wiz 2016-05-06 07:07:05 +00:00
parent 71db5476a6
commit 589b6fbc07

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.33 2016/04/24 09:48:43 wiz Exp $ # $NetBSD: Makefile,v 1.34 2016/05/06 07:07:05 wiz Exp $
DISTNAME= vdirsyncer-0.10.0 DISTNAME= vdirsyncer-0.10.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@ -29,5 +29,8 @@ USE_LANGUAGES= # none
INSTALLATION_DIRS= share/examples/${PKGBASE} INSTALLATION_DIRS= share/examples/${PKGBASE}
PLIST_SUBST+= PKGBASE=${PKGBASE} PLIST_SUBST+= PKGBASE=${PKGBASE}
PYTHON_VERSIONS_INCOMPATIBLE= 27 # still supported but gives runtime warning
# see https://github.com/pimutils/vdirsyncer/issues/219
.include "../../lang/python/egg.mk" .include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk" .include "../../mk/bsd.pkg.mk"