jdreplace: switch to python 3.10

This commit is contained in:
Jerome Duval
2023-12-01 10:04:40 +01:00
parent a148666c67
commit 1cacd79a17

View File

@@ -3,7 +3,7 @@ DESCRIPTION="jdReplace allows replacing text in all files in a folder"
HOMEPAGE="https://gitlab.com/JakobDev/jdReplace"
COPYRIGHT="2019 JakobDev"
LICENSE="GNU GPL v3"
REVISION="2"
REVISION="3"
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.9
pyqt5_python39
jdtranslationhelper_python39
cmd:python3.10
pyqt5_python310
jdtranslationhelper_python310
"
BUILD_REQUIRES="
haiku_devel
setuptools_python39
setuptools_python310
"
INSTALL()
{
python3.9 setup.py install \
python3.10 setup.py install \
--root=/ --prefix=$prefix \
--install-data=$dataDir
mkdir -p $appsDir