python-parso: update to 0.5.0

This commit is contained in:
Andrew Sun
2019-06-24 08:38:21 -04:00
parent e580bba216
commit 64e2d7f0e2

View File

@@ -3,7 +3,7 @@
_realname=parso
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=0.4.0
pkgver=0.5.0
pkgrel=1
pkgdesc="Python parser that supports error recovery and round-trip parsing for different Python versions (mingw-w64)"
arch=('any')
@@ -17,7 +17,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python3-pytest"
"${MINGW_PACKAGE_PREFIX}-python2-pytest")
options=('staticlibs' 'strip' '!debug')
source=("${_realname}-$pkgver.tar.gz"::"https://github.com/davidhalter/parso/archive/v$pkgver.tar.gz")
sha256sums=('3226b487d9ae03100b39885e4641fb68ecbd9fb78d62dcb4b4c99d87f426a752')
sha256sums=('d4deed3cfb507e6fb931b3f9eb0d4ed181c92fdadeef1034c3c3de2f03245828')
# Helper macros to help make tasks easier #
apply_patch_with_msg() {