pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/py-vdirsyncer py-vdirsyncer: mark as not working ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76a40b083564
branches:  trunk
changeset: 443000:76a40b083564
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Dec 05 10:06:39 2020 +0000

description:
py-vdirsyncer: mark as not working with python 3.9

diffstat:

 time/py-vdirsyncer/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 58dd5d824bce -r 76a40b083564 time/py-vdirsyncer/Makefile
--- a/time/py-vdirsyncer/Makefile       Sat Dec 05 09:24:00 2020 +0000
+++ b/time/py-vdirsyncer/Makefile       Sat Dec 05 10:06:39 2020 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index