summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 729445a76f44..a2aecdc3d4c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,15 +11,9 @@ url="http://github.com/mwilliamson/locket.py"
license=('BSD')
depends=('python')
makedepends=('python-setuptools')
-checkdepends=('python-nose')
source=(https://github.com/mwilliamson/locket.py/archive/$pkgver.zip)
sha256sums=('6897c28227c39c2066fe7987d552458d27ddd8578c9c6c2e160d0b0b93092946')
-check() {
- cd "$srcdir/$_pkgname.py-$pkgver"
- py.test
-}
-
package(){
cd "$srcdir/$_pkgname.py-$pkgver"
python setup.py install --root="$pkgdir/" --optimize=1