diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-04-05 14:49:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:45:44 +0700 |
commit | f4984b8238b9dca75a4e07bf31d0d77f805078db (patch) | |
tree | cf50727b7056991dff5027fd193422328395ed5e /python/python3-pytest/python3-pytest.SlackBuild | |
parent | d61f7d887a5612a078af9a7e7f6b842308413162 (diff) |
python/python3-pytest: Updated for version 7.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pytest/python3-pytest.SlackBuild')
-rw-r--r-- | python/python3-pytest/python3-pytest.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/python/python3-pytest/python3-pytest.SlackBuild b/python/python3-pytest/python3-pytest.SlackBuild index aee521b91bc4..93f0c953f585 100644 --- a/python/python3-pytest/python3-pytest.SlackBuild +++ b/python/python3-pytest/python3-pytest.SlackBuild @@ -1,8 +1,9 @@ #!/bin/bash -# Slackware build script for pytest +# Slackware build script for python3-pytest -# Copyright 2018 Serban Udrea +# Copyright 2018 Serban Udrea <S.Udrea@gsi.de> +# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # Based on the pytest SlackBuild by Dimitris Zlatanidis Orestiada, Greece # @@ -27,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pytest SRCNAM=pytest -VERSION=${VERSION:-3.7.1} +VERSION=${VERSION:-7.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |