mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
python/tox: Updated for version 2.4.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
b95fee7497
commit
285bcf3ee1
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=tox
|
||||
VERSION=${VERSION:-2.3.1}
|
||||
VERSION=${VERSION:-2.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tox"
|
||||
VERSION="2.3.1"
|
||||
VERSION="2.4.0"
|
||||
HOMEPAGE="http://tox.testrun.org/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/t/tox/tox-2.3.1.tar.gz"
|
||||
MD5SUM="9371b3d3e25c03751a0372e19602dfb9"
|
||||
DOWNLOAD="https://pypi.python.org/packages/52/2d/488cd9b38f2d564b2b660c296dca50216bdd7d50927f180a221631e19489/tox-2.4.0.tar.gz"
|
||||
MD5SUM="f7f52a8c1de13ff39b783ff03583de9e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="py virtualenv pluggy"
|
||||
|
|
Loading…
Reference in a new issue