pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/calibre



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov 27 23:08:07 UTC 2022

Modified Files:
        pkgsrc/misc/calibre: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.272 -r1.273 pkgsrc/misc/calibre/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/calibre/Makefile
diff -u pkgsrc/misc/calibre/Makefile:1.272 pkgsrc/misc/calibre/Makefile:1.273
--- pkgsrc/misc/calibre/Makefile:1.272  Wed Nov 23 16:20:37 2022
+++ pkgsrc/misc/calibre/Makefile        Sun Nov 27 23:08:07 2022
@@ -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 @@ EXTRACT_USING=        bsdtar
 
 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