Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-packaging
Commits:
51e9a941 by Jelle van der Waa at 2024-11-16T14:01:35+01:00
upgpkg: 24.2-2: Bootstrap for Python 3.13
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,17 +1,29 @@
pkgbase = python-packaging
pkgdesc = Core utilities for Python packages
pkgver = 24.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pypa/packaging
arch = any
license = Apache-2.0
checkdepends = python-pytest
checkdepends = python-pretend
- makedepends = python-build
- makedepends = python-flit-core
- makedepends = python-installer
+ makedepends = git
depends = python
- source =
https://github.com/pypa/packaging/archive/24.2/python-packaging-24.2.tar.gz
- sha512sums =
cab6be7284c6bc2abce7a5bbdc25a40e33378576c5590dad4aef9d835a2205af81ca24af7ae3603d0e4e32f8865d87a621187dae2f86df6ac613c9886d482804
+ 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-packaging
=====================================
PKGBUILD
=====================================
@@ -1,11 +1,11 @@
# Maintainer: Felix Yan <[email protected]>
-_bootstrap=0
+_bootstrap=1
_bootstrap_version=3.13.0
pkgname=python-packaging
_name=${pkgname#python-}
pkgver=24.2
-pkgrel=1
+pkgrel=2
pkgdesc="Core utilities for Python packages"
arch=('any')
url="https://github.com/pypa/packaging"
@@ -35,7 +35,14 @@ else
python-setuptools::git+https://github.com/pypa/setuptools.git
)
fi
-sha512sums=('cab6be7284c6bc2abce7a5bbdc25a40e33378576c5590dad4aef9d835a2205af81ca24af7ae3603d0e4e32f8865d87a621187dae2f86df6ac613c9886d482804')
+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-packaging/-/commit/51e9a941b08af06c2d475436f4890b94ffce781f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-packaging/-/commit/51e9a941b08af06c2d475436f4890b94ffce781f
You're receiving this email because of your account on gitlab.archlinux.org.