pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/calibre calibre: mark as not for python 3.11 due ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d32a3546a866
branches:  trunk
changeset: 388924:d32a3546a866
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Nov 27 23:08:07 2022 +0000

description:
calibre: mark as not for python 3.11 due to using py-qt5-webengine (and thus py-sip)

diffstat:

 misc/calibre/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4c072bc01b08 -r d32a3546a866 misc/calibre/Makefile
--- a/misc/calibre/Makefile     Sun Nov 27 23:07:11 2022 +0000
+++ b/misc/calibre/Makefile     Sun Nov 27 23:08:07 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.272 2022/11/23 16:20:37 adam Exp $
+# $NetBSD: Makefile,v 1.273 2022/11/27 23:08:07 wiz Exp $
 
 DISTNAME=      calibre-5.44.0
 PKGREVISION=   1
@@ -45,6 +45,7 @@
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 # as of 5.x
 PYTHON_VERSIONS_INCOMPATIBLE+= 310 # as of 5.40.0
+PYTHON_VERSIONS_INCOMPATIBLE+= 311 # py-sip via py-qt5-webengine
 PYTHON_VERSIONED_DEPENDENCIES+=        markdown
 
 USE_LANGUAGES=                 c c++



Home | Main Index | Thread Index | Old Index