From fd192377debf317e023ad20de59e34f94cbb8cc8 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sat, 22 Aug 2015 06:36:22 +0300 Subject: python/pytest-cov: Updated for version 2.0.0. Signed-off-by: Dimitris Zlatanidis --- python/pytest-cov/pytest-cov.SlackBuild | 6 +++--- python/pytest-cov/pytest-cov.info | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'python/pytest-cov') 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" -- cgit v1.2.3-80-g2a13