Date: Thu, 1 Feb 2018 13:23:32 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460588 - head/devel/py-isort Message-ID: <201802011323.w11DNWC4020414@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Feb 1 13:23:32 2018 New Revision: 460588 URL: https://svnweb.freebsd.org/changeset/ports/460588 Log: Update to 4.3.0 Changes: https://github.com/timothycrosley/isort/blob/develop/CHANGELOG.md Modified: head/devel/py-isort/Makefile head/devel/py-isort/distinfo Modified: head/devel/py-isort/Makefile ============================================================================== --- head/devel/py-isort/Makefile Thu Feb 1 13:23:26 2018 (r460587) +++ head/devel/py-isort/Makefile Thu Feb 1 13:23:32 2018 (r460588) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= isort -PORTVERSION= 4.2.15 +PORTVERSION= 4.3.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,4 +19,10 @@ NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils USES= python -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 3000 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}futures>=0:devel/py-futures@${FLAVOR} +.endif + +.include <bsd.port.post.mk> Modified: head/devel/py-isort/distinfo ============================================================================== --- head/devel/py-isort/distinfo Thu Feb 1 13:23:26 2018 (r460587) +++ head/devel/py-isort/distinfo Thu Feb 1 13:23:32 2018 (r460588) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496922736 -SHA256 (isort-4.2.15.tar.gz) = 79f46172d3a4e2e53e7016e663cc7a8b538bec525c36675fcfd2767df30b3983 -SIZE (isort-4.2.15.tar.gz) = 56740 +TIMESTAMP = 1517488777 +SHA256 (isort-4.3.0.tar.gz) = beff82862fc587bef031c8b60485e41e1362d1f1cf1904be2aefb9f0027884c7 +SIZE (isort-4.3.0.tar.gz) = 54851
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802011323.w11DNWC4020414>