[arch-commits] Commit in python-kiwisolver/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon Jul 4 21:47:22 UTC 2022


    Date: Monday, July 4, 2022 @ 21:47:22
  Author: arojas
Revision: 1244022

archrelease: copy trunk to community-x86_64

Added:
  python-kiwisolver/repos/community-x86_64/PKGBUILD
    (from rev 1244021, python-kiwisolver/trunk/PKGBUILD)
Deleted:
  python-kiwisolver/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   63 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-04 21:47:14 UTC (rev 1244021)
+++ PKGBUILD	2022-07-04 21:47:22 UTC (rev 1244022)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-kiwisolver
-pkgver=1.4.2
-pkgrel=1
-pkgdesc="A fast implementation of the Cassowary constraint solver"
-url="https://github.com/nucleic/kiwi"
-license=('PerlArtistic')
-arch=('x86_64')
-depends=('python')
-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')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd kiwi-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd kiwi-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd kiwi-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-kiwisolver/repos/community-x86_64/PKGBUILD (from rev 1244021, python-kiwisolver/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-04 21:47:22 UTC (rev 1244022)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-kiwisolver
+pkgver=1.4.3
+pkgrel=1
+pkgdesc="A fast implementation of the Cassowary constraint solver"
+url="https://github.com/nucleic/kiwi"
+license=('PerlArtistic')
+arch=('x86_64')
+depends=('python')
+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=('04205555da46e772f2d25a481c4d966dc7bab8a541434a7c183e1b4f41ccd6e06aec564f2a95dae649585d337c1bf818a7cf24727460ad14669a3b3d74c74274')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd kiwi-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd kiwi-$pkgver
+  PYTHONPATH="$PWD"/py \
+  python setup.py pytest
+}
+
+package() {
+  cd kiwi-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list