21 lines
576 B
Plaintext
21 lines
576 B
Plaintext
# Template file for 'python-dulwich'
|
|
pkgname=python-dulwich
|
|
version=0.8.5
|
|
revision=1
|
|
wrksrc="dulwich-${version}"
|
|
build_style=python-module
|
|
makedepends="python-devel"
|
|
short_desc="Python implementation of the Git file formats and protocols"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://samba.org/~jelmer/dulwich/"
|
|
license="GPL-2"
|
|
distfiles="http://samba.org/~jelmer/dulwich/dulwich-${version}.tar.gz"
|
|
checksum=546d2840199500dc270da5bda456df68de4d1733f8b184bf425c5e560f988b6a
|
|
|
|
python-dulwich_package() {
|
|
pycompile_module="dulwich"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|