diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-02-02 12:49:35 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-09 10:30:00 +0700 |
commit | fecee72abc87e0e127d5be2f559628752ff49058 (patch) | |
tree | b0ae25ccc13d406331f209a637a6d6fc3d79009c /python/pytest | |
parent | 5b7640455fd91f77ec840f27465bddfd1199ddff (diff) | |
download | slackbuilds-fecee72abc87e0e127d5be2f559628752ff49058.tar.gz |
python/pytest: Downgraded to version 3.8.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/pytest')
-rw-r--r-- | python/pytest/doinst.sh | 3 | ||||
-rw-r--r-- | python/pytest/pytest.SlackBuild | 5 | ||||
-rw-r--r-- | python/pytest/pytest.info | 8 | ||||
-rw-r--r-- | python/pytest/slack-desc | 2 |
4 files changed, 7 insertions, 11 deletions
diff --git a/python/pytest/doinst.sh b/python/pytest/doinst.sh deleted file mode 100644 index 5fb28930db..0000000000 --- a/python/pytest/doinst.sh +++ /dev/null @@ -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 diff --git a/python/pytest/pytest.SlackBuild b/python/pytest/pytest.SlackBuild index f9a216e37d..ed07064d6f 100644 --- a/python/pytest/pytest.SlackBuild +++ b/python/pytest/pytest.SlackBuild @@ -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} diff --git a/python/pytest/pytest.info b/python/pytest/pytest.info index e2b443cd30..eca0b760fd 100644 --- a/python/pytest/pytest.info +++ b/python/pytest/pytest.info @@ -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" diff --git a/python/pytest/slack-desc b/python/pytest/slack-desc index 8b468de2b7..4bff7211d6 100644 --- a/python/pytest/slack-desc +++ b/python/pytest/slack-desc @@ -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: |