summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-12-05 10:06:39 +0000
committerwiz <wiz@pkgsrc.org>2020-12-05 10:06:39 +0000
commit26529f01df60d49a39affb542f373f0fe5dc717d (patch)
tree1f853e11b9dd1339e76cf6f5da43442c63e0ee4b /time
parent370870958e8ef349246a2418be36e1d31a9a67bb (diff)
downloadpkgsrc-26529f01df60d49a39affb542f373f0fe5dc717d.tar.gz
py-vdirsyncer: mark as not working with python 3.9
Diffstat (limited to 'time')
-rw-r--r--time/py-vdirsyncer/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/time/py-vdirsyncer/Makefile b/time/py-vdirsyncer/Makefile
index eacb73227e5..9163deff349 100644
--- a/time/py-vdirsyncer/Makefile
+++ b/time/py-vdirsyncer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2020/07/22 06:36:22 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2020/12/05 10:06:39 wiz Exp $
DISTNAME= vdirsyncer-0.16.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -31,7 +31,8 @@ USE_LANGUAGES= # none
INSTALLATION_DIRS= share/examples/${PKGBASE} ${PKGMANDIR}/man1
PLIST_SUBST+= PKGBASE=${PKGBASE}
-PYTHON_VERSIONS_INCOMPATIBLE= 27 # not supported any longer
+PYTHON_VERSIONS_INCOMPATIBLE+= 27 # not supported any longer
+PYTHON_VERSIONS_INCOMPATIBLE+= 39 # does not work as of 0.16.8
USE_TOOLS+= gmake