aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2019-01-22 09:59:44 +0000
committerAndy Postnikov <apostnikov@gmail.com>2019-01-22 16:22:44 +0200
commit70a222f1c53e8ad7e18a3174011f573636102cfb (patch)
tree2d7ae2ba01af0b957eaf7b8e5baa40bc943b2294
parent21acfbae3a5aa265c96c83da6ac27e04f1e03c7a (diff)
downloadalpine_aports-70a222f1c53e8ad7e18a3174011f573636102cfb.tar.bz2
alpine_aports-70a222f1c53e8ad7e18a3174011f573636102cfb.tar.xz
alpine_aports-70a222f1c53e8ad7e18a3174011f573636102cfb.zip
testing/py-dulwich: upgrade to 0.19.10
-rw-r--r--testing/py-dulwich/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py-dulwich/APKBUILD b/testing/py-dulwich/APKBUILD
index 98c8648de5..b71b432162 100644
--- a/testing/py-dulwich/APKBUILD
+++ b/testing/py-dulwich/APKBUILD
@@ -2,7 +2,7 @@
2# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> 2# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
3pkgname=py-dulwich 3pkgname=py-dulwich
4_pkgname=dulwich 4_pkgname=dulwich
5pkgver=0.19.9 5pkgver=0.19.10
6pkgrel=0 6pkgrel=0
7pkgdesc="A python implementation of the Git file formats and protocols" 7pkgdesc="A python implementation of the Git file formats and protocols"
8url="https://www.dulwich.io" 8url="https://www.dulwich.io"
@@ -11,8 +11,8 @@ license="GPL-2.0-or-later or Apache-2.0"
11options="!check" # Tests are failing (http-backend) 11options="!check" # Tests are failing (http-backend)
12makedepends="python2-dev python3-dev py-setuptools" 12makedepends="python2-dev python3-dev py-setuptools"
13subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" 13subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
14source="https://www.dulwich.io/releases/$_pkgname-$pkgver.tar.gz" 14source="https://github.com/dulwich/dulwich/archive/$_pkgname-$pkgver.tar.gz"
15builddir="$srcdir"/$_pkgname-$pkgver 15builddir="$srcdir"/$_pkgname-dulwich-$pkgver
16 16
17build() { 17build() {
18 cd "$builddir" 18 cd "$builddir"
@@ -48,4 +48,4 @@ _py() {
48 $python setup.py install --prefix=/usr --root="$subpkgdir" || return 1 48 $python setup.py install --prefix=/usr --root="$subpkgdir" || return 1
49} 49}
50 50
51sha512sums="7e97faaf566c60886ae806941c5d58495fd0fd3e7fe6d7d23033c6b721bd602ed6dce429c13d50fca6da320984a9a352edb7709c59cdea98c28ccd5522817580 dulwich-0.19.9.tar.gz" 51sha512sums="0699e7cdea103f2caca24b7841d2cb761d264d3847c22ceb74b5c3f9a890ad8143dad5affd339da424b38c1b13e55788b2d521797b9653a7ff7c373ab02b2401 dulwich-0.19.10.tar.gz"