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

2020-11-02 Thread Felix Yan via arch-commits
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
===
--- PKGBUILD2020-11-03 04:01:08 UTC (rev 740138)
+++ PKGBUILD2020-11-03 04:01:28 UTC (rev 740139)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-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)
+++ PKGBUILD2020-11-03 04:01:28 UTC (rev 740139)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+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
+}


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

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 10:27:43
  Author: felixonmars
Revision: 735356

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-28 10:27:26 UTC (rev 735355)
+++ PKGBUILD2020-10-28 10:27:43 UTC (rev 735356)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-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
-}

Copied: python-kiwisolver/repos/community-x86_64/PKGBUILD (from rev 735355, 
python-kiwisolver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-28 10:27:43 UTC (rev 735356)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+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
+}


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

2020-05-26 Thread Felix Yan via arch-commits
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
===
--- PKGBUILD2020-05-26 19:50:21 UTC (rev 635254)
+++ PKGBUILD2020-05-26 19:50:39 UTC (rev 635255)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-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)
+++ PKGBUILD2020-05-26 19:50:39 UTC (rev 635255)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+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
+}


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

2020-05-12 Thread Jelle van der Waa via arch-commits
Date: Tuesday, May 12, 2020 @ 19:54:43
  Author: jelle
Revision: 627219

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-12 19:54:34 UTC (rev 627218)
+++ PKGBUILD2020-05-12 19:54:43 UTC (rev 627219)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-kiwisolver
-pkgname=(python-kiwisolver python2-kiwisolver)
-pkgver=1.1.0
-pkgrel=3
-pkgdesc="A fast implementation of the Cassowary constraint solver"
-url="https://github.com/nucleic/kiwi";
-license=('PerlArtistic')
-arch=('x86_64')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/nucleic/kiwi/archive/$pkgver.tar.gz";)
-sha512sums=('e26a951fdba2fb221effe7ed785010d5795695b30e19fb67a30dc2ac883ee21b1daec967ad89734309c101513cd17bb5971118591270f402b8d46098178aff25')
-
-prepare() {
-  cp -a kiwi-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/kiwi-$pkgver/
-  python setup.py build
-
-  cd "$srcdir"/kiwi-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/kiwi-$pkgver/
-  python setup.py pytest
-
-  cd "$srcdir"/kiwi-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-kiwisolver() {
-  depends=('python-setuptools')
-
-  cd kiwi-$pkgver/
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-kiwisolver() {
-  depends=('python2-setuptools')
-
-  cd kiwi-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-kiwisolver/repos/community-x86_64/PKGBUILD (from rev 627218, 
python-kiwisolver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-12 19:54:43 UTC (rev 627219)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+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
+}


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

2019-04-25 Thread Felix Yan via arch-commits
Date: Thursday, April 25, 2019 @ 11:57:55
  Author: felixonmars
Revision: 453767

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   97 ++---
 1 file changed, 48 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-25 11:57:36 UTC (rev 453766)
+++ PKGBUILD2019-04-25 11:57:55 UTC (rev 453767)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-kiwisolver
-pkgname=(python-kiwisolver python2-kiwisolver)
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="A fast implementation of the Cassowary constraint solver"
-url="https://github.com/nucleic/kiwi";
-license=('PerlArtistic')
-arch=('x86_64')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/nucleic/kiwi/archive/$pkgver.tar.gz";)
-sha512sums=('01002ae1dbf6482ed68c49ad3da80b772db84ec221c4b111c42f1b493f19299e0ddb187e43e64b380eb2ddc292d5848d6e09a5a1dbfaf68950a65423a913ec18')
-
-prepare() {
-  cp -a kiwi-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/kiwi-$pkgver/
-  python setup.py build
-
-  cd "$srcdir"/kiwi-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/kiwi-$pkgver/
-  python setup.py pytest
-
-  cd "$srcdir"/kiwi-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-kiwisolver() {
-  depends=('python-setuptools')
-
-  cd kiwi-$pkgver/
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-kiwisolver() {
-  depends=('python2-setuptools')
-
-  cd kiwi-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-kiwisolver/repos/community-x86_64/PKGBUILD (from rev 453766, 
python-kiwisolver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-25 11:57:55 UTC (rev 453767)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-kiwisolver
+pkgname=(python-kiwisolver python2-kiwisolver)
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="A fast implementation of the Cassowary constraint solver"
+url="https://github.com/nucleic/kiwi";
+license=('PerlArtistic')
+arch=('x86_64')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/nucleic/kiwi/archive/$pkgver.tar.gz";)
+sha512sums=('e26a951fdba2fb221effe7ed785010d5795695b30e19fb67a30dc2ac883ee21b1daec967ad89734309c101513cd17bb5971118591270f402b8d46098178aff25')
+
+prepare() {
+  cp -a kiwi-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/kiwi-$pkgver/
+  python setup.py build
+
+  cd "$srcdir"/kiwi-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/kiwi-$pkgver/
+  python setup.py pytest
+
+  cd "$srcdir"/kiwi-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-kiwisolver() {
+  depends=('python-setuptools')
+
+  cd kiwi-$pkgver/
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-kiwisolver() {
+  depends=('python2-setuptools')
+
+  cd kiwi-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}