Update Haiku package to use Python 3.11

Former-commit-id: cc3ae472b67be63d960b4993c355f9d5acf7d899
Former-commit-id: 8d758713964c081c6dbb56899f2b84e51d25eac0
This commit is contained in:
2023-09-24 19:27:20 -04:00
parent 5af02866b4
commit 397ad7d409
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ provides {
requires {
gnupg
openssh
python310
python3.11
}
urls {
\"https://github.com/rwinkhart/sshyp\"
+2 -2
View File
@@ -1,6 +1,6 @@
#!/bin/sh
if [ "$1" = 'PREP' ]; then
sed -i '1 s/.*/#!\/bin\/env\ python3.10/' ./*.py
sed -i '1 s/.*/#!\/bin\/env\ python3.11/' ./*.py
else
sed -i '1 s/.*/#!\/bin\/env\ python3.10/' ./working/sshyp.py
sed -i '1 s/.*/#!\/bin\/env\ python3.11/' ./working/sshyp.py
fi