mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/pytest-runner: Updated for version 3.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
0d87b0039f
commit
74a0b2ca8e
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pytest-runner
|
||||
VERSION=${VERSION:-2.12.1}
|
||||
VERSION=${VERSION:-3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pytest-runner"
|
||||
VERSION="2.12.1"
|
||||
VERSION="3.0"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/pytest-runner"
|
||||
DOWNLOAD="https://pypi.python.org/packages/43/bb/def5d83ce6abe507300e013562d3e1229633e86296d3f7f76bd39bf3d2b9/pytest-runner-2.12.1.tar.gz"
|
||||
MD5SUM="a8dd57c80cde37a587dd8c37740c1ab1"
|
||||
DOWNLOAD="https://pypi.python.org/packages/65/b4/ae89338cd2d81e2cc54bd6db2e962bfe948f612303610d68ab24539ac2d1/pytest-runner-3.0.tar.gz"
|
||||
MD5SUM="8f8363a52bbabc4cedd5e239beb2ba11"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pytest"
|
||||
|
|
Loading…
Reference in a new issue