From owner-svn-ports-all@freebsd.org Thu Dec 10 21:59:57 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7E7DE4BA594; Thu, 10 Dec 2020 21:59:57 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4CsSWc6YQpz3tJ6; Thu, 10 Dec 2020 21:59:56 +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 499492011D; Thu, 10 Dec 2020 21:59:53 +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 0BALxrgf083830; Thu, 10 Dec 2020 21:59:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BALxqWe083828; Thu, 10 Dec 2020 21:59:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202012102159.0BALxqWe083828@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 10 Dec 2020 21:59:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r557686 - 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: 557686 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 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: Thu, 10 Dec 2020 21:59:57 -0000 Author: sunpoet Date: Thu Dec 10 21:59:52 2020 New Revision: 557686 URL: https://svnweb.freebsd.org/changeset/ports/557686 Log: Update to 5.6.4 - Update WWW Changes: https://github.com/PyCQA/isort/releases PR: 251331 Submitted by: amdmi3 Modified: head/devel/py-isort/Makefile head/devel/py-isort/distinfo head/devel/py-isort/pkg-descr Modified: head/devel/py-isort/Makefile ============================================================================== --- head/devel/py-isort/Makefile Thu Dec 10 21:59:45 2020 (r557685) +++ head/devel/py-isort/Makefile Thu Dec 10 21:59:52 2020 (r557686) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= isort -PORTVERSION= 4.3.21 +PORTVERSION= 5.6.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,19 +12,9 @@ COMMENT= Python utility/library to sort Python imports LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PY_FUTURES} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} - -USES= python +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.include - -.if ${PYTHON_REL} < 3200 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.functools_lru_cache>=0:devel/py-backports.functools_lru_cache@${PY_FLAVOR} -.endif - -.include +.include Modified: head/devel/py-isort/distinfo ============================================================================== --- head/devel/py-isort/distinfo Thu Dec 10 21:59:45 2020 (r557685) +++ head/devel/py-isort/distinfo Thu Dec 10 21:59:52 2020 (r557686) @@ -1,3 +1,3 @@ -TIMESTAMP = 1561659066 -SHA256 (isort-4.3.21.tar.gz) = 54da7e92468955c4fceacd0c86bd0ec997b0e1ee80d97f67c35a78b719dccab1 -SIZE (isort-4.3.21.tar.gz) = 69546 +TIMESTAMP = 1607539985 +SHA256 (isort-5.6.4.tar.gz) = dcaeec1b5f0eca77faea2a35ab790b4f3680ff75590bfcb7145986905aab2f58 +SIZE (isort-5.6.4.tar.gz) = 90984 Modified: head/devel/py-isort/pkg-descr ============================================================================== --- head/devel/py-isort/pkg-descr Thu Dec 10 21:59:45 2020 (r557685) +++ head/devel/py-isort/pkg-descr Thu Dec 10 21:59:52 2020 (r557686) @@ -2,5 +2,4 @@ isort is a Python utility/library to sort imports alph automatically separated into sections. It provides a command line utility, Python library and plugins for various editors to quickly sort all your imports. -WWW: https://pypi.org/project/isort/ -WWW: https://github.com/timothycrosley/isort +WWW: https://github.com/PyCQA/isort