pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/aeneas aeneas: not for Python 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90b915e36eb1
branches:  trunk
changeset: 389134:90b915e36eb1
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 30 17:02:03 2022 +0000

description:
aeneas: not for Python 2.7

diffstat:

 audio/aeneas/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c150684e4f71 -r 90b915e36eb1 audio/aeneas/Makefile
--- a/audio/aeneas/Makefile     Wed Nov 30 17:00:38 2022 +0000
+++ b/audio/aeneas/Makefile     Wed Nov 30 17:02:03 2022 +0000
@@ -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 @@
 
 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