pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-pychromecast



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Feb  2 00:17:23 UTC 2020

Modified Files:
        pkgsrc/net/py-pychromecast: Makefile

Log Message:
py-pychromecast: add PYTHON_VERSIONS_INCOMPATIBLE for 2.7

This package (since import) doesn't support Python 2.7. (This addresses
a Joyent bulk build scan failure.)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/py-pychromecast/Makefile

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

Modified files:

Index: pkgsrc/net/py-pychromecast/Makefile
diff -u pkgsrc/net/py-pychromecast/Makefile:1.1 pkgsrc/net/py-pychromecast/Makefile:1.2
--- pkgsrc/net/py-pychromecast/Makefile:1.1     Sun Dec 29 04:44:58 2019
+++ pkgsrc/net/py-pychromecast/Makefile Sun Feb  2 00:17:23 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/12/29 04:44:58 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2020/02/02 00:17:23 gutteridge Exp $
 
 DISTNAME=      PyChromecast-4.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -17,5 +17,7 @@ DEPENDS+=     ${PYPKGPREFIX}-zeroconf>=0.17.
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index