updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / python2-path / PKGBUILD
blob64fbab78eb2e7e90a0fd39c206249eee433f61bf
1 # Maintainer: ugkbunb ugkbunb@gmail.com
2 pkgname=python2-path
3 pkgver=2.2
4 pkgrel=1
5 pkgdesc="path.py provides a class (path) for working with files and directories. Less typing than os.path, more fun, a few new tricks"
6 arch=('i686' 'x86_64')
7 url="http://www.jorendorff.com/articles/python/path/"
8 license=('Public Domain')
9 depends=('python')
10 source=(http://pypi.python.org/packages/source/p/path.py/path-$pkgver.zip)
11 md5sums=('941660081788282887f652510d80e64e')
13 build() {
14   cd ${srcdir}/path-$pkgver
15   python2 setup.py build || return 1
16   python2 setup.py install --root=${pkgdir} || return 1