Date: Saturday, August 20, 2022 @ 10:38:29 Author: alerque Revision: 1271044
upgpkg: python-pygit2 1.10.0-1 Modified: python-pygit2/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-20 10:18:17 UTC (rev 1271043) +++ PKGBUILD 2022-08-20 10:38:29 UTC (rev 1271044) @@ -4,7 +4,7 @@ # Contributor: Daniel Micay <[email protected]> pkgname=python-pygit2 -pkgver=1.9.2 +pkgver=1.10.0 pkgrel=1 pkgdesc='Python bindings for libgit2' arch=('x86_64') @@ -11,10 +11,10 @@ url="https://github.com/libgit2/pygit2" license=('GPL2') depends=('libgit2' 'libgit2.so' 'python-cffi' 'python-six' 'python-cached-property') -makedepends=('python-build' 'python-cffi' 'python-installer' 'python-setuptools' 'git' 'python-six' 'python-wheel') +makedepends=('cython' 'python-build' 'python-cffi' 'python-installer' 'python-setuptools' 'git' 'python-six' 'python-wheel') checkdepends=('python-pytest-runner') source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('17064af7a824d7e4481b4b909370085da047c0d706674d4d086215da4b3ef497') +sha256sums=('f86f76812a1eed69b4b36757ddf77a1e455d8dc508ed26550b4e4be46e5e79af') prepare() { cd "pygit2-$pkgver" @@ -29,7 +29,7 @@ check() { cd "pygit2-$pkgver" - local _pyver=$(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))') + local _pyver=cpython-$(python -c 'import sys; print("".join(map(str, sys.version_info[:2])))') PYTHONPATH="$PWD/build/lib.linux-$CARCH-$_pyver" pytest }
