[arch-commits] Commit in python-kiwisolver/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Mon Jul 4 21:47:14 UTC 2022
Date: Monday, July 4, 2022 @ 21:47:14
Author: arojas
Revision: 1244021
upgpkg: python-kiwisolver 1.4.3-1: Update to 1.4.3
Modified:
python-kiwisolver/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-07-04 21:40:25 UTC (rev 1244020)
+++ PKGBUILD 2022-07-04 21:47:14 UTC (rev 1244021)
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-kiwisolver
-pkgver=1.4.2
+pkgver=1.4.3
pkgrel=1
pkgdesc="A fast implementation of the Cassowary constraint solver"
url="https://github.com/nucleic/kiwi"
@@ -11,7 +11,7 @@
makedepends=('python-cppy' 'python-setuptools-scm' 'python-wheel')
checkdepends=('python-pytest-runner')
source=("https://github.com/nucleic/kiwi/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('e7726ac7985bea1020fd3a26bf54b941acfffffb1f47b462c74f9829c5a89e7abd0732b5a11685b20d6a17ac9625178c68ea71052e852f91491a308d07111b01')
+sha512sums=('04205555da46e772f2d25a481c4d966dc7bab8a541434a7c183e1b4f41ccd6e06aec564f2a95dae649585d337c1bf818a7cf24727460ad14669a3b3d74c74274')
export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
@@ -22,6 +22,7 @@
check() {
cd kiwi-$pkgver
+ PYTHONPATH="$PWD"/py \
python setup.py pytest
}
More information about the arch-commits
mailing list