mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -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
|
||||
|
|
23
devel/py-azure-core/Makefile
Normal file
23
devel/py-azure-core/Makefile
Normal 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>
|
3
devel/py-azure-core/distinfo
Normal file
3
devel/py-azure-core/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1581594046
|
||||
SHA256 (azure-core-1.2.2.zip) = 8bdb12b8e937c5bdf495faadf7741ea1958436e2d24c9c5ca7bd7a5ca7a9e42f
|
||||
SIZE (azure-core-1.2.2.zip) = 176412
|
4
devel/py-azure-core/pkg-descr
Normal file
4
devel/py-azure-core/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue