From owner-svn-ports-all@freebsd.org Tue Mar 5 17:29:31 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A1F91509F2F; Tue, 5 Mar 2019 17:29:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B4C9875A79; Tue, 5 Mar 2019 17:29:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A9EA61F3C1; Tue, 5 Mar 2019 17:29:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x25HTUnE008676; Tue, 5 Mar 2019 17:29:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x25HTUCv008675; Tue, 5 Mar 2019 17:29:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201903051729.x25HTUCv008675@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 5 Mar 2019 17:29:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494724 - head/devel/py-isort X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-isort X-SVN-Commit-Revision: 494724 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B4C9875A79 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Mar 2019 17:29:31 -0000 Author: sunpoet Date: Tue Mar 5 17:29:30 2019 New Revision: 494724 URL: https://svnweb.freebsd.org/changeset/ports/494724 Log: Update to 4.3.10 Changes: https://github.com/timothycrosley/isort/releases Modified: head/devel/py-isort/Makefile head/devel/py-isort/distinfo Modified: head/devel/py-isort/Makefile ============================================================================== --- head/devel/py-isort/Makefile Tue Mar 5 17:29:24 2019 (r494723) +++ head/devel/py-isort/Makefile Tue Mar 5 17:29:30 2019 (r494724) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= isort -PORTVERSION= 4.3.9 +PORTVERSION= 4.3.10 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,4 +21,10 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.include +.include + +.if ${PYTHON_REL} < 3200 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.functools_lru_cache>=0:devel/py-backports.functools_lru_cache@${PY_FLAVOR} +.endif + +.include Modified: head/devel/py-isort/distinfo ============================================================================== --- head/devel/py-isort/distinfo Tue Mar 5 17:29:24 2019 (r494723) +++ head/devel/py-isort/distinfo Tue Mar 5 17:29:30 2019 (r494724) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551599054 -SHA256 (isort-4.3.9.tar.gz) = f19b23b22fb5a919a081bc31aabcc0991614c244d9215267e11abf2ca7b684ce -SIZE (isort-4.3.9.tar.gz) = 62076 +TIMESTAMP = 1551799752 +SHA256 (isort-4.3.10.tar.gz) = 144c4295314c0ed34fb034f838b2b7e242c52dd3eafdd6f5d49078692f582c0c +SIZE (isort-4.3.10.tar.gz) = 66339