@grimpy Thanks for letting me now. It's updated now.
Search Criteria
Package Details: python-hghooks 0.6.0-1
Package Actions
| Package Base: | python-hghooks |
|---|---|
| Description: | A set of useful hooks for Mercurial |
| Upstream URL: | http://pypi.python.org/pypi/hghooks/ |
| Category: | devel |
| Licenses: | |
| Submitter: | vimes656 |
| Maintainer: | deboeckj |
| Last Packager: | None |
| Votes: | 2 |
| First Submitted: | 2011-07-20 15:15 |
| Last Updated: | 2014-03-29 17:46 |
Dependencies (1)
Required by (0)
Sources
Latest Comments
Comment by vimes656
Comment by deboeckj
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
}