freebsd-ports/devel/py-azure-core/Makefile
Sunpoet Po-Chuan Hsieh 1e622ca1c1 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
2020-02-14 19:42:48 +00:00

23 lines
534 B
Makefile

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