pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/ncmpc



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug 10 07:52:33 UTC 2024

Modified Files:
        pkgsrc/audio/ncmpc: Makefile

Log Message:
ncmpc: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/audio/ncmpc/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/ncmpc/Makefile
diff -u pkgsrc/audio/ncmpc/Makefile:1.50 pkgsrc/audio/ncmpc/Makefile:1.51
--- pkgsrc/audio/ncmpc/Makefile:1.50    Mon Aug 14 05:23:48 2023
+++ pkgsrc/audio/ncmpc/Makefile Sat Aug 10 07:52:33 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2023/08/14 05:23:48 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2024/08/10 07:52:33 adam Exp $
 
 DISTNAME=      ncmpc-0.46
 PKGREVISION=   1
@@ -17,7 +17,7 @@ USE_TOOLS+=   pkg-config xgettext
 USE_LANGUAGES= c c++
 FAKE_NCURSES=  yes
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 # py-sphinx
 
 MESON_ARGS+=   -Dlirc=disabled
 MESON_ARGS+=   -Dhtml_manual=false



Home | Main Index | Thread Index | Old Index