Package Details: python-hghooks 0.6.0-1

Package Base: python-hghooks
Description: A set of useful hooks for Mercurial
Upstream URL: http://pypi.python.org/pypi/hghooks/
Category: devel
Licenses: LGPL3
Submitter: vimes656
Maintainer: deboeckj
Last Packager: None
Votes: 2
First Submitted: 2011-07-20 15:15
Last Updated: 2014-03-29 17:46

Latest Comments

Comment by vimes656

2012-02-19 13:18

@grimpy Thanks for letting me now. It's updated now.

Comment by deboeckj

2012-02-18 19:40

Hey this version breaks with the most reason pyflakes version please update to 0.5.2

pkgname=python-hghooks
pkgver=0.5.2
pkgrel=2
arch=('any')
license=('LGPL3')
pkgdesc="A set of useful hooks for Mercurial"
url="http://pypi.python.org/pypi/hghooks/"
depends=('python2' 'pep8' 'pyflakes')
makedepends=('setuptools')
source=("http://pypi.python.org/packages/source/h/hghooks/hghooks-${pkgver}.tar.gz")
md5sums=('0dbcb9eb5b3ee0d64c8d05eb6f369b32')

build() {
cd ${srcdir}/hghooks-${pkgver}
python2 setup.py install --root=${pkgdir} --optimize=1
}