pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/calibre calibre: py-jeepney now supports python 3.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9b937755658
branches:  trunk
changeset: 372322:f9b937755658
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 23 15:16:44 2022 +0000

description:
calibre: py-jeepney now supports python 3.7

diffstat:

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

diffs (18 lines):

diff -r 814b35251e21 -r f9b937755658 misc/calibre/Makefile
--- a/misc/calibre/Makefile     Sun Jan 23 14:07:14 2022 +0000
+++ b/misc/calibre/Makefile     Sun Jan 23 15:16:44 2022 +0000
@@ -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 @@
 
 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