pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/py-pychromecast py-pychromecast: add PYTHON_VERSIO...
details: https://anonhg.NetBSD.org/pkgsrc/rev/667454fdcdba
branches: trunk
changeset: 422709:667454fdcdba
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Sun Feb 02 00:17:23 2020 +0000
description:
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.)
diffstat:
net/py-pychromecast/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r e1f4ccbf79c9 -r 667454fdcdba net/py-pychromecast/Makefile
--- a/net/py-pychromecast/Makefile Sat Feb 01 21:05:18 2020 +0000
+++ b/net/py-pychromecast/Makefile Sun Feb 02 00:17:23 2020 +0000
@@ -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 @@
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index