pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/exaile



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Nov  4 13:25:57 UTC 2025

Modified Files:
        pkgsrc/audio/exaile: Makefile

Log Message:
exaile: mark as not for Python 3.13 & 3.14


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/audio/exaile/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/exaile/Makefile
diff -u pkgsrc/audio/exaile/Makefile:1.93 pkgsrc/audio/exaile/Makefile:1.94
--- pkgsrc/audio/exaile/Makefile:1.93   Thu Oct 23 20:35:41 2025
+++ pkgsrc/audio/exaile/Makefile        Tue Nov  4 13:25:57 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.93 2025/10/23 20:35:41 wiz Exp $
+# $NetBSD: Makefile,v 1.94 2025/11/04 13:25:57 wiz Exp $
 
 DISTNAME=      exaile-4.1.3
 PKGREVISION=   8
@@ -35,6 +35,7 @@ DEPENDS+=     gst-plugins1-opus-[0-9]*:../..
 DEPENDS+=      gst-plugins1-vorbis-[0-9]*:../../audio/gst-plugins1-vorbis
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-mutagen
+PYTHON_VERSIONS_INCOMPATIBLE+= 313 314 # uses deprecated pipes module
 
 .include "../../mk/oss.buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index