From owner-svn-ports-head@freebsd.org Sat Feb 29 16:01:39 2020 Return-Path: Delivered-To: svn-ports-head@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 D8C942624EE; Sat, 29 Feb 2020 16:01:39 +0000 (UTC) (envelope-from dbaio@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 48VB3l5Lywz40J1; Sat, 29 Feb 2020 16:01:39 +0000 (UTC) (envelope-from dbaio@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 AFB521D199; Sat, 29 Feb 2020 16:01:39 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01TG1dMF046802; Sat, 29 Feb 2020 16:01:39 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01TG1dp3046583; Sat, 29 Feb 2020 16:01:39 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202002291601.01TG1dp3046583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 29 Feb 2020 16:01:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527433 - head/sysutils/py-azure-cli-core X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/sysutils/py-azure-cli-core X-SVN-Commit-Revision: 527433 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Feb 2020 16:01:40 -0000 Author: dbaio Date: Sat Feb 29 16:01:39 2020 New Revision: 527433 URL: https://svnweb.freebsd.org/changeset/ports/527433 Log: sysutils/py-azure-cli-core: Update to 2.1.0 Drop support for Python 2.7 Changelog: https://pypi.org/project/azure-cli-core/2.1.0/ Reported by: portscout Modified: head/sysutils/py-azure-cli-core/Makefile head/sysutils/py-azure-cli-core/distinfo Modified: head/sysutils/py-azure-cli-core/Makefile ============================================================================== --- head/sysutils/py-azure-cli-core/Makefile Sat Feb 29 16:01:15 2020 (r527432) +++ head/sysutils/py-azure-cli-core/Makefile Sat Feb 29 16:01:39 2020 (r527433) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-cli-core -PORTVERSION= 2.0.81 +PORTVERSION= 2.1.0 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -28,20 +28,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}adal>=1.2:net-mgmt ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0.30.0:devel/py-wheel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-resource>=4.0:devel/py-azure-mgmt-resource@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}antlr4-python3-runtime>=0:devel/py-antlr4-python3-runtime@${PY_FLAVOR} \ ${PY_ENUM34} \ ${PY_FUTURES} -USES= azurepy python +USES= azurepy python:3.5+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.include - -.if ${PYTHON_REL} < 3400 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}antlr4-python2-runtime>=0:devel/py-antlr4-python2-runtime@${PY_FLAVOR} -.else -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}antlr4-python3-runtime>=0:devel/py-antlr4-python3-runtime@${PY_FLAVOR} -.endif - -.include +.include Modified: head/sysutils/py-azure-cli-core/distinfo ============================================================================== --- head/sysutils/py-azure-cli-core/distinfo Sat Feb 29 16:01:15 2020 (r527432) +++ head/sysutils/py-azure-cli-core/distinfo Sat Feb 29 16:01:39 2020 (r527433) @@ -1,3 +1,3 @@ -TIMESTAMP = 1581281506 -SHA256 (azure-cli-core-2.0.81.tar.gz) = 43f2427bbe4bcf23ea0254a9351e365b9012b22a5c325fcd6e0fc2544b0a72a3 -SIZE (azure-cli-core-2.0.81.tar.gz) = 115454 +TIMESTAMP = 1582981143 +SHA256 (azure-cli-core-2.1.0.tar.gz) = 366d0df39c8f28defd222fada2678754617ef327923c1dd5f60d9a984480aa0a +SIZE (azure-cli-core-2.1.0.tar.gz) = 116073