Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-kiwisolver
Commits:
e547dccc by Daniel M. Capella at 2024-04-06T15:43:50-04:00
upgpkg: 1.4.5-3: Python 3.12 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-kiwisolver
pkgdesc = A fast implementation of the Cassowary constraint solver
pkgver = 1.4.5
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/nucleic/kiwi
arch = x86_64
license = Artistic-1.0-Perl
@@ -14,6 +14,6 @@ pkgbase = python-kiwisolver
makedepends = python-installer
depends = python
source =
git+https://github.com/nucleic/kiwi.git#commit=03adafeb0f1188e34cde4c7ca8fe384912bd9e1b
- sha512sums = SKIP
+ sha512sums =
7ec0211a888e9402fa85e2821a76fff138810f5758c6e621f365bf6a9b2142adcba3dfaf0f98688e431bb3019b9177a56f6413afaedecd9e8137e57c858426d4
pkgname = python-kiwisolver
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-kiwisolver
pkgver=1.4.5
_commit=03adafeb0f1188e34cde4c7ca8fe384912bd9e1b
-pkgrel=2
+pkgrel=3
pkgdesc="A fast implementation of the Cassowary constraint solver"
url="https://github.com/nucleic/kiwi"
license=('Artistic-1.0-Perl')
@@ -12,7 +12,7 @@ depends=('python')
makedepends=('git' 'python-cppy' 'python-setuptools-scm' 'python-wheel'
'python-build' 'python-installer')
checkdepends=('python-pytest')
source=("git+https://github.com/nucleic/kiwi.git#commit=$_commit")
-sha512sums=('SKIP')
+sha512sums=('7ec0211a888e9402fa85e2821a76fff138810f5758c6e621f365bf6a9b2142adcba3dfaf0f98688e431bb3019b9177a56f6413afaedecd9e8137e57c858426d4')
build() {
cd kiwi
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-kiwisolver/-/commit/e547dcccab4b62ef5632b45a9d29bf08f8b66530
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-kiwisolver/-/commit/e547dcccab4b62ef5632b45a9d29bf08f8b66530
You're receiving this email because of your account on gitlab.archlinux.org.