pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-watchdog



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Feb 12 22:26:31 UTC 2020

Modified Files:
        pkgsrc/sysutils/py-watchdog: Makefile

Log Message:
py-watchdog: Mark incompatible with python27 due to pyobjc on macOS.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/py-watchdog/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/py-watchdog/Makefile
diff -u pkgsrc/sysutils/py-watchdog/Makefile:1.7 pkgsrc/sysutils/py-watchdog/Makefile:1.8
--- pkgsrc/sysutils/py-watchdog/Makefile:1.7    Wed Feb 12 13:29:15 2020
+++ pkgsrc/sysutils/py-watchdog/Makefile        Wed Feb 12 22:26:30 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/02/12 13:29:15 adam Exp $
+# $NetBSD: Makefile,v 1.8 2020/02/12 22:26:30 jperkin Exp $
 
 DISTNAME=      watchdog-0.10.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -20,6 +20,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-timeo
 
 .include "../../mk/bsd.prefs.mk"
 .if ${OPSYS} == "Darwin"
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 DEPENDS+=      ${PYPKGPREFIX}-pyobjc-framework-FSEvents>=4.2.2:../../devel/py-pyobjc-framework-FSEvents
 .endif
 



Home | Main Index | Thread Index | Old Index