From 9ec31a89fde6c9c9128106678340ebeccf8e2301 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sat, 24 Feb 2018 19:34:02 +0100 Subject: [PATCH] python-isort: update to 4.3.4 --- srcpkgs/python-isort/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-isort/template b/srcpkgs/python-isort/template index 55fcdc030b0..5c0690d370e 100644 --- a/srcpkgs/python-isort/template +++ b/srcpkgs/python-isort/template @@ -1,19 +1,19 @@ # Template file for 'python-isort' pkgname=python-isort -version=4.2.15 -revision=2 +version=4.3.4 +revision=1 noarch=yes wrksrc="isort-${version}" build_style=python-module pycompile_module="isort" hostmakedepends="python-setuptools python3-setuptools" -depends="python-setuptools" +depends="python-setuptools python-futures" short_desc="Python2 utility/library to sort imports" maintainer="Alessio Sergi " homepage="https://github.com/timothycrosley/isort" license="MIT" distfiles="${PYPI_SITE}/i/isort/isort-${version}.tar.gz" -checksum=79f46172d3a4e2e53e7016e663cc7a8b538bec525c36675fcfd2767df30b3983 +checksum=b9c40e9750f3d77e6e4d441d8b0266cf555e7cdabdcff33c4fd06366ca761ef8 alternatives="isort:isort:/usr/bin/isort2" post_install() {