Created
May 14, 2010 03:49
-
-
Save adammck/400789 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Contributor: Adam Mckaig <[email protected]> | |
| # vim: et ts=4 sw=4 | |
| pkgname=python-mox | |
| pkgver=0.5.3 | |
| pkgrel=1 | |
| pkgdesc="Object-mocking framework for Python." | |
| arch=("any") | |
| url="http://code.google.com/p/pymox/" | |
| license=("APACHE") | |
| depends=("python") | |
| source=("http://pymox.googlecode.com/files/mox-$pkgver.tar.gz") | |
| md5sums=("2c43da56ed1bbbbf7805e81c76a924cc") | |
| build() { | |
| cd "$srcdir/mox-$pkgver" | |
| python setup.py install --root="$pkgdir" --optimize=1 || return 1 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment