python3: fixed identation

This commit is contained in:
Victor Martinez 2022-10-21 11:49:28 +02:00
parent 4c9283bf96
commit 83d40d5da5
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core-arm64.pub
RWSKslkvIwb+2QETsGZ+Bp2PjMOXM6CDVdy6WbjbItuGvhj+FiNPRT5ofQH+KTdWAs2J73IO3FtS8Mw5kB3z+sisTdgqC++MnA8=
SHA256 (Pkgfile) = b4b7328329b7b33391a4b546e6dc76a422374d8e330f9b0083339c8ca7e85346
RWSKslkvIwb+2SBt6mgYKkhylN7teRpcgTpHrgRgwl/FJ3v3xRoLdB6PzAeOxKFy8HKFUxyKQ+xdtm/N1UB6iPhxQwqHDKe0nQw=
SHA256 (Pkgfile) = cfccc21a1a5bdd4f2dc57a310dff39db271eef6c70ac2a73ebd81911f6652742
SHA256 (.footprint) = 691db77dbed24400a9aed4c337e3c6a3630a8302b96d1a96ed8efee8264d4db7
SHA256 (Python-3.10.7.tar.xz) = 6eed8415b7516fb2f260906db5d48dd4c06acc0cb24a7d6cc15296a604dcdc48

View File

@ -10,7 +10,7 @@ release=1
source=(https://www.python.org/ftp/python/${version%rc*}/Python-$version.tar.xz)
build() {
cd Python-$version
cd Python-$version
sed -i -e "s|^#.* /usr/local/bin/python|#!/usr/bin/python3|" Lib/cgi.py