From 7403a4122f0089206890ee78e69e7b56095d66b0 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sun, 4 Oct 2015 09:08:16 +0300 Subject: python/pytest: Updated for version 2.8.1. Signed-off-by: Dimitris Zlatanidis --- python/pytest/pytest.SlackBuild | 5 ++--- python/pytest/pytest.info | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/python/pytest/pytest.SlackBuild b/python/pytest/pytest.SlackBuild index c59138045a..c8e1cf4129 100644 --- a/python/pytest/pytest.SlackBuild +++ b/python/pytest/pytest.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pytest -VERSION=${VERSION:-2.7.3} +VERSION=${VERSION:-2.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -75,8 +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 CHANGELOG LICENSE PKG-INFO README.rst doc/en/*.txt doc/en/example/ \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a CHANGELOG LICENSE README.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/pytest.info b/python/pytest/pytest.info index 34234fcb7d..77e0c58c88 100644 --- a/python/pytest/pytest.info +++ b/python/pytest/pytest.info @@ -1,8 +1,8 @@ PRGNAM="pytest" -VERSION="2.7.3" +VERSION="2.8.1" HOMEPAGE="http://pytest.org" -DOWNLOAD="https://pypi.python.org/packages/source/p/pytest/pytest-2.7.3.tar.gz" -MD5SUM="a1aa94933d545d4a26fa23f96a77a78a" +DOWNLOAD="https://pypi.python.org/packages/source/p/pytest/pytest-2.8.1.tar.gz" +MD5SUM="992611bebeb70b7e4b19f7d6f79b9f79" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="py" -- cgit v1.2.3