Skip to content

Commit

Permalink
Update PBS GitHub repo URLs. (#265)
Browse files Browse the repository at this point in the history
This tracks the ownership transfer from indygreg to astral-sh.
  • Loading branch information
jsirois authored Dec 18, 2024
1 parent 0c54826 commit 598c7a3
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ reasonably hermetic interpreter distribution for the platforms you want to targe
Some common languages and runtimes that are known to work when packaged as scies include:

+ Python: You might use [Python Build Standalone](
https://github.com/indygreg/python-build-standalone/releases) as a source for your portable Python
https://github.com/astral-sh/python-build-standalone/releases) as a source for your portable Python
distribution and [Pex](https://github.com/pantsbuild/pex/releases) to package up your code and
dependencies.
+ JavaScript: You might use [Node.js](https://nodejs.org/en/download/) for your runtime
Expand Down
2 changes: 1 addition & 1 deletion examples/busybox/lift.linux-armv7l.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
}
},
"fetch": [
"https://github.com/indygreg/python-build-standalone/releases/download/20241206/cpython-3.11.11+20241206-armv7-unknown-linux-gnueabihf-install_only_stripped.tar.gz"
"https://github.com/astral-sh/python-build-standalone/releases/download/20241206/cpython-3.11.11+20241206-armv7-unknown-linux-gnueabihf-install_only_stripped.tar.gz"
]
}
2 changes: 1 addition & 1 deletion examples/busybox/lift.linux-powerpc64.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
}
},
"fetch": [
"https://github.com/indygreg/python-build-standalone/releases/download/20241206/cpython-3.11.11+20241206-ppc64le-unknown-linux-gnu-install_only_stripped.tar.gz"
"https://github.com/astral-sh/python-build-standalone/releases/download/20241206/cpython-3.11.11+20241206-ppc64le-unknown-linux-gnu-install_only_stripped.tar.gz"
]
}
2 changes: 1 addition & 1 deletion examples/busybox/lift.linux-s390x.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
}
},
"fetch": [
"https://github.com/indygreg/python-build-standalone/releases/download/20241206/cpython-3.11.11+20241206-s390x-unknown-linux-gnu-install_only_stripped.tar.gz"
"https://github.com/astral-sh/python-build-standalone/releases/download/20241206/cpython-3.11.11+20241206-s390x-unknown-linux-gnu-install_only_stripped.tar.gz"
]
}
2 changes: 1 addition & 1 deletion examples/busybox/lift.linux-x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
}
},
"fetch": [
"https://github.com/indygreg/python-build-standalone/releases/download/20241206/cpython-3.11.11+20241206-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz"
"https://github.com/astral-sh/python-build-standalone/releases/download/20241206/cpython-3.11.11+20241206-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz"
]
}
4 changes: 2 additions & 2 deletions examples/python/lift.linux-x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
}
},
"fetch": [
"https://github.com/indygreg/python-build-standalone/releases/download/20221002/cpython-3.8.14+20221002-x86_64-unknown-linux-gnu-install_only.tar.gz",
"https://github.com/indygreg/python-build-standalone/releases/download/20221002/cpython-3.9.14+20221002-x86_64-unknown-linux-gnu-install_only.tar.gz"
"https://github.com/astral-sh/python-build-standalone/releases/download/20221002/cpython-3.8.14+20221002-x86_64-unknown-linux-gnu-install_only.tar.gz",
"https://github.com/astral-sh/python-build-standalone/releases/download/20221002/cpython-3.9.14+20221002-x86_64-unknown-linux-gnu-install_only.tar.gz"
]
}
4 changes: 2 additions & 2 deletions examples/python/lift.macos-x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
}
},
"fetch": [
"https://github.com/indygreg/python-build-standalone/releases/download/20221002/cpython-3.8.14+20221002-x86_64-apple-darwin-install_only.tar.gz",
"https://github.com/indygreg/python-build-standalone/releases/download/20221002/cpython-3.9.14+20221002-x86_64-apple-darwin-install_only.tar.gz"
"https://github.com/astral-sh/python-build-standalone/releases/download/20221002/cpython-3.8.14+20221002-x86_64-apple-darwin-install_only.tar.gz",
"https://github.com/astral-sh/python-build-standalone/releases/download/20221002/cpython-3.9.14+20221002-x86_64-apple-darwin-install_only.tar.gz"
]
}

0 comments on commit 598c7a3

Please sign in to comment.