python-tox: Update to 3.6.0

This commit is contained in:
Alexey Pavlov
2018-12-21 14:47:53 +03:00
parent 41f7c8a5c9
commit 2b73d9b16d

View File

@@ -3,8 +3,8 @@
_realname=tox
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=3.5.3
pkgrel=2
pkgver=3.6.0
pkgrel=1
pkgdesc="Python virtualenv management and testing tool (mingw-w64)"
arch=('any')
url="https://tox.readthedocs.io"
@@ -30,7 +30,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2"
"util-linux")
options=('staticlibs' 'strip' '!debug')
source=("${_realname}-${pkgver}.tar.gz"::"https://pypi.io/packages/source/t/tox/${_realname}-${pkgver}.tar.gz")
sha256sums=('513e32fdf2f9e2d583c2f248f47ba9886428c949f068ac54a0469cac55df5862')
sha256sums=('304177defdcb403d84aeb0400b1625b1e65a7fff19f0441329f9f76ebf67882f')
prepare() {
find ${_realname}-${pkgver} -name "*.pyc" -delete