python/pytest-cov: Updated for version 2.0.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
6ada64b846
commit
fd192377de
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for pytest-cov
|
||||
|
||||
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
|
||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pytest-cov
|
||||
VERSION=${VERSION:-1.8.1}
|
||||
VERSION=${VERSION:-2.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -75,7 +75,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a *.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a *.rst $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pytest-cov"
|
||||
VERSION="1.8.1"
|
||||
VERSION="2.0.0"
|
||||
HOMEPAGE="https://github.com/schlamar/pytest-cov"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/pytest-cov/pytest-cov-1.8.1.tar.gz"
|
||||
MD5SUM="76c778afa2494088270348be42d759fc"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/pytest-cov/pytest-cov-2.0.0.tar.gz"
|
||||
MD5SUM="c6520aefe1e9d15fde08348e32d738b9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pytest cov-core"
|
||||
|
|
Loading…
Reference in New Issue