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

Felix Yan felixonmars at archlinux.org
Tue Nov 3 04:01:38 UTC 2020


    Date: Tuesday, November 3, 2020 @ 04:01:28
  Author: felixonmars
Revision: 740139

archrelease: copy trunk to community-x86_64

Added:
  python-kiwisolver/repos/community-x86_64/PKGBUILD
    (from rev 740138, 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-11-03 04:01:08 UTC (rev 740138)
+++ PKGBUILD	2020-11-03 04:01:28 UTC (rev 740139)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-kiwisolver
-pkgver=1.3.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=('64bb475f86e6f409318c5030cd2874bf060c26bf6c1ea62bfb96c1ae27f7326fcd6fc575cbdad7351808d18ae9b9f6664eb312019d432cd6a4c0b8af4fa317b6')
-
-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 740138, python-kiwisolver/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-03 04:01:28 UTC (rev 740139)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-kiwisolver
+pkgver=1.3.1
+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=('0f5c1e516c334d358b8679313035dd45386381965853005271c73e3f4421fb27e3ca5a43b4f2dc85d693f4151427dae9b34d372fe72fcc1a186abd85a54a225a')
+
+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