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:           Mon Jul  4 07:46:15 UTC 2022

Modified Files:
        pkgsrc/misc/calibre: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.268 -r1.269 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.268 pkgsrc/misc/calibre/Makefile:1.269
--- pkgsrc/misc/calibre/Makefile:1.268  Thu Jun 30 11:18:37 2022
+++ pkgsrc/misc/calibre/Makefile        Mon Jul  4 07:46:15 2022
@@ -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 @@ BUILD_DEPENDS+=       xdg-utils>=1.0.2:../../m
 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