mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
python/python-mccabe: Updated for version 0.4.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
47e271a309
commit
46b4d96fba
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for python-mccabe
|
# Slackware build script for python-mccabe
|
||||||
|
|
||||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
PRGNAM=python-mccabe
|
PRGNAM=python-mccabe
|
||||||
SRCNAM=$(echo $PRGNAM | cut -c8-13)
|
SRCNAM=$(echo $PRGNAM | cut -c8-13)
|
||||||
VERSION=${VERSION:-0.3.1}
|
VERSION=${VERSION:-0.4.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="python-mccabe"
|
PRGNAM="python-mccabe"
|
||||||
VERSION="0.3.1"
|
VERSION="0.4.0"
|
||||||
HOMEPAGE="https://github.com/flintwork/mccabe"
|
HOMEPAGE="https://github.com/flintwork/mccabe"
|
||||||
DOWNLOAD="https://pypi.python.org/packages/source/m/mccabe/mccabe-0.3.1.tar.gz"
|
DOWNLOAD="https://pypi.python.org/packages/source/m/mccabe/mccabe-0.4.0.tar.gz"
|
||||||
MD5SUM="9a1570c470ff5db678cc0c03d5c0c237"
|
MD5SUM="8c425db05f310adcd4bb174b991f26f5"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue