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:   adam
Date:           Wed Nov 30 17:02:03 UTC 2022

Modified Files:
        pkgsrc/audio/aeneas: Makefile

Log Message:
aeneas: not for Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 pkgsrc/audio/aeneas/Makefile:1.16
--- pkgsrc/audio/aeneas/Makefile:1.15   Sun Sep 11 12:51:13 2022
+++ pkgsrc/audio/aeneas/Makefile        Wed Nov 30 17:02:03 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2022/09/11 12:51:13 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2022/11/30 17:02:03 adam Exp $
 
 DISTNAME=      aeneas-1.7.3
 PKGREVISION=   13
@@ -21,6 +21,8 @@ EGG_NAME=     ${DISTNAME}.0
 
 USE_PKG_RESOURCES=     yes
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-beautifulsoup4
+
 .include "../../lang/python/egg.mk"
 .include "../../audio/espeak/buildlink3.mk"
 .include "../../math/py-numpy/buildlink3.mk"



Home | Main Index | Thread Index | Old Index