pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/ncspot



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Dec 19 14:49:34 UTC 2020

Modified Files:
        pkgsrc/audio/ncspot: Makefile

Log Message:
invert a python version conditional


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/ncspot/Makefile

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

Modified files:

Index: pkgsrc/audio/ncspot/Makefile
diff -u pkgsrc/audio/ncspot/Makefile:1.11 pkgsrc/audio/ncspot/Makefile:1.12
--- pkgsrc/audio/ncspot/Makefile:1.11   Fri Dec 18 13:13:20 2020
+++ pkgsrc/audio/ncspot/Makefile        Sat Dec 19 14:49:34 2020
@@ -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 @@ LICENSE=      2-clause-bsd
 
 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