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