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 supporting python 3....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f021d849a6b9
branches:  trunk
changeset: 381313:f021d849a6b9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jul 04 07:46:15 2022 +0000

description:
calibre: mark as not supporting python 3.10 (for now)

diffstat:

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

diffs (17 lines):

diff -r c9414cf9b31f -r f021d849a6b9 misc/calibre/Makefile
--- a/misc/calibre/Makefile     Mon Jul 04 07:20:19 2022 +0000
+++ b/misc/calibre/Makefile     Mon Jul 04 07:46:15 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.268 2022/06/30 11:18:37 nia Exp $
+# $NetBSD: Makefile,v 1.269 2022/07/04 07:46:15 wiz Exp $
 
 DISTNAME=      calibre-5.40.0
 PKGREVISION=   3
@@ -44,6 +44,7 @@
 EXTRACT_USING= bsdtar
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 # as of 5.x
+PYTHON_VERSIONS_INCOMPATIBLE+= 310 # as of 5.40.0
 PYTHON_VERSIONED_DEPENDENCIES+=        markdown
 
 USE_LANGUAGES=                 c99 c++



Home | Main Index | Thread Index | Old Index