pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/py-vdirsyncer
Module Name: pkgsrc
Committed By: wiz
Date: Sat Dec 5 10:06:39 UTC 2020
Modified Files:
pkgsrc/time/py-vdirsyncer: Makefile
Log Message:
py-vdirsyncer: mark as not working with python 3.9
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/time/py-vdirsyncer/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/py-vdirsyncer/Makefile
diff -u pkgsrc/time/py-vdirsyncer/Makefile:1.56 pkgsrc/time/py-vdirsyncer/Makefile:1.57
--- pkgsrc/time/py-vdirsyncer/Makefile:1.56 Wed Jul 22 06:36:22 2020
+++ pkgsrc/time/py-vdirsyncer/Makefile Sat Dec 5 10:06:39 2020
@@ -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
Home |
Main Index |
Thread Index |
Old Index