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:   adam
Date:           Sat Aug 10 07:48:30 UTC 2024

Modified Files:
        pkgsrc/time/py-vdirsyncer: Makefile

Log Message:
py-vdirsyncer: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 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.68 pkgsrc/time/py-vdirsyncer/Makefile:1.69
--- pkgsrc/time/py-vdirsyncer/Makefile:1.68     Tue Nov  7 22:38:08 2023
+++ pkgsrc/time/py-vdirsyncer/Makefile  Sat Aug 10 07:48:30 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2023/11/07 22:38:08 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2024/08/10 07:48:30 adam Exp $
 
 DISTNAME=      vdirsyncer-0.18.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -34,7 +34,7 @@ PLIST_SUBST+=         PKGBASE=${PKGBASE}
 PYTHON_SELF_CONFLICT=  yes
 PYSETUPTESTTARGET=     pytest
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 # py-sphinx
 
 USE_PKG_RESOURCES=     yes
 



Home | Main Index | Thread Index | Old Index