python/pluggy: Updated for version 0.9.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
c16b5c8f92
commit
738e387a0e
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for pluggy
|
||||
|
||||
# Copyright 2015-2018 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2015-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=pluggy
|
||||
VERSION=${VERSION:-0.6.0}
|
||||
VERSION=${VERSION:-0.9.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="pluggy"
|
||||
VERSION="0.6.0"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/pluggy/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/11/bf/cbeb8cdfaffa9f2ea154a30ae31a9d04a1209312e2919138b4171a1f8199/pluggy-0.6.0.tar.gz"
|
||||
MD5SUM="ffdde7c3a5ba9a440404570366ffb6d5"
|
||||
VERSION="0.9.0"
|
||||
HOMEPAGE="https://github.com/pytest-dev/pluggy"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/a7/8c/55c629849c64e665258d8976322dfdad171fa2f57117590662d8a67618a4/pluggy-0.9.0.tar.gz"
|
||||
MD5SUM="59c5ec4959c0597369dc06177bbd2c09"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
REQUIRES="setuptools-scm"
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
|
@ -11,7 +11,7 @@ pluggy:
|
|||
pluggy: This is the plugin manager as used by pytest but stripped of pytest
|
||||
pluggy: specific details.
|
||||
pluggy:
|
||||
pluggy: Homepage: https://pypi.python.org/pypi/pluggy/
|
||||
pluggy: Homepage: https://github.com/pytest-dev/pluggy
|
||||
pluggy:
|
||||
pluggy:
|
||||
pluggy:
|
||||
|
|
Loading…
Reference in New Issue