calibre: fix reference to python3.8

This commit is contained in:
Jérôme Duval
2023-03-25 12:14:59 +01:00
parent 915cf2f7f0
commit d2a611a9e1

View File

@@ -7,13 +7,13 @@ convenient reading. It is cross platform, running on Linux, Windows and macOS."
HOMEPAGE="https://calibre-ebook.com/"
COPYRIGHT="2008-2019 Kovid Goyal"
LICENSE="GNU GPL v3"
REVISION="3"
REVISION="4"
SOURCE_URI="https://download.calibre-ebook.com/$portVersion/calibre-$portVersion.tar.xz"
CHECKSUM_SHA256="3571efc1cc773e453b459096a38b141fd0c7784fb9611505a1f9a55648f47e5e"
PATCHES="calibre-$portVersion.patchset"
ADDITIONAL_FILES="calibre.rdef.in"
ARCHITECTURES="all ?x86_gcc2 ?x86"
ARCHITECTURES="all ?x86_gcc2"
SECONDARY_ARCHITECTURES="?x86"
# On x86_gcc2 we don't want to install the commands in bin/<arch>/, but in bin/.
@@ -196,7 +196,7 @@ BUILD_PREREQUIRES="
cmd:nasm
cmd:optipng
cmd:pkg_config$secondaryArchSuffix
cmd:python3.8
cmd:python3.9
cmd:pyrcc5
cmd:qmake >= 5
cmd:sip