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:   nia
Date:           Tue Nov 26 12:17:22 UTC 2024

Modified Files:
        pkgsrc/audio/aubio: Makefile

Log Message:
aubio: Use PYTHON_VERSIONS_ACCEPTED


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 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.38 pkgsrc/audio/aubio/Makefile:1.39
--- pkgsrc/audio/aubio/Makefile:1.38    Tue Nov 26 10:46:53 2024
+++ pkgsrc/audio/aubio/Makefile Tue Nov 26 12:17:22 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2024/11/26 10:46:53 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2024/11/26 12:17:22 nia Exp $
 
 DISTNAME=      aubio-0.4.9
 PKGREVISION=   17
@@ -28,11 +28,9 @@ TOOL_DEPENDS+=       txt2man-[0-9]*:../../conv
 
 CPPFLAGS.SunOS+=       -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t -Du_int64_t=uint64_t
 
-# open() flag 'rUb'
-PYTHON_VERSIONS_INCOMPATIBLE+= 311
 # No module named 'imp'
 # https://github.com/aubio/aubio/issues/394
-PYTHON_VERSIONS_INCOMPATIBLE+= 312 313
+PYTHON_VERSIONS_ACCEPTED=      310
 PYTHON_FOR_BUILD_ONLY=         tool
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index