diff options
author | wiz <wiz@pkgsrc.org> | 2016-05-06 07:07:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-05-06 07:07:05 +0000 |
commit | 2b287954ca2b250b598c0056f3bd40bdcdd19bf1 (patch) | |
tree | f7bd83fc4d3a79561d8751d0ec9b8546a2e566c2 /time | |
parent | 94ee6adc88e5bd937eec1be23a7c40821e46655a (diff) | |
download | pkgsrc-2b287954ca2b250b598c0056f3bd40bdcdd19bf1.tar.gz |
Upstream does not want to support python-2.7; mark as such.
Diffstat (limited to 'time')
-rw-r--r-- | time/py-vdirsyncer/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/time/py-vdirsyncer/Makefile b/time/py-vdirsyncer/Makefile index 5add716301b..d84d2a4b2cc 100644 --- a/time/py-vdirsyncer/Makefile +++ b/time/py-vdirsyncer/Makefile @@ -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 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -29,5 +29,8 @@ USE_LANGUAGES= # none INSTALLATION_DIRS= share/examples/${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 "../../mk/bsd.pkg.mk" |