python-importlib-metadata: Update to 0.19

This commit is contained in:
Alexey Pavlov
2019-07-30 11:36:21 +03:00
parent 220ac942de
commit 9eaaffd6ee

View File

@@ -3,7 +3,7 @@
_realname=importlib-metadata
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=0.18
pkgver=0.19
pkgrel=1
pkgdesc="Read metadata from Python packages (mingw-w64)"
arch=('any')
@@ -25,7 +25,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python2-importlib_resources"
"${MINGW_PACKAGE_PREFIX}-python3-pytest-runner"
"${MINGW_PACKAGE_PREFIX}-python3-wheel")
source=("${_realname}-$pkgver.tar.gz"::"https://files.pythonhosted.org/packages/source/${_realname::1}/${_realname//-/_}/${_realname//-/_}-${pkgver}.tar.gz")
sha512sums=('2f39789725548bcb37061b0b99f90802a2919339db6b29f95b38811b35f4cafc7acfb4cca1167e28a4738ba195af31344f59ab457d87710764d1ba8f06034b18')
sha512sums=('2d0126e7430804b2295ec159778082806957cb86b5c7408c38064cc7c7e62229d382778284a5a231925ab336a7cc6da8e705f6bd7ae6da66f11acd1229bda17b')
# Helper macros to help make tasks easier #
apply_patch_with_msg() {