Browse Source
python/decorator: updated for version 5.1.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/185/head
Arn0
4 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
python/decorator/decorator.SlackBuild
-
python/decorator/decorator.info
|
|
@ -27,8 +27,8 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=decorator |
|
|
|
VERSION=${VERSION:-5.0.7} |
|
|
|
BUILD=${BUILD:-2} |
|
|
|
VERSION=${VERSION:-5.1.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="decorator" |
|
|
|
VERSION="5.0.7" |
|
|
|
VERSION="5.1.1" |
|
|
|
HOMEPAGE="https://pypi.python.org/pypi/decorator" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/d/decorator/decorator-5.0.7.tar.gz" |
|
|
|
MD5SUM="c35b2a3446478986e91b15ad1626e152" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/d/decorator/decorator-5.1.1.tar.gz" |
|
|
|
MD5SUM="a6b34700dcac8a4bb04efd55e99626c1" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|