Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/swift swift: build system only supports python 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1851c26dc06c
branches:  trunk
changeset: 429034:1851c26dc06c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Apr 15 08:44:15 2020 +0000

description:
swift: build system only supports python 2.7

diffstat:

 chat/swift/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c00345e8a040 -r 1851c26dc06c chat/swift/Makefile
--- a/chat/swift/Makefile       Wed Apr 15 08:43:23 2020 +0000
+++ b/chat/swift/Makefile       Wed Apr 15 08:44:15 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2020/04/12 08:28:22 adam Exp $
+# $NetBSD: Makefile,v 1.55 2020/04/15 08:44:15 wiz Exp $
 
 DISTNAME=      swift-3.0
 PKGREVISION=   38
@@ -17,6 +17,8 @@
 USE_LANGUAGES= c c++11
 USE_TOOLS+=    pkg-config
 
+PYTHON_VERSIONS_ACCEPTED=      27
+
 INSTALLATION_DIRS=     ${PKGMANDIR}/man1
 
 SUBST_CLASSES+=                path



Home | Main Index | Thread Index | Old Index