summaryrefslogtreecommitdiff
path: root/misc/calibre
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-01-23 00:46:27 +0000
committerwiz <wiz@pkgsrc.org>2022-01-23 00:46:27 +0000
commit62b73362126f30d0d81c167d87fb83bcb2f8fec5 (patch)
tree7ad7c8406e62744b5f94c496b5cf9a0e73c46f39 /misc/calibre
parent19ecbca915fc1b79bfce50c4cf22dbff4b1ac8ef (diff)
downloadpkgsrc-62b73362126f30d0d81c167d87fb83bcb2f8fec5.tar.gz
py-jeepney, calibre: remove python 3.7 from allowed versions because of py-trio
Diffstat (limited to 'misc/calibre')
-rw-r--r--misc/calibre/Makefile4
1 files changed, 2 insertions, 2 deletions
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++