mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/nose: Updated for version 1.2.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
f65d5eafae
commit
8a4888786e
3 changed files with 12 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for nose
|
||||
|
||||
# Copyright 2011 Mikko Värri, Finland
|
||||
# Copyright 2013 Mikko Värri, Finland
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=nose
|
||||
VERSION=${VERSION:-1.1.2}
|
||||
VERSION=${VERSION:-1.2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nose"
|
||||
VERSION="1.1.2"
|
||||
VERSION="1.2.1"
|
||||
HOMEPAGE="http://pypi.python.org/pypi/nose/"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/n/nose/nose-1.1.2.tar.gz"
|
||||
MD5SUM="144f237b615e23f21f6a50b2183aa817"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/n/nose/nose-1.2.1.tar.gz"
|
||||
MD5SUM="735e3f1ce8b07e70ee1b742a8a53585a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="distribute"
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
nose: nose (a discovery-based unittest extension)
|
||||
nose:
|
||||
nose: nose provides an alternate test discovery and running process for
|
||||
nose: unittest, one that is intended to mimic the behavior of py.test as
|
||||
nose: nose provides an alternate test discovery and running process for
|
||||
nose: unittest, one that is intended to mimic the behavior of py.test as
|
||||
nose: much as is reasonably possible without resorting to too much magic.
|
||||
nose:
|
||||
nose: http://www.somethingaboutorange.com/mrl/projects/nose/
|
||||
|
|
Loading…
Reference in a new issue