python/pytest: Downgraded to version 3.8.2.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2019-02-02 12:49:35 +01:00 committed by Willy Sudiarto Raharjo
parent 5b7640455f
commit fecee72abc
No known key found for this signature in database
GPG key ID: 887B8374D7333381
4 changed files with 7 additions and 11 deletions

View file

@ -1,3 +0,0 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi

View file

@ -2,7 +2,7 @@
# Slackware build script for pytest
# Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece
# Copyright 2014-2019 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
VERSION=${VERSION:-4.0.0}
VERSION=${VERSION:-3.8.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -80,7 +80,6 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="pytest"
VERSION="4.0.0"
HOMEPAGE="http://pytest.org"
DOWNLOAD="https://files.pythonhosted.org/packages/ec/34/497c3b126966c3b358398084394ea820c63a34d794d708074accf91bcaf3/pytest-4.0.0.tar.gz"
MD5SUM="99a2618ddd4863267ada91c7b278024d"
VERSION="3.8.2"
HOMEPAGE="https://docs.pytest.org/en/latest/"
DOWNLOAD="https://files.pythonhosted.org/packages/5f/d2/7f77f406ac505abda02ab4afb50d06ebf304f6ea42fca34f8f37529106b2/pytest-3.8.2.tar.gz"
MD5SUM="8e7d324528a63c2dab64a10ae028e0f2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="setuptools-scm py six attrs pluggy more-itertools atomicwrites funcsigs pathlib2"

View file

@ -11,7 +11,7 @@ pytest:
pytest: A mature full-featured Python testing tool.
pytest: Helps you write better programs
pytest:
pytest: Homepage: http://pytest.org
pytest: Homepage: https://docs.pytest.org/en/latest/
pytest:
pytest:
pytest: