pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/aeneas



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Dec  3 08:20:41 UTC 2024

Modified Files:
        pkgsrc/audio/aeneas: Makefile

Log Message:
aeneas: mark as BROKEN - uses removed numpy.distutils interface

Looks dead upstream, removal candidate


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/audio/aeneas/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/aeneas/Makefile
diff -u pkgsrc/audio/aeneas/Makefile:1.26 pkgsrc/audio/aeneas/Makefile:1.27
--- pkgsrc/audio/aeneas/Makefile:1.26   Mon Nov 11 07:27:51 2024
+++ pkgsrc/audio/aeneas/Makefile        Tue Dec  3 08:20:41 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2024/11/11 07:27:51 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2024/12/03 08:20:41 wiz Exp $
 
 DISTNAME=      aeneas-1.7.3
 PKGREVISION=   19
@@ -21,6 +21,12 @@ USE_LANGUAGES=       c c++
 MAKE_ENV+=     AENEAS_FORCE_CEW=True
 WHEEL_NAME=    ${DISTNAME}.0
 
+# Tries to use deprecated numpy.distuils
+# https://github.com/readbeyond/aeneas/issues/312
+#PYTHON_VERSIONS_ACCEPTED=     310 311
+# does not work either
+BROKEN=                "Removes deprecated numpy.distutils"
+
 .include "../../lang/python/wheel.mk"
 .include "../../audio/espeak-ng/buildlink3.mk"
 .include "../../math/py-numpy/buildlink3.mk"



Home | Main Index | Thread Index | Old Index