From 508e312692a46461d9186d21dfe451317de3a6fd Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Tue, 31 Aug 2021 23:58:09 +0200 Subject: [PATCH] python3-isort: update to 5.9.3. --- srcpkgs/python3-isort/template | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/srcpkgs/python3-isort/template b/srcpkgs/python3-isort/template index 81b279f8d29..e2f7d8e3753 100644 --- a/srcpkgs/python3-isort/template +++ b/srcpkgs/python3-isort/template @@ -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 " +maintainer="Michal Vasilek " 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