libraries/decorator: Updated for version 3.3.0.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Mikko Värri 2011-01-06 14:49:55 -02:00 committed by Robby Workman
parent 1f4eaa1ccc
commit 5720af9f3b
4 changed files with 12 additions and 14 deletions

View file

@ -1,9 +1,7 @@
decorator (The decorator Python module)
The aim of the decorator module it to simplify the usage of decorators
for the average programmer, and to popularize decorators usage giving
examples of useful decorators, such as memoize, tracing,
examples of useful decorators, such as memoize, tracing,
redirecting_stdout, locked, etc.
NOTE: Building this packages requires setuptools to be installed (available
at SlackBuilds.org as pysetuptools).

View file

@ -6,7 +6,7 @@
# Public domain
PRGNAM=decorator
VERSION=${VERSION:-3.2.0}
VERSION=${VERSION:-3.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="decorator"
VERSION="3.2.0"
VERSION="3.3.0"
HOMEPAGE="http://pypi.python.org/pypi/decorator"
DOWNLOAD="http://pypi.python.org/packages/source/d/decorator/decorator-3.2.0.tar.gz"
MD5SUM="6208cd51365083c168ab3a04426a646b"
DOWNLOAD="http://pypi.python.org/packages/source/d/decorator/decorator-3.3.0.tar.gz"
MD5SUM="0d62c81d9db4923e88e6a94581807cf6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
APPROVED="dsomero"
APPROVED="dsomero,Niels Horn"

View file

@ -7,13 +7,13 @@
|-----handy-ruler------------------------------------------------------|
decorator: decorator (The decorator Python module)
decorator:
decorator:
decorator: The aim of the decorator module it to simplify the usage of
decorator: decorators for the average programmer, and to popularize decorators
decorator: usage giving examples of useful decorators, such as memoize, tracing,
decorator: redirecting_stdout, locked, etcetera.
decorator:
decorator:
decorator: http://www.phyast.pitt.edu/~micheles/python/documentation.html
decorator:
decorator:
decorator:
decorator:
decorator:
decorator: