pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/aubio
Module Name: pkgsrc
Committed By: wiz
Date: Tue Nov 26 10:46:53 UTC 2024
Modified Files:
pkgsrc/audio/aubio: Makefile
Log Message:
aubio: does not build with Python 3.13 either
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/audio/aubio/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/aubio/Makefile
diff -u pkgsrc/audio/aubio/Makefile:1.37 pkgsrc/audio/aubio/Makefile:1.38
--- pkgsrc/audio/aubio/Makefile:1.37 Sun Feb 4 01:33:38 2024
+++ pkgsrc/audio/aubio/Makefile Tue Nov 26 10:46:53 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2024/02/04 01:33:38 ryoon Exp $
+# $NetBSD: Makefile,v 1.38 2024/11/26 10:46:53 wiz Exp $
DISTNAME= aubio-0.4.9
PKGREVISION= 17
@@ -32,8 +32,8 @@ CPPFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_
PYTHON_VERSIONS_INCOMPATIBLE+= 311
# No module named 'imp'
# https://github.com/aubio/aubio/issues/394
-PYTHON_VERSIONS_INCOMPATIBLE+= 312
-PYTHON_FOR_BUILD_ONLY= tool
+PYTHON_VERSIONS_INCOMPATIBLE+= 312 313
+PYTHON_FOR_BUILD_ONLY= tool
.include "options.mk"
.include "../../devel/waf/waf.mk"
Home |
Main Index |
Thread Index |
Old Index