summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorwiz <wiz>2016-05-06 07:07:05 +0000
committerwiz <wiz>2016-05-06 07:07:05 +0000
commit4925ac8553a0308344bddfc09206c3fcf987b5db (patch)
treef7bd83fc4d3a79561d8751d0ec9b8546a2e566c2 /time
parent52139a7c52f431e9237384ec92c5697d2db38926 (diff)
downloadpkgsrc-4925ac8553a0308344bddfc09206c3fcf987b5db.tar.gz
Upstream does not want to support python-2.7; mark as such.
Diffstat (limited to 'time')
-rw-r--r--time/py-vdirsyncer/Makefile5
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"