pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/ncspot invert a python version conditional



details:   https://anonhg.NetBSD.org/pkgsrc/rev/740802f65cc5
branches:  trunk
changeset: 443702:740802f65cc5
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Dec 19 14:49:34 2020 +0000

description:
invert a python version conditional

diffstat:

 audio/ncspot/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a9814e6638a8 -r 740802f65cc5 audio/ncspot/Makefile
--- a/audio/ncspot/Makefile     Sat Dec 19 14:44:38 2020 +0000
+++ b/audio/ncspot/Makefile     Sat Dec 19 14:49:34 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/12/18 13:13:20 pin Exp $
+# $NetBSD: Makefile,v 1.12 2020/12/19 14:49:34 tnn Exp $
 
 DISTNAME=      ncspot-0.2.6
 CATEGORIES=    audio
@@ -14,7 +14,7 @@
 
 USE_LANGUAGES+=                        c c++   # rust, but needs a toolchain to link
 USE_TOOLS+=                    pkg-config
-PYTHON_VERSIONS_ACCEPTED=      37
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 PYTHON_FOR_BUILD_ONLY=         tool
 
 INSTALLATION_DIRS=     bin



Home | Main Index | Thread Index | Old Index