index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-24 15:36:22 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-24 15:36:22 +0100 |
commit | 7b63b7db33fde5b1ea1b5601836bc73f8328d7ec (patch) | |
tree | 55e79330f1b89fcac8eae2ca639c4c74e17b40a4 /build-support/python-bootstrap | |
parent | 04c8c6492ae8b0599838817f988bbaebb81a3b36 (diff) |
-rw-r--r-- | build-support/python-bootstrap/PKGBUILD | 3 |
diff --git a/build-support/python-bootstrap/PKGBUILD b/build-support/python-bootstrap/PKGBUILD index 77705858..682f91ef 100644 --- a/build-support/python-bootstrap/PKGBUILD +++ b/build-support/python-bootstrap/PKGBUILD @@ -4,12 +4,13 @@ pkgbase=python-bootstrap pkgname=(python-{build,flit-core,installer,packaging,pyproject-hooks,setuptools,wheel}) pkgver=1 pkgrel=1 +_pythonver=3.13.0 arch=(any) license=('custom') makedepends=(python git) url="https://gitlab.archlinux.org/archlinux/python-bootstrap" source=( - "${pkgbase}::git+https://gitlab.archlinux.org/archlinux/python-bootstrap.git#branch=python-3.12" + "${pkgbase}::git+https://gitlab.archlinux.org/archlinux/python-bootstrap.git#tag=$_pythonver" "${pkgbase}-build::git+https://github.com/pypa/build.git" "${pkgbase}-flit::git+https://github.com/takluyver/flit.git" "${pkgbase}-installer::git+https://github.com/pypa/installer.git" |