Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-build
Commits:
b37d4bf6 by Jelle van der Waa at 2024-11-16T14:06:32+01:00
upgpkg: 1.2.2-2: Bootstrap for Python 3.13
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-build
pkgdesc = A simple, correct Python build frontend
pkgver = 1.2.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pypa/build
arch = any
license = MIT
@@ -14,22 +14,29 @@ pkgbase = python-build
checkdepends = python-virtualenv
checkdepends = python-wheel
makedepends = git
- makedepends = python-build
- makedepends = python-flit-core
- makedepends = python-installer
depends = python
- depends = python-packaging
- depends = python-pyproject-hooks
optdepends = python-pip: to use as the Python package installer
(default)
optdepends = python-uv: to use as the Python package installer
optdepends = python-virtualenv: to use virtualenv for build isolation
- source =
python-build::git+https://github.com/pypa/build#tag=1.2.2?signed
+ 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
validpgpkeys = 2FDEC9863E5E14C7BC429F27B9D0E45146A241E8
- b2sums =
50f927c2f51e9ae85b857f115f22671e6fa869459fe66e0447b32d74f86130a33313065c0eca2cc68350f8a6530cfa3c72661fc2528ff628c7cc10557c662f18
+ b2sums =
735732dab41dd5f16f7f0536f393f5c2b07a5a444b7541c6875f16b701bd8bee9f19220dcc8d112ed821e03b2705b50789d1ccbdd36eb755a3346ddfe7a39a56
+ b2sums = SKIP
+ b2sums = SKIP
+ b2sums = SKIP
+ b2sums = SKIP
+ b2sums = SKIP
+ b2sums = SKIP
+ b2sums = SKIP
pkgname = python-build
depends = python
depends = python-packaging
depends = python-pyproject-hooks
- depends = python-packaging
- depends = python-pyproject-hooks
=====================================
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=build
pkgname=python-$_pkgname
pkgver=1.2.2
-pkgrel=1
+pkgrel=2
pkgdesc='A simple, correct Python build frontend'
arch=(any)
url='https://github.com/pypa/build'
@@ -63,7 +63,14 @@ validpgpkeys=(
# 3DCE51D60930EBA47858BA4146F633CBB0EB4BF2 # Filipe Laíns (FFY00)
<[email protected]>
2FDEC9863E5E14C7BC429F27B9D0E45146A241E8 # Henry Schreiner
<[email protected]>
)
-b2sums=('50f927c2f51e9ae85b857f115f22671e6fa869459fe66e0447b32d74f86130a33313065c0eca2cc68350f8a6530cfa3c72661fc2528ff628c7cc10557c662f18')
+b2sums=('735732dab41dd5f16f7f0536f393f5c2b07a5a444b7541c6875f16b701bd8bee9f19220dcc8d112ed821e03b2705b50789d1ccbdd36eb755a3346ddfe7a39a56'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
prepare() {
if (( _bootstrap == 0 )); then
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-build/-/commit/b37d4bf671f48fe3ca3477e4710b275d64ebe2d6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-build/-/commit/b37d4bf671f48fe3ca3477e4710b275d64ebe2d6
You're receiving this email because of your account on gitlab.archlinux.org.