python-pycodestyle: Update to 2.5.0

This commit is contained in:
Alexey Pavlov
2019-02-19 15:43:43 +03:00
parent 8fc91454e4
commit d6bfbedc19

View File

@@ -6,7 +6,7 @@
_realname=pycodestyle
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=2.4.0
pkgver=2.5.0
pkgrel=1
pkgdesc="Python style guide checker (mingw-w64)"
arch=('any')
@@ -17,8 +17,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2"
"${MINGW_PACKAGE_PREFIX}-python3-setuptools"
"${MINGW_PACKAGE_PREFIX}-python2-setuptools")
options=('staticlibs' 'strip' '!debug')
source=("${_realname}-$pkgver.tar.gz"::"https://github.com/PyCQA/pycodestyle/archive/$pkgver.tar.gz")
sha256sums=('SKIP')
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/PyCQA/pycodestyle/archive/${pkgver}.tar.gz")
sha256sums=('a603453c07e8d8e15a43cf062aa7174741b74b4a27b110f9ad03d74d519173b5')
# Helper macros to help make tasks easier #
apply_patch_with_msg() {