Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 94F9184D36 for ; Thu, 6 Jul 2023 14:01:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 60wwjhL1pIfr for ; Thu, 6 Jul 2023 14:01:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1414B84CEE for ; Thu, 6 Jul 2023 14:01:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0D78AFBDB; Thu, 6 Jul 2023 14:01:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168865206591070" MIME-Version: 1.0 Date: Thu, 6 Jul 2023 14:01:05 +0000 From: "David Brownlee" Subject: CVS commit: pkgsrc/misc/calibre To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: abs@netbsd.org X-Mailer: log_accum Message-Id: <20230706140105.0D78AFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168865206591070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_168865206591070 Content-Disposition: inline Content-Length: 678 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_168865206591070--