Date: Monday, April 10, 2023 @ 12:27:30
Author: felixonmars
Revision: 1444283
archrelease: copy trunk to community-staging-x86_64
Added:
python-kiwisolver/repos/community-staging-x86_64/PKGBUILD
(from rev 1444281, python-kiwisolver/trunk/PKGBUILD)
Deleted:
python-kiwisolver/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 12:27:29 UTC (rev 1444282)
+++ PKGBUILD 2023-04-10 12:27:30 UTC (rev 1444283)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-kiwisolver
-pkgver=1.4.4
-_commit=55205cebe20fdd02dfdf15fe7fbc23a2c486997d
-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=('git' 'python-cppy' 'python-setuptools-scm' 'python-wheel')
-checkdepends=('python-pytest-runner')
-source=("git+https://github.com/nucleic/kiwi.git#commit=$_commit")
-sha512sums=('SKIP')
-
-build() {
- cd kiwi
- python setup.py build
-}
-
-check() {
- cd kiwi
- PYTHONPATH="$PWD"/py \
- python setup.py pytest
-}
-
-package() {
- cd kiwi
- python setup.py install --root="$pkgdir" --optimize=1
-}
Copied: python-kiwisolver/repos/community-staging-x86_64/PKGBUILD (from rev
1444281, python-kiwisolver/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-10 12:27:30 UTC (rev 1444283)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-kiwisolver
+pkgver=1.4.4
+_commit=55205cebe20fdd02dfdf15fe7fbc23a2c486997d
+pkgrel=4
+pkgdesc="A fast implementation of the Cassowary constraint solver"
+url="https://github.com/nucleic/kiwi"
+license=('PerlArtistic')
+arch=('x86_64')
+depends=('python')
+makedepends=('git' 'python-cppy' 'python-setuptools-scm' 'python-wheel')
+checkdepends=('python-pytest-runner')
+source=("git+https://github.com/nucleic/kiwi.git#commit=$_commit")
+sha512sums=('SKIP')
+
+build() {
+ cd kiwi
+ python setup.py build
+}
+
+check() {
+ cd kiwi
+ PYTHONPATH="$PWD"/py \
+ python setup.py pytest
+}
+
+package() {
+ cd kiwi
+ python setup.py install --root="$pkgdir" --optimize=1
+}