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 Jan 23 15:16:44 UTC 2022

Modified Files:
        pkgsrc/misc/calibre: Makefile

Log Message:
calibre: py-jeepney now supports python 3.7


To generate a diff of this commit:
cvs rdiff -u -r1.262 -r1.263 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.262 pkgsrc/misc/calibre/Makefile:1.263
--- pkgsrc/misc/calibre/Makefile:1.262  Sun Jan 23 00:46:27 2022
+++ pkgsrc/misc/calibre/Makefile        Sun Jan 23 15:16:44 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.262 2022/01/23 00:46:27 wiz Exp $
+# $NetBSD: Makefile,v 1.263 2022/01/23 15:16:44 wiz Exp $
 
 DISTNAME=      calibre-5.34.0
 CATEGORIES=    misc
@@ -41,7 +41,7 @@ BUILD_DEPENDS+=       xdg-utils>=1.0.2:../../m
 
 EXTRACT_USING= bsdtar
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # as of 5.x; and for py-trio via py-jeepney
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # as of 5.x
 PYTHON_VERSIONED_DEPENDENCIES+=        markdown
 
 USE_LANGUAGES=                 c99 c++



Home | Main Index | Thread Index | Old Index