updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / python2-reimport / PKGBUILD
blob9164f2d536db35964d101397e77e0bac0db42d79
1 # Maintainer: Rodney Price <rod@thirdoption.info>
3 pkgname=("python2-reimport")
4 provides=("python2-reimport")
5 pkgver=1.2
6 pkgrel=1
7 pkgdesc="A full-featured replacement for Python's reload function.'"
8 url="http://code.google.com/p/reimport"
9 source=("http://reimport.googlecode.com/files/reimport-$pkgver.tar.gz")
10 depends=("python2")
11 makedepends=("python2-distribute")
12 arch=("any")
13 license=("MIT")
14 md5sums=('f14aa0f6228573c587b731a9b6711d5e')
16 build() {
17     cd "${srcdir}/reimport-${pkgver}"
18     python2 setup.py install --root="${pkgdir}"
21 # vim: set noet ff=unix: