mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Update to 1.2.6
Changes: https://github.com/AzureAD/azure-activedirectory-library-for-python/releases
This commit is contained in:
parent
36fc99017c
commit
6520623f53
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=562825
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= adal
|
||||
PORTVERSION= 1.2.5
|
||||
PORTVERSION= 1.2.6
|
||||
CATEGORIES= net-mgmt python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -13,9 +13,9 @@ COMMENT= Authentication ot Azure Active Directory for python apps
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.1.0:security/py-cryptography@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dateutil>=2.1.0:devel/py-dateutil@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyjwt>=1.0.0:www/py-pyjwt@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}dateutil>=2.1.0<3:devel/py-dateutil@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyjwt>=1.0.0<3:www/py-pyjwt@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.0.0<3:www/py-requests@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1604480750
|
||||
SHA256 (adal-1.2.5.tar.gz) = 8003ba03ef04170195b3eddda8a5ab43649ef2c5f0287023d515affb1ccfcfc3
|
||||
SIZE (adal-1.2.5.tar.gz) = 34959
|
||||
TIMESTAMP = 1611665473
|
||||
SHA256 (adal-1.2.6.tar.gz) = 08b94d30676ceb78df31bce9dd0f05f1bc2b6172e44c437cbf5b968a00ac6489
|
||||
SIZE (adal-1.2.6.tar.gz) = 35034
|
||||
|
Loading…
Reference in New Issue
Block a user