Date: Fri, 14 Feb 2020 19:42:49 +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: r526134 - in head/devel: . py-azure-core Message-ID: <202002141942.01EJgnvJ035800@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Feb 14 19:42:48 2020 New Revision: 526134 URL: https://svnweb.freebsd.org/changeset/ports/526134 Log: Add py-azure-core 1.2.2 Azure core library defines basic exceptions and shared modules those are needed when you use client libraries. WWW: https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/core/azure-core Added: head/devel/py-azure-core/ head/devel/py-azure-core/Makefile (contents, props changed) head/devel/py-azure-core/distinfo (contents, props changed) head/devel/py-azure-core/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Feb 14 19:41:33 2020 (r526133) +++ head/devel/Makefile Fri Feb 14 19:42:48 2020 (r526134) @@ -4076,6 +4076,7 @@ SUBDIR += py-aws-sam-translator SUBDIR += py-aws-xray-sdk SUBDIR += py-azure-batch + SUBDIR += py-azure-core SUBDIR += py-azure-cosmos SUBDIR += py-azure-datalake-store SUBDIR += py-azure-functions-devops-build Added: head/devel/py-azure-core/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-azure-core/Makefile Fri Feb 14 19:42:48 2020 (r526134) @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= azure-core +PORTVERSION= 1.2.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Microsoft Azure Core Library for Python + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.18.4:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.6:devel/py-six@${PY_FLAVOR} + +USES= python zip +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/py-azure-core/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-azure-core/distinfo Fri Feb 14 19:42:48 2020 (r526134) @@ -0,0 +1,3 @@ +TIMESTAMP = 1581594046 +SHA256 (azure-core-1.2.2.zip) = 8bdb12b8e937c5bdf495faadf7741ea1958436e2d24c9c5ca7bd7a5ca7a9e42f +SIZE (azure-core-1.2.2.zip) = 176412 Added: head/devel/py-azure-core/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-azure-core/pkg-descr Fri Feb 14 19:42:48 2020 (r526134) @@ -0,0 +1,4 @@ +Azure core library defines basic exceptions and shared modules those are needed +when you use client libraries. + +WWW: https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/core/azure-core
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002141942.01EJgnvJ035800>