David Runge pushed to branch main at Arch Linux / Packaging / Packages /
python-simplejson
Commits:
bf0abfc3 by David Runge at 2024-04-05T22:24:01+02:00
upgpkg: 3.19.2-4: Rebuild against Python 3.12 (oops)
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-simplejson
pkgdesc = Simple, fast and extensible JSON decoder/encoder
pkgver = 3.19.2
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/simplejson/simplejson
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=python-simplejson
_name="${pkgname#python-}"
pkgver=3.19.2
-pkgrel=3
+pkgrel=4
pkgdesc='Simple, fast and extensible JSON decoder/encoder'
license=(MIT)
arch=(x86_64)
@@ -36,6 +36,6 @@ check() {
package_python-simplejson() {
cd $_name-$pkgver
- python -m build --wheel --no-isolation
+ python -m installer --destdir="$pkgdir" dist/*.whl
install -Dm644 LICENSE.txt -t "$pkgdir/usr/share/licenses/$pkgname/"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-simplejson/-/commit/bf0abfc390a867a4a7cbce07323bcadfb6e024d6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-simplejson/-/commit/bf0abfc390a867a4a7cbce07323bcadfb6e024d6
You're receiving this email because of your account on gitlab.archlinux.org.