[Lunar-commits] <moonbase-other> nose: bump and adding --root=/ so it stops screwing with lunar fix python.
Dennis Veatch
dennisveatch at bellsouth.net
Fri Oct 10 19:33:34 CEST 2014
commit 43a633d39f71042aeec907186839779603fa5dc3
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Fri, 10 Oct 2014 13:31:58 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/43a633d39f71042aeec907186839779603fa5dc3
nose: bump and adding --root=/ so it stops screwing with lunar fix python.
---
python/nose/BUILD | +1/-4
python/nose/DETAILS | +4/-4
2 files changed, 5 insertions(+), 8 deletions(-)
--- a/python/nose/BUILD
+++ b/python/nose/BUILD
@@ -1,7 +1,4 @@
-(
python ./setup.py build &&
prepare_install &&
- python ./setup.py install
-
-) > $C_FIFO 2>&1
+ python setup.py install --root=/
--- a/python/nose/DETAILS
+++ b/python/nose/DETAILS
@@ -1,11 +1,11 @@
MODULE=nose
- VERSION=release_1.3.0
+ VERSION=1.3.4
SOURCE=$VERSION.tar.gz
- SOURCE_URL=http://github.com/nose-devs/nose/archive
- SOURCE_VFY=sha1:a50124cab495ea0659fbeb90596373556b4ad238
+ SOURCE_URL=https://pypi.python.org/packages/source/n/nose/nose-1.3.4.tar.gz#md5=6ed7169887580ddc9a8e16048d38274d
+ SOURCE_VFY=sha1:4d21578b480540e4e50ffae063094a14db2487d7
WEB_SITE=http://github.com/nose-devs/nose
ENTERED=20110402
- UPDATED=20130423
+ UPDATED=20141009
SHORT="test discovery unittest"
cat << EOF
More information about the Lunar-commits
mailing list