summaryrefslogtreecommitdiffstats
path: root/libraries/decorator
diff options
context:
space:
mode:
author Mikko Värri2011-01-06 17:49:55 +0100
committer Robby Workman2011-01-10 22:04:22 +0100
commit5720af9f3b3c00cf671ec3a50226c0126ca0afcf (patch)
treedc5d49482ac05ff240cc2aa9bdb58ec3c62c20db /libraries/decorator
parent1f4eaa1ccca074e43ad78818090f1f8df679192c (diff)
downloadslackbuilds-5720af9f3b3c00cf671ec3a50226c0126ca0afcf.tar.gz
libraries/decorator: Updated for version 3.3.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/decorator')
-rw-r--r--libraries/decorator/README6
-rw-r--r--libraries/decorator/decorator.SlackBuild2
-rw-r--r--libraries/decorator/decorator.info8
-rw-r--r--libraries/decorator/slack-desc10
4 files changed, 12 insertions, 14 deletions
diff --git a/libraries/decorator/README b/libraries/decorator/README
index c71dd12dc0..6b6ae10e27 100644
--- a/libraries/decorator/README
+++ b/libraries/decorator/README
@@ -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).
diff --git a/libraries/decorator/decorator.SlackBuild b/libraries/decorator/decorator.SlackBuild
index 24addfb754..3e63933376 100644
--- a/libraries/decorator/decorator.SlackBuild
+++ b/libraries/decorator/decorator.SlackBuild
@@ -6,7 +6,7 @@
# Public domain
PRGNAM=decorator
-VERSION=${VERSION:-3.2.0}
+VERSION=${VERSION:-3.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/libraries/decorator/decorator.info b/libraries/decorator/decorator.info
index 2ee505a197..962a959104 100644
--- a/libraries/decorator/decorator.info
+++ b/libraries/decorator/decorator.info
@@ -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"
diff --git a/libraries/decorator/slack-desc b/libraries/decorator/slack-desc
index 18a3e69586..060c1c640d 100644
--- a/libraries/decorator/slack-desc
+++ b/libraries/decorator/slack-desc
@@ -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: