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

Felix Yan felixonmars at archlinux.org
Tue May 26 19:50:40 UTC 2020


    Date: Tuesday, May 26, 2020 @ 19:50:39
  Author: felixonmars
Revision: 635255

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-26 19:50:21 UTC (rev 635254)
+++ PKGBUILD	2020-05-26 19:50:39 UTC (rev 635255)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-kiwisolver
-pkgver=1.1.0
-pkgrel=4
-pkgdesc="A fast implementation of the Cassowary constraint solver"
-url="https://github.com/nucleic/kiwi"
-license=('PerlArtistic')
-arch=('x86_64')
-depends=('python-setuptools')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/nucleic/kiwi/archive/$pkgver.tar.gz")
-sha512sums=('e26a951fdba2fb221effe7ed785010d5795695b30e19fb67a30dc2ac883ee21b1daec967ad89734309c101513cd17bb5971118591270f402b8d46098178aff25')
-
-build() {
-  cd "$srcdir"/kiwi-$pkgver/
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/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 635254, python-kiwisolver/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-26 19:50:39 UTC (rev 635255)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-kiwisolver
+pkgver=1.2.0
+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-pip')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nucleic/kiwi/archive/$pkgver.tar.gz")
+sha512sums=('05541ff46cc64b9958d714452138dc7bb343e6cc9308408a3f8cf25242e9640af37f8bfd22a7038e8ca70a895f57bdb983346259bce22b1630ac10b974d00a0e')
+
+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
+}



More information about the arch-commits mailing list