mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
devel/py-azure-mgmt-redis: Update to 14.1.0
Changelog: https://pypi.org/project/azure-mgmt-redis/14.1.0/
This commit is contained in:
parent
3733b2e744
commit
c64607f104
2 changed files with 14 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= azure-mgmt-redis
|
||||
DISTVERSION= 13.1.0
|
||||
DISTVERSION= 14.1.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -10,13 +10,19 @@ WWW= https://pypi.org/project/azure-mgmt-redis/
|
|||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR}
|
||||
|
||||
USES= azurepy python:3.6+ zip
|
||||
USES= azurepy python:3.7+ zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 30800
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0:devel/py-typing-extensions@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1643115907
|
||||
SHA256 (azure-mgmt-redis-13.1.0.zip) = ece913e5fc7f157e945809e557443f79ff7691cabca4bbc5ecb266352f843179
|
||||
SIZE (azure-mgmt-redis-13.1.0.zip) = 104033
|
||||
TIMESTAMP = 1674606121
|
||||
SHA256 (azure-mgmt-redis-14.1.0.zip) = 2cef7659cdbe56fb042a23a35521d7c36a370faf4d4252f9f26f98a9697afa28
|
||||
SIZE (azure-mgmt-redis-14.1.0.zip) = 133286
|
||||
|
|
Loading…
Add table
Reference in a new issue