python-isort: Update to 4.3.20

This commit is contained in:
Alexey Pavlov
2019-05-31 13:55:48 +03:00
parent cb8fbcf7ea
commit b436ed4dde

View File

@@ -3,8 +3,8 @@
_realname=isort
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=4.3.4
pkgrel=2
pkgver=4.3.20
pkgrel=1
pkgdesc="A Python utility / library to sort Python imports. (mingw-w64)"
arch=('any')
url='https://github.com/timothycrosley/isort'
@@ -20,7 +20,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python2-pytest"
"${MINGW_PACKAGE_PREFIX}-python3-mock")
options=('staticlibs' 'strip' '!debug')
source=("${_realname}-$pkgver.tar.gz"::"https://github.com/timothycrosley/isort/archive/$pkgver.tar.gz")
sha512sums=('cc9254c288e479a05cc20c29c9be6fa368a46e85f8eb0a22238ee3e57004a75999d35d2a736ad0a4ddc7d7c7efcc30fb97bfd16fcd0adb44d3b937dd935588b7')
sha512sums=('03cca362a5c70b27f0893c00abdd65b39d35dfbd034b24a60703d222f0f21f8de5f650f2fb85adf6f37b1b33bfe02bf1b93d486000af7c6f45302a0d3c355cfb')
# Helper macros to help make tasks easier #