From 96ad292808c80b03488d89384b7f6c431cdf55ad Mon Sep 17 00:00:00 2001 From: yuri Date: Sun, 25 Feb 2018 05:19:55 +0000 Subject: net-mgmt/py-adal: Update to 0.5.0 Additional port changes: * Changed to DISTVERSION * Updated versions in RUN_DEPENDS * Added NO_ARCH * Updated WWW Approved by: tcberner (mentor, implicit) --- net-mgmt/py-adal/Makefile | 9 +++++---- net-mgmt/py-adal/distinfo | 6 +++--- net-mgmt/py-adal/pkg-descr | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) (limited to 'net-mgmt') diff --git a/net-mgmt/py-adal/Makefile b/net-mgmt/py-adal/Makefile index d3cf4c951907..a807e4d86016 100644 --- a/net-mgmt/py-adal/Makefile +++ b/net-mgmt/py-adal/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= adal -PORTVERSION= 0.4.7 +DISTVERSION= 0.5.0 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +12,13 @@ COMMENT= Authentication ot Azure Active Directory for python apps LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:devel/py-dateutil@${FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.1.0:security/py-cryptography@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1.0:devel/py-dateutil@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.0.0:www/py-pyjwt@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${FLAVOR} USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes .include diff --git a/net-mgmt/py-adal/distinfo b/net-mgmt/py-adal/distinfo index b920748af86d..733f38e652f1 100644 --- a/net-mgmt/py-adal/distinfo +++ b/net-mgmt/py-adal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1505103027 -SHA256 (adal-0.4.7.tar.gz) = 114046ac85d0054791c21b00922f26286822bc6f2ba3716db42e7e57f762ef20 -SIZE (adal-0.4.7.tar.gz) = 28161 +TIMESTAMP = 1519535386 +SHA256 (adal-0.5.0.tar.gz) = 120821f72ca9d59a7c7197fc14d0e27448ff8d331fae230f92d713b9b5c721f7 +SIZE (adal-0.5.0.tar.gz) = 31990 diff --git a/net-mgmt/py-adal/pkg-descr b/net-mgmt/py-adal/pkg-descr index c0506f323e46..0ca52f65fca2 100644 --- a/net-mgmt/py-adal/pkg-descr +++ b/net-mgmt/py-adal/pkg-descr @@ -2,4 +2,4 @@ The ADAL for Python library makes it easy for python application to authenticate to Azure Active Directory (AAD) in order to access AAD protected web resources. -WWW: https://pypi.python.org/pypi/adal +WWW: https://github.com/AzureAD/azure-activedirectory-library-for-python -- cgit