From 598c7a3a79ae05fc59d28cc30be0b44c1325cdd6 Mon Sep 17 00:00:00 2001 From: John Sirois Date: Wed, 18 Dec 2024 15:49:02 -0800 Subject: [PATCH] Update PBS GitHub repo URLs. (#265) This tracks the ownership transfer from indygreg to astral-sh. --- docs/packaging.md | 2 +- examples/busybox/lift.linux-armv7l.json | 2 +- examples/busybox/lift.linux-powerpc64.json | 2 +- examples/busybox/lift.linux-s390x.json | 2 +- examples/busybox/lift.linux-x86_64.json | 2 +- examples/python/lift.linux-x86_64.json | 4 ++-- examples/python/lift.macos-x86_64.json | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/packaging.md b/docs/packaging.md index 33420f8..a96cb11 100644 --- a/docs/packaging.md +++ b/docs/packaging.md @@ -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 diff --git a/examples/busybox/lift.linux-armv7l.json b/examples/busybox/lift.linux-armv7l.json index 8da03a3..04db23b 100644 --- a/examples/busybox/lift.linux-armv7l.json +++ b/examples/busybox/lift.linux-armv7l.json @@ -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" ] } diff --git a/examples/busybox/lift.linux-powerpc64.json b/examples/busybox/lift.linux-powerpc64.json index 25eb108..63656de 100644 --- a/examples/busybox/lift.linux-powerpc64.json +++ b/examples/busybox/lift.linux-powerpc64.json @@ -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" ] } diff --git a/examples/busybox/lift.linux-s390x.json b/examples/busybox/lift.linux-s390x.json index 90fbfd8..a430493 100644 --- a/examples/busybox/lift.linux-s390x.json +++ b/examples/busybox/lift.linux-s390x.json @@ -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" ] } diff --git a/examples/busybox/lift.linux-x86_64.json b/examples/busybox/lift.linux-x86_64.json index 258a975..60613ac 100644 --- a/examples/busybox/lift.linux-x86_64.json +++ b/examples/busybox/lift.linux-x86_64.json @@ -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" ] } diff --git a/examples/python/lift.linux-x86_64.json b/examples/python/lift.linux-x86_64.json index 13c3b32..1d38c40 100644 --- a/examples/python/lift.linux-x86_64.json +++ b/examples/python/lift.linux-x86_64.json @@ -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" ] } diff --git a/examples/python/lift.macos-x86_64.json b/examples/python/lift.macos-x86_64.json index f8b884d..3744c3b 100644 --- a/examples/python/lift.macos-x86_64.json +++ b/examples/python/lift.macos-x86_64.json @@ -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" ] }