diff options
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 aee521b91b..93f0c953f5 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} |