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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-02-14 19:42:48 +00:00
parent 11ed377212
commit 1e622ca1c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526134
4 changed files with 31 additions and 0 deletions

View file

@ -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

View file

@ -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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1581594046
SHA256 (azure-core-1.2.2.zip) = 8bdb12b8e937c5bdf495faadf7741ea1958436e2d24c9c5ca7bd7a5ca7a9e42f
SIZE (azure-core-1.2.2.zip) = 176412

View file

@ -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