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:           Thu Feb 13 13:48:38 UTC 2020

Modified Files:
        pkgsrc/sysutils/py-watchdog: Makefile
Removed Files:
        pkgsrc/sysutils/py-watchdog: PLIST.Darwin

Log Message:
py-watchdog: Temporarily disable fsevents on macOS.

The python27 incompatibility from pyobjc creates huge problems as now every
recursive dependency of this package would also need to manually handle this
only on Darwin.  That's too much work to fix for now when we just need bulk
builds to not be broken.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/py-watchdog/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/sysutils/py-watchdog/PLIST.Darwin

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.8 pkgsrc/sysutils/py-watchdog/Makefile:1.9
--- pkgsrc/sysutils/py-watchdog/Makefile:1.8    Wed Feb 12 22:26:30 2020
+++ pkgsrc/sysutils/py-watchdog/Makefile        Thu Feb 13 13:48:38 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/02/12 22:26:30 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2020/02/13 13:48:38 jperkin Exp $
 
 DISTNAME=      watchdog-0.10.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,11 +18,13 @@ TEST_DEPENDS+=      ${PYPKGPREFIX}-test-cov-[
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout>=0.3:../../devel/py-test-timeout
 
-.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
+# This creates huge issues as every recursive dependency of this package would
+# also need a conditional exclusion of python27 on macOS.
+#.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
 
 PYSETUPTESTTARGET=     pytest
 



Home | Main Index | Thread Index | Old Index