python3-isort: update to 5.9.3.

This commit is contained in:
Michal Vasilek 2021-08-31 23:58:09 +02:00
parent 34a506a446
commit 508e312692

View file

@ -1,6 +1,6 @@
# Template file for 'python3-isort'
pkgname=python3-isort
version=5.6.4
version=5.9.3
revision=1
wrksrc="isort-${version}"
build_style=python3-module
@ -8,17 +8,14 @@ hostmakedepends="python3-setuptools"
depends="python3-setuptools"
checkdepends="python3-pytest"
short_desc="Python3 utility/library to sort imports"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Michal Vasilek <michal@vasilek.cz>"
license="MIT"
homepage="https://github.com/timothycrosley/isort"
changelog="https://raw.githubusercontent.com/timothycrosley/isort/master/CHANGELOG.md"
homepage="https://github.com/PyCQA/isort"
changelog="https://raw.githubusercontent.com/PyCQA/isort/main/CHANGELOG.md"
distfiles="${PYPI_SITE}/i/isort/isort-${version}.tar.gz"
checksum=dcaeec1b5f0eca77faea2a35ab790b4f3680ff75590bfcb7145986905aab2f58
checksum=9c2ea1e62d871267b78307fe511c0838ba0da28698c5732d54e2790bf3ba9899
conflicts="python-isort>=0"
do_check() {
pytest3 test_isort.py
}
make_check=no # needs many unpackaged dependencies
post_install() {
vlicense LICENSE