Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-wheel
Commits:
8e5d4c90 by Jelle van der Waa at 2024-11-16T13:59:10+01:00
upgpkg: 0.45.0-2: Bootstrap for Python 3.13
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-wheel
pkgdesc = A built-package format for Python
pkgver = 0.45.0
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.python.org/pypi/wheel
arch = any
license = MIT
@@ -11,17 +11,26 @@ pkgbase = python-wheel
checkdepends = python-keyrings-alt
checkdepends = python-xdg
checkdepends = python-setuptools
- makedepends = python-build
- makedepends = python-flit-core
- makedepends = python-installer
+ makedepends = git
depends = python
- depends = python-packaging
optdepends = python-keyring: for wheel.signatures
optdepends = python-xdg: for wheel.signatures
optdepends = python-setuptools: for legacy bdist_wheel subcommand
- source =
python-wheel-0.45.0.tar.gz::https://github.com/pypa/wheel/archive/0.45.0.tar.gz
- source = python-wheel-0.45.0-devendor.patch
- sha512sums =
b5610405ae6aa387d4597821793e82115873137bd24d9e07f4b68680089e93f595ecdf42c8e290b2daaca2b9687afe02a0255baf32d1ee60870b1e9f0a9dd644
- sha512sums =
b9e705f1ca4f71332cd20b404d3eaae13a0785958a021078d786177b161e789c370d20dd0411246e53890235d8dc527c72a4cc8023c0bcff8921135422b98173
+ 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-wheel
=====================================
PKGBUILD
=====================================
@@ -2,12 +2,12 @@
# Maintainer: Morten Linderud <[email protected]>
# Contributor: Lance Chen <[email protected]>
-_bootstrap=0
+_bootstrap=1
_bootstrap_version=3.13.0
pkgname=python-wheel
_name=${pkgname#python-}
pkgver=0.45.0
-pkgrel=1
+pkgrel=2
pkgdesc="A built-package format for Python"
arch=(any)
url="https://pypi.python.org/pypi/wheel"
@@ -43,8 +43,14 @@ else
python-setuptools::git+https://github.com/pypa/setuptools.git
)
fi
-sha512sums=('b5610405ae6aa387d4597821793e82115873137bd24d9e07f4b68680089e93f595ecdf42c8e290b2daaca2b9687afe02a0255baf32d1ee60870b1e9f0a9dd644'
-
'b9e705f1ca4f71332cd20b404d3eaae13a0785958a021078d786177b161e789c370d20dd0411246e53890235d8dc527c72a4cc8023c0bcff8921135422b98173')
+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-wheel/-/commit/8e5d4c90ad59183dffb3bfd939ca2a38ecbad96d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-wheel/-/commit/8e5d4c90ad59183dffb3bfd939ca2a38ecbad96d
You're receiving this email because of your account on gitlab.archlinux.org.