# Contributor: Fabian Affolter # Maintainer: Fabian Affolter pkgname=py-dulwich _pkgname=dulwich pkgver=0.9.6 pkgrel=0 pkgdesc="A python implementation of the Git file formats and protocols" url="http://www.samba.org/~jelmer/dulwich/" arch="all" license="GPL2+ or ASL 2.0" depends="" depends_dev="" makedepends="python-dev py-setuptools" install="" subpackages="" source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$_pkgname-$pkgver build() { cd "$_builddir" python setup.py build || return 1 } package() { cd "$_builddir" python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } md5sums="9cfa401f7f22df4338d4a090d5762538 dulwich-0.9.6.tar.gz" sha256sums="703bdb196468cada64becb798cad2b53c57016c4b70cb7f8360d1e09cad9fb4a dulwich-0.9.6.tar.gz" sha512sums="716cff1266a899e21dc9d85516c8478ab34dae77eec3b5fb6913fe9e6db1c2b3669f83d5fd42f0e8d431848faa518242955db461a829ab86fb26e19b552df872 dulwich-0.9.6.tar.gz"