From a55b7755fbeb89e7621b7cec926d8499b21f9b09 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Wed, 8 Mar 2023 21:22:36 +0100 Subject: [PATCH] jdreplace: build with python 3.9 --- app-misc/jdreplace/jdreplace-2.2.recipe | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app-misc/jdreplace/jdreplace-2.2.recipe b/app-misc/jdreplace/jdreplace-2.2.recipe index 6b673ab4d..3cb8cf57c 100644 --- a/app-misc/jdreplace/jdreplace-2.2.recipe +++ b/app-misc/jdreplace/jdreplace-2.2.recipe @@ -3,7 +3,7 @@ DESCRIPTION="jdTextEdit allows replacing text in all files in a folder" HOMEPAGE="https://gitlab.com/JakobDev/jdReplace" COPYRIGHT="2019 JakobDev" LICENSE="GNU GPL v3" -REVISION="1" +REVISION="2" SOURCE_URI="https://gitlab.com/JakobDev/jdReplace/-/archive/$portVersion/jdReplace-$portVersion.tar.gz" CHECKSUM_SHA256="8a8df34b3dd4c80ac3561f109162fb3ef81008a50ebc3ce3915ef0a3139e16b5" SOURCE_DIR="jdReplace-$portVersion" @@ -17,19 +17,19 @@ PROVIDES=" REQUIRES=" haiku - cmd:python3.8 - pyqt5_python38 - jdtranslationhelper_python38 + cmd:python3.9 + pyqt5_python39 + jdtranslationhelper_python39 " BUILD_REQUIRES=" haiku_devel - setuptools_python38 + setuptools_python39 " INSTALL() { - python3.8 setup.py install \ + python3.9 setup.py install \ --root=/ --prefix=$prefix \ --install-data=$dataDir mkdir -p $appsDir