diff --git a/python/python-kiwisolver/.SRCINFO b/python/python-kiwisolver/.SRCINFO new file mode 100644 index 0000000000..de71e081c3 --- /dev/null +++ b/python/python-kiwisolver/.SRCINFO @@ -0,0 +1,23 @@ +pkgbase = python-kiwisolver + pkgdesc = A fast implementation of the Cassowary constraint solver + pkgver = 1.4.5 + pkgrel = 5 + url = https://github.com/nucleic/kiwi + arch = x86_64 + arch = powerpc64le + arch = powerpc64 + arch = powerpc + arch = riscv64 + license = Artistic-1.0-Perl + checkdepends = python-pytest + makedepends = git + makedepends = python-cppy + makedepends = python-setuptools-scm + makedepends = python-wheel + makedepends = python-build + makedepends = python-installer + depends = python + source = git+https://github.com/nucleic/kiwi.git#commit=03adafeb0f1188e34cde4c7ca8fe384912bd9e1b + sha512sums = 7ec0211a888e9402fa85e2821a76fff138810f5758c6e621f365bf6a9b2142adcba3dfaf0f98688e431bb3019b9177a56f6413afaedecd9e8137e57c858426d4 + +pkgname = python-kiwisolver diff --git a/python/python-kiwisolver/.nvchecker.toml b/python/python-kiwisolver/.nvchecker.toml new file mode 100644 index 0000000000..df87311754 --- /dev/null +++ b/python/python-kiwisolver/.nvchecker.toml @@ -0,0 +1,3 @@ +[python-kiwisolver] +source = "git" +git = "https://github.com/nucleic/kiwi.git" diff --git a/python/python-kiwisolver/PKGBUILD b/python/python-kiwisolver/PKGBUILD index 651672a53e..1e30ad21e2 100644 --- a/python/python-kiwisolver/PKGBUILD +++ b/python/python-kiwisolver/PKGBUILD @@ -4,7 +4,7 @@ pkgname=python-kiwisolver pkgver=1.4.5 _commit=03adafeb0f1188e34cde4c7ca8fe384912bd9e1b -pkgrel=3 +pkgrel=5 pkgdesc="A fast implementation of the Cassowary constraint solver" url="https://github.com/nucleic/kiwi" license=('Artistic-1.0-Perl')