Browse Source
python/python2-mccabe: Rebuilt for python2-pytest-runner.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/191/head
Dimitris Zlatanidis
3 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
2 additions and
2 deletions
-
python/python2-mccabe/python2-mccabe.SlackBuild
-
python/python2-mccabe/python2-mccabe.info
|
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
PRGNAM=python2-mccabe |
|
|
|
SRCNAM=$( echo $PRGNAM | cut -d- -f2- ) |
|
|
|
VERSION=${VERSION:-0.6.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
BUILD=${BUILD:-2} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/06/18/fa675aa501e11d6d6ca0ae73a101b2f |
|
|
|
MD5SUM="723df2f7b1737b8887475bac4c763e1e" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="pytest-runner" |
|
|
|
REQUIRES="python2-pytest-runner" |
|
|
|
MAINTAINER="Dimitris Zlatanidis" |
|
|
|
EMAIL="d.zlatanidis@gmail.com" |