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