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:   abs
Date:           Thu Jul  6 14:01:04 UTC 2023

Modified Files:
        pkgsrc/misc/calibre: Makefile

Log Message:
Remove restriction to not use python 3.10 or 3.11


To generate a diff of this commit:
cvs rdiff -u -r1.285 -r1.286 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.285 pkgsrc/misc/calibre/Makefile:1.286
--- pkgsrc/misc/calibre/Makefile:1.285  Tue Jun  6 12:41:54 2023
+++ pkgsrc/misc/calibre/Makefile        Thu Jul  6 14:01:04 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.285 2023/06/06 12:41:54 riastradh Exp $
+# $NetBSD: Makefile,v 1.286 2023/07/06 14:01:04 abs Exp $
 
 # Needs update to 6.9.0
 DISTNAME=      calibre-5.44.0
@@ -47,7 +47,6 @@ TOOL_DEPENDS+=        xdg-utils>=1.0.2:../../mi
 EXTRACT_USING= bsdtar
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 # as of 5.x
-PYTHON_VERSIONS_INCOMPATIBLE+= 310 311 # as of 5.40.0
 
 USE_LANGUAGES=                 c c++
 USE_LIBTOOL=                   yes



Home | Main Index | Thread Index | Old Index