diff options
author | TBK <tbk@jjtc.dk> | 2017-12-01 23:09:46 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-02-16 01:55:38 +0100 |
commit | d2973e2748c89d3a78e88ef2f3fcd3225dac46a6 (patch) | |
tree | 91a5dde43cf2c3a6939118f498b0d30470e5db6c /community/py-pygit2 | |
parent | aa5d8f79338f88702decde530357b3fa50e22427 (diff) | |
download | aports-d2973e2748c89d3a78e88ef2f3fcd3225dac46a6.tar.bz2 aports-d2973e2748c89d3a78e88ef2f3fcd3225dac46a6.tar.xz |
community/py-pygit2: upgrade to 0.26.2 and modernize abuild
Diffstat (limited to 'community/py-pygit2')
-rw-r--r-- | community/py-pygit2/APKBUILD | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/community/py-pygit2/APKBUILD b/community/py-pygit2/APKBUILD index d59a8b5c82..f65f4161fc 100644 --- a/community/py-pygit2/APKBUILD +++ b/community/py-pygit2/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: pkgname=py-pygit2 _pkgname=pygit2 -pkgver=0.25.0 -pkgrel=2 +pkgver=0.26.2 +pkgrel=0 pkgdesc="Python bindings for libgit2" url="https://github.com/libgit2/pygit2" arch="all" @@ -17,8 +17,8 @@ builddir="$srcdir/$_pkgname-$pkgver" build() { cd "$builddir" - python2 setup.py build || return 1 - python3 setup.py build || return 1 + python2 setup.py build + python3 setup.py build } package() { @@ -45,6 +45,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -md5sums="0893c90d1c840ccf7dc79835470c1894 py-pygit2-0.25.0.tar.gz" -sha256sums="488dff456921b2763d68b6e8df3101b0c54dc00822548b090b6ee6e05c909416 py-pygit2-0.25.0.tar.gz" -sha512sums="5619b09d3bf7aca6ccab2c29d2b220ec6942ba9190b4d52c058bcc29036ff10e20ed869c6ebc8131dccba07205699c7d567c0db538e54db64bdb058c3a0ca080 py-pygit2-0.25.0.tar.gz" +sha512sums="c77a29ffa71cb4ac9ffcd5f890b810c4b4dc93515fc8ba7043975bf4d5318bce2ad5aeae677c93d674d313a3ecce4c0a332b0773337a63909011fa9995e08743 py-pygit2-0.26.2.tar.gz" |