diff options
-rw-r--r-- | development/nose/README | 11 | ||||
-rw-r--r-- | development/nose/nose.SlackBuild | 2 | ||||
-rw-r--r-- | development/nose/nose.info | 8 |
3 files changed, 9 insertions, 12 deletions
diff --git a/development/nose/README b/development/nose/README index 89303e714a..c66ae6a7c3 100644 --- a/development/nose/README +++ b/development/nose/README @@ -1,9 +1,6 @@ -nose (a discovery-based unittest extension) - -nose provides an alternate test discovery and running process for -unittest, one that is intended to mimic the behavior of py.test as +nose provides an alternate test discovery and running process for +unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to too much magic. -NOTE: Building nose requires Python setuptools to be installed -(available at SlackBuilds.org as "pysetuptools"). Also, Sphinx, -if installed, is used to generate the docs, but it is optional. +NOTE: Building nose requires requires pysetuptools, and Sphinx is +optional if you want more docs. diff --git a/development/nose/nose.SlackBuild b/development/nose/nose.SlackBuild index ca69c05d72..78d42c703a 100644 --- a/development/nose/nose.SlackBuild +++ b/development/nose/nose.SlackBuild @@ -6,7 +6,7 @@ # Public domain PRGNAM=nose -VERSION=${VERSION:-0.11.2} +VERSION=${VERSION:-1.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/nose/nose.info b/development/nose/nose.info index 74beac137b..9775817c8b 100644 --- a/development/nose/nose.info +++ b/development/nose/nose.info @@ -1,10 +1,10 @@ PRGNAM="nose" -VERSION="0.11.2" +VERSION="1.0.0" HOMEPAGE="http://www.somethingaboutorange.com/mrl/projects/nose/" -DOWNLOAD="http://www.somethingaboutorange.com/mrl/projects/nose/nose-0.11.2.tar.gz" -MD5SUM="cae8bb7a080871886602489677474036" +DOWNLOAD="http://www.somethingaboutorange.com/mrl/projects/nose/nose-1.0.0.tar.gz" +MD5SUM="9542d4c66e04880d8144990de76e0b88" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Mikko Värri" EMAIL="vmj@linuxbox.fi" -APPROVED="Erik Hanson" +APPROVED="Michiel van Wessem" |