From 51c329878ea52a51d95423784185243d421bf94c Mon Sep 17 00:00:00 2001 From: skmpz Date: Tue, 16 Jul 2024 10:56:57 +0300 Subject: [PATCH] calibre: update to 7.14.0. --- srcpkgs/calibre/patches/python-3.12.patch | 11 ----------- srcpkgs/calibre/template | 4 ++-- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 srcpkgs/calibre/patches/python-3.12.patch diff --git a/srcpkgs/calibre/patches/python-3.12.patch b/srcpkgs/calibre/patches/python-3.12.patch deleted file mode 100644 index f48418f4233..00000000000 --- a/srcpkgs/calibre/patches/python-3.12.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/templite/__init__.py -+++ b/src/templite/__init__.py -@@ -30,7 +30,7 @@ import sys, re - from polyglot.builtins import unicode_type - - class Templite: -- auto_emit = re.compile('(^[\'\"])|(^[a-zA-Z0-9_\[\]\'\"]+$)') -+ auto_emit = re.compile('(^[\'\"])|(^[a-zA-Z0-9_\\[\\]\'\"]+$)') - - def __init__(self, template, start='${', end='}$'): - if len(start) != 2 or len(end) != 2: diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template index 0de75688d34..8f0b6f27e4a 100644 --- a/srcpkgs/calibre/template +++ b/srcpkgs/calibre/template @@ -1,6 +1,6 @@ # Template file for 'calibre' pkgname=calibre -version=7.13.0 +version=7.14.0 revision=1 build_helper=python3 pycompile_dirs="/usr/lib/calibre/" @@ -36,7 +36,7 @@ license="GPL-3.0-only" homepage="https://calibre-ebook.com" changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.txt" distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz" -checksum=b749d22ec4f75f932860784b8db469ab229b57a35d02a36ead28db72293f9fb4 +checksum=de6710497363e67f2f46e7ab9c40870d138c06d8fd626f96e0f2128f91e2b1f6 python_version=3 lib32disabled=yes nocross="python3 setup.py gui"