summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Dimitris Zlatanidis2015-08-22 05:36:22 +0200
committer Willy Sudiarto Raharjo2015-08-22 18:41:59 +0200
commitfd192377debf317e023ad20de59e34f94cbb8cc8 (patch)
treed9f4df0ddc49dcc90a950649e5db0416a3a0293c /python
parent6ada64b846b6d956668bae48643b42505609999a (diff)
downloadslackbuilds-fd192377debf317e023ad20de59e34f94cbb8cc8.tar.gz
python/pytest-cov: Updated for version 2.0.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/pytest-cov/pytest-cov.SlackBuild6
-rw-r--r--python/pytest-cov/pytest-cov.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/python/pytest-cov/pytest-cov.SlackBuild b/python/pytest-cov/pytest-cov.SlackBuild
index 7d1a366f7c..92a6d5a691 100644
--- a/python/pytest-cov/pytest-cov.SlackBuild
+++ b/python/pytest-cov/pytest-cov.SlackBuild
@@ -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
diff --git a/python/pytest-cov/pytest-cov.info b/python/pytest-cov/pytest-cov.info
index 813522593d..88ac966cd2 100644
--- a/python/pytest-cov/pytest-cov.info
+++ b/python/pytest-cov/pytest-cov.info
@@ -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"