aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-dulwich/APKBUILD
blob: 3a4aae49553124f4220198e316ba4f8b19684235 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
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"