[arch-commits] Commit in python-kiwisolver/repos/community-staging-x86_64 (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Thu Dec 2 19:24:42 UTC 2021
Date: Thursday, December 2, 2021 @ 19:24:42
Author: foutrelis
Revision: 1062390
archrelease: copy trunk to community-staging-x86_64
Added:
python-kiwisolver/repos/community-staging-x86_64/PKGBUILD
(from rev 1062388, python-kiwisolver/trunk/PKGBUILD)
Deleted:
python-kiwisolver/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 19:24:41 UTC (rev 1062389)
+++ PKGBUILD 2021-12-02 19:24:42 UTC (rev 1062390)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-kiwisolver
-pkgver=1.3.2
-pkgrel=2
-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=("https://github.com/nucleic/kiwi/archive/$pkgver.rc1/$pkgname-$pkgver.rc1.tar.gz")
-sha512sums=('e9ef20756df587b49f7b8e52ff388db6e2e551548ae7d60b6916586fb35249b10bda895a7be7635b300e6100ec1c7daf7d641de6d26d9b2c36055ac6c176302b')
-
-build() {
- cd kiwi-$pkgver.rc1
- python setup.py build
-}
-
-check() {
- cd kiwi-$pkgver.rc1
- python setup.py pytest
-}
-
-package() {
- cd kiwi-$pkgver.rc1/
- python3 setup.py install --root="$pkgdir" --optimize=1
-}
Copied: python-kiwisolver/repos/community-staging-x86_64/PKGBUILD (from rev 1062388, python-kiwisolver/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 19:24:42 UTC (rev 1062390)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-kiwisolver
+pkgver=1.3.2
+pkgrel=3
+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=("https://github.com/nucleic/kiwi/archive/$pkgver.rc1/$pkgname-$pkgver.rc1.tar.gz")
+sha512sums=('e9ef20756df587b49f7b8e52ff388db6e2e551548ae7d60b6916586fb35249b10bda895a7be7635b300e6100ec1c7daf7d641de6d26d9b2c36055ac6c176302b')
+
+build() {
+ cd kiwi-$pkgver.rc1
+ python setup.py build
+}
+
+check() {
+ cd kiwi-$pkgver.rc1
+ python setup.py pytest
+}
+
+package() {
+ cd kiwi-$pkgver.rc1/
+ python3 setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list