diff --git a/haiku-apps/haikuporter/haikuporter-1.3.1.recipe b/haiku-apps/haikuporter/haikuporter-1.3.2.recipe similarity index 81% rename from haiku-apps/haikuporter/haikuporter-1.3.1.recipe rename to haiku-apps/haikuporter/haikuporter-1.3.2.recipe index b7af567ce..72e98f874 100644 --- a/haiku-apps/haikuporter/haikuporter-1.3.1.recipe +++ b/haiku-apps/haikuporter/haikuporter-1.3.2.recipe @@ -8,11 +8,11 @@ patches, builds the software, and packages it according to so-called 'recipes'. See the wiki on the HaikuPorter website for more information on its usage \ and details on how to create those recipes." HOMEPAGE="https://github.com/haikuports/haikuporter" -COPYRIGHT="2013-2024 Haiku, Inc." +COPYRIGHT="2013-2025 Haiku, Inc." LICENSE="MIT" REVISION="1" SOURCE_URI="https://github.com/haikuports/haikuporter/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="975e971a7e3b97d6bfbcc0df0303340e162a500f560098622cf446be0cbbb238" +CHECKSUM_SHA256="26c3477157c543a5e7bbe7e32c028cc575812f550e450e7e3b6b3fddbdeeb7cc" ARCHITECTURES="any" @@ -20,6 +20,8 @@ GLOBAL_WRITABLE_FILES=" settings/haikuports.conf auto-merge " +pythonVersion=3.10 + PROVIDES=" haikuporter = $portVersion cmd:haikuporter = $portVersion @@ -27,7 +29,7 @@ PROVIDES=" REQUIRES=" haiku cmd:git - cmd:python3.10 + cmd:python$pythonVersion " BUILD_REQUIRES=" @@ -35,14 +37,8 @@ BUILD_REQUIRES=" BUILD_PREREQUIRES=" cmd:cp cmd:mkdir - cmd:true " -BUILD() -{ - true -} - INSTALL() { # This is very manual, however was done due to @@ -51,8 +47,8 @@ INSTALL() mkdir -p $binDir cp haikuporter $binDir/ - mkdir -p $libDir/python3.10/vendor-packages/ - cp -R HaikuPorter $libDir/python3.10/vendor-packages/ + mkdir -p $libDir/python$pythonVersion/vendor-packages/ + cp -R HaikuPorter $libDir/python$pythonVersion/vendor-packages/ mkdir -p $settingsDir cp haikuports-sample.conf $settingsDir/haikuports.conf