python-isort: update to 6.1.0
This commit is contained in:
parent
5ade717201
commit
b78f5d5fc8
@ -3,7 +3,7 @@
|
||||
_realname=isort
|
||||
pkgbase=mingw-w64-python-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
||||
pkgver=6.0.1
|
||||
pkgver=6.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="A Python utility / library to sort Python imports (mingw-w64)"
|
||||
arch=('any')
|
||||
@ -11,6 +11,9 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
url='https://pycqa.github.io/isort/'
|
||||
msys2_repository_url='https://github.com/PyCQA/isort'
|
||||
msys2_references=(
|
||||
'archlinux: python-isort'
|
||||
'cygwin: python-isort'
|
||||
'gentoo: dev-python/isort'
|
||||
'purl: pkg:pypi/isort'
|
||||
)
|
||||
license=('spdx:MIT')
|
||||
@ -25,7 +28,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-black"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-mock")
|
||||
options=('!strip')
|
||||
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
|
||||
sha256sums=('1cb5df28dfbc742e490c5e41bad6da41b805b0a8be7bc93cd0fb2a8a890ac450')
|
||||
sha256sums=('9b8f96a14cfee0677e78e941ff62f03769a06d412aabb9e2a90487b3b7e8d481')
|
||||
|
||||
build() {
|
||||
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user