Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Feb 2020 16:01:39 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
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
Message-ID:  <202002291601.01TG1dp3046583@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
-
-.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 <bsd.port.post.mk>
+.include <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002291601.01TG1dp3046583>