summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-01-23 15:16:44 +0000
committerwiz <wiz@pkgsrc.org>2022-01-23 15:16:44 +0000
commit3f4117847d4737204bfa91144f21a83702293763 (patch)
tree827a918320a1eb697ebc04fcd293bcfbbbd765f6 /misc
parentc8bdd57163f637a4a8c1318b92ebedf64b36659e (diff)
downloadpkgsrc-3f4117847d4737204bfa91144f21a83702293763.tar.gz
calibre: py-jeepney now supports python 3.7
Diffstat (limited to 'misc')
-rw-r--r--misc/calibre/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/calibre/Makefile b/misc/calibre/Makefile
index 7c9174e4284..ba563946f1c 100644
--- a/misc/calibre/Makefile
+++ b/misc/calibre/Makefile
@@ -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:../../misc/xdg-utils
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++