aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-dulwich
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-06-15 07:53:29 +0000
committerFabian Affolter <fabian@affolter-engineering.ch>2013-06-15 11:41:48 +0000
commit869ab5a5a9ef4b4329ef281c868e155d8254103a (patch)
tree397e1ba929791e34eef40cc2d7c9377de520eee1 /testing/py-dulwich
parent3552aa709ec3807ff8cb3836013b2ccff2ba23d3 (diff)
downloadaports-869ab5a5a9ef4b4329ef281c868e155d8254103a.tar.bz2
aports-869ab5a5a9ef4b4329ef281c868e155d8254103a.tar.xz
testing/py-dulwich: upgrade to 0.9.0
Diffstat (limited to 'testing/py-dulwich')
-rw-r--r--testing/py-dulwich/APKBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/testing/py-dulwich/APKBUILD b/testing/py-dulwich/APKBUILD
index 71bc25ae9a..e9086aa47f 100644
--- a/testing/py-dulwich/APKBUILD
+++ b/testing/py-dulwich/APKBUILD
@@ -2,21 +2,20 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py-dulwich
_pkgname=dulwich
-pkgver=0.8.7
+pkgver=0.9.0
pkgrel=0
pkgdesc="A python implementation of the Git file formats and protocols"
url="http://www.samba.org/~jelmer/dulwich/"
arch="all"
-license="GPL2+"
+license="GPL2+ or ASL 2.0"
depends=""
depends_dev=""
makedepends="python-dev py-setuptools"
install=""
subpackages=""
source="http://samba.org/~jelmer/$_pkgname/$_pkgname-$pkgver.tar.gz"
-_builddir="$srcdir"/$_pkgname-$pkgver
-
+_builddir="$srcdir"/$_pkgname-$pkgver
build() {
cd "$_builddir"
python setup.py build || return 1
@@ -27,4 +26,6 @@ package() {
python setup.py install --prefix=/usr --root="$pkgdir" || return 1
}
-md5sums="60d8b8e974970f2c3cbae5dc9fe0f645 dulwich-0.8.7.tar.gz"
+md5sums="472d37679f77d627d8e1721ea80b6729 dulwich-0.9.0.tar.gz"
+sha256sums="bc6df3634216d01064d86c0bad8b39f26802dbfe37d34f1b0edf8a60c4ca8f25 dulwich-0.9.0.tar.gz"
+sha512sums="3cfd2eee3641f24c1ee392071e9118e1bf53b40ef6c8adc263a620d4e1aa0801b1797b0ee25836e1bc7f66aa5518b7e6b8664bbcf34bf6ce55461702210b39b6 dulwich-0.9.0.tar.gz"