From 62b73362126f30d0d81c167d87fb83bcb2f8fec5 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 23 Jan 2022 00:46:27 +0000 Subject: py-jeepney, calibre: remove python 3.7 from allowed versions because of py-trio --- misc/calibre/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/calibre') diff --git a/misc/calibre/Makefile b/misc/calibre/Makefile index 9467e547f65..7c9174e4284 100644 --- a/misc/calibre/Makefile +++ b/misc/calibre/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.261 2022/01/20 19:03:07 rhialto Exp $ +# $NetBSD: Makefile,v 1.262 2022/01/23 00:46:27 wiz Exp $ DISTNAME= calibre-5.34.0 CATEGORIES= misc @@ -41,7 +41,7 @@ BUILD_DEPENDS+= xdg-utils>=1.0.2:../../misc/xdg-utils EXTRACT_USING= bsdtar -PYTHON_VERSIONS_INCOMPATIBLE= 27 # as of 5.x +PYTHON_VERSIONS_INCOMPATIBLE= 27 37 # as of 5.x; and for py-trio via py-jeepney PYTHON_VERSIONED_DEPENDENCIES+= markdown USE_LANGUAGES= c99 c++ -- cgit v1.2.3