Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-installer
Commits:
9d6db326 by Jelle van der Waa at 2024-11-16T14:07:18+01:00
upgpkg: 0.7.0-9: Bootstrap for Python 3.13
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,16 +1,28 @@
pkgbase = python-installer
pkgdesc = Low-level library for installing a Python package from a
wheel distribution
pkgver = 0.7.0
- pkgrel = 8
+ pkgrel = 9
url = https://github.com/pypa/installer
arch = any
license = MIT
checkdepends = python-pytest
- makedepends = python-build
- makedepends = python-flit-core
- makedepends = python-installer
+ makedepends = git
depends = python
- source =
python-installer-0.7.0.tar.gz::https://github.com/pypa/installer/archive/refs/tags/0.7.0.tar.gz
- sha512sums =
a509c6ea9d88b8527cce0428ca6109077820cb9aa352967a389012bac40f8ec04039ab73710f4fb32b32ed20affd520ce0ba16ba18d9d380ce0af1f51fe8e2c6
+ source =
python-bootstrap::git+https://gitlab.archlinux.org/archlinux/python-bootstrap.git#tag=3.13.0
+ source = python-build::git+https://github.com/pypa/build.git
+ source = python-flit::git+https://github.com/pypa/flit.git
+ source = python-installer::git+https://github.com/pypa/installer.git
+ source = python-wheel::git+https://github.com/pypa/wheel.git
+ source = python-packaging::git+https://github.com/pypa/packaging
+ source =
python-pyproject-hooks::git+https://github.com/pypa/pyproject-hooks
+ source = python-setuptools::git+https://github.com/pypa/setuptools.git
+ sha512sums =
5757ae70da9b52c571e4cd65585ec7ab4f7471eec7bf261a0d8dd2a5429284cfbe2a471292f7479d7c6c82c94ec846615cd382aa6c574d6be79dd9becc83a2ec
+ sha512sums = SKIP
+ sha512sums = SKIP
+ sha512sums = SKIP
+ sha512sums = SKIP
+ sha512sums = SKIP
+ sha512sums = SKIP
+ sha512sums = SKIP
pkgname = python-installer
=====================================
PKGBUILD
=====================================
@@ -1,12 +1,12 @@
# Maintainer: Filipe LaĆns (FFY00) <[email protected]>
# Maintainer: Daniel M. Capella <[email protected]>
-_bootstrap=0
+_bootstrap=1
_bootstrap_version=3.13.0
_pkgname=installer
pkgname=python-$_pkgname
pkgver=0.7.0
-pkgrel=8
+pkgrel=9
pkgdesc='Low-level library for installing a Python package from a wheel
distribution'
arch=('any')
url='https://github.com/pypa/installer'
@@ -36,7 +36,14 @@ else
python-setuptools::git+https://github.com/pypa/setuptools.git
)
fi
-sha512sums=('a509c6ea9d88b8527cce0428ca6109077820cb9aa352967a389012bac40f8ec04039ab73710f4fb32b32ed20affd520ce0ba16ba18d9d380ce0af1f51fe8e2c6')
+sha512sums=('5757ae70da9b52c571e4cd65585ec7ab4f7471eec7bf261a0d8dd2a5429284cfbe2a471292f7479d7c6c82c94ec846615cd382aa6c574d6be79dd9becc83a2ec'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
prepare() {
if (( _bootstrap == 0 )); then
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-installer/-/commit/9d6db326e555170234445d5bb0d9d7004b68105a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-installer/-/commit/9d6db326e555170234445d5bb0d9d7004b68105a
You're receiving this email because of your account on gitlab.archlinux.org.