1 #Maintainer: Gergely Imreh <imrehg(at)gmail(dot)com>
3 pkgname=python-picoparse-git
6 pkgdesc="Small parser construction library for Python. Regular Expression free."
11 url="http://github.com/brehaut/picoparse"
13 provides=('python-picoparse')
14 conflicts=('python-picoparse')
16 _gitroot=git://github.com/brehaut/picoparse.git
22 if [ -d ${_gitname} ]; then
23 cd "${_gitname}" || return 1
24 git pull origin || return 1
27 git clone ${_gitroot} || return 1
30 msg "GIT checkout done or server timeout"
32 cd "${srcdir}/${_gitname}"
33 python2 setup.py install --root "${pkgdir}" || return 1